From: Maximilian Berger Date: Wed, 20 Aug 2008 13:32:19 +0000 (+0000) Subject: Use retroweaver for 1.4 verification X-Git-Tag: fop-1_0~451 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=6d65b848118c9fe6a222f64f443431dfd24903e6;p=xmlgraphics-fop.git Use retroweaver for 1.4 verification git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@687327 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build.properties b/build.properties index 2a8b4c80c..c5e483204 100644 --- a/build.properties +++ b/build.properties @@ -17,6 +17,13 @@ ## checkstyle binary distribution. # checkstyle.home.dir = /home/bart/stuff/checkstyle-4.0-beta6 +## Path to the java 1.4 runtime libary (rt.jar on most systems) +## On OS X this is /System/Library/Frameworks/JavaVM.framework/Versions/1.4/Classes/classes.jar +#java14.rt.lib=/opt/j2re1.4.2_07/lib/rt.jar +## Path to the java 1.4 jce libary (jce.jar on most systems) +## On OS X this is /System/Library/Frameworks/JavaVM.framework/Versions/1.4/Classes/jce.jar +#java14.jce.lib=/opt/j2re1.4.2_07/lib/jce.jar + ## =================================================================== ## 2. Switches for common tasks @@ -44,4 +51,4 @@ ## Specify an alternate directory to scan for user supplied ## hyphenation pattern files. -# user.hyph.dir = /home/bart/offo \ No newline at end of file +# user.hyph.dir = /home/bart/offo diff --git a/build.xml b/build.xml index a328e95df..593da49c7 100644 --- a/build.xml +++ b/build.xml @@ -459,15 +459,31 @@ list of possible build targets. - - + + + + + + + + + + +