Ok, I'm ready for the maintenance release ;-)
The attached patch just updates the version number (and removes the JDK 1.1 stuff) Here is my plan: Make another release candidate (don't forget to update docs from cvs HEAD) Give some days for testing (there seem to be a lot of people interested ;-) and if no new serious bugs are appearing make the official release (rename the archive, tag cvs, send announcements etc...) Christian
Index: build.xml =================================================================== RCS file: /home/cvspublic/xml-fop/build.xml,v retrieving revision 1.44 diff -u -r1.44 build.xml --- build.xml 12 Sep 2001 09:30:40 -0000 1.44 +++ build.xml 10 Jan 2002 18:24:50 -0000 @@ -15,7 +15,7 @@ ============ FOP is the world's first print formatter driven by XSL formatting objects. It -is a Java 1.1 application that reads a formatting object tree and then turns +is a Java 1.2 application that reads a formatting object tree and then turns it into a PDF document. The formatting object tree, can be in the form of an XML document (output by an XSLT engine like XT or Xalan) or can be passed in memory as a DOM Document or (in the case of XT) SAX events. @@ -166,9 +166,9 @@ <tstamp/> <property name="Name" value="Fop"/> <property name="name" value="fop"/> - <property name="version" value="0.20.1"/> + <property name="version" value="0.20.2"/> <filter token="version" value="${version}"/> - <property name="year" value="1999-2001"/> + <property name="year" value="1999-2002"/> <echo message="------------------- ${Name} ${version} [${year}] ----------------"/> @@ -215,14 +215,6 @@ <property name="jimi" value="JimiImage.java"/> <property name="jai" value="JAIImage.java"/> - <property name="ignore_jdk11" - value="org/apache/fop/render/awt/** - ,org/apache/fop/viewer/** - ,**/GifJpegImage.java - ,**/JimiImage.java - ,**/PrintStarter.java - ,**/AWTStarter.java"/> - <property name="xslt" value="org.apache.xalan.xslt.Process"/> <property name="src.properties.xsl" value="${src.codegen}/properties.xsl"/> <property name="src.propmaker.xsl" value="${src.codegen}/propmaker.xsl"/> @@ -522,19 +514,6 @@ excludes="**/*${ignore_this},${jimi}"/> </target> - <target name="compile-jdk11" depends="codegen, prepare-src"> - <echo message="Compiling the sources for JDK1.1"/> - <!-- create directories --> - <mkdir dir="${build.dest}"/> - - <javac srcdir="${build.src}" - destdir="${build.dest}" - debug="${debug}" - deprecation="${deprecation}" - optimize="${optimize}" - excludes="**/${ignore_this},${Jimi},${ignore_jdk11}"/> - </target> - <!-- =================================================================== --> <!-- Creates the class package --> <!-- =================================================================== --> @@ -571,13 +550,6 @@ </target> <target name="all" depends="package"/> <!-- "all" target for us Makefile converts ;-) --> - - <target name="package-jdk11" depends="compile-jdk11,hyphenation"> - <echo message="Creating the jar file ${build.dir}/${name}11.jar"/> - <jar jarfile="${build.dir}/${name}-jdk11.jar" - basedir="${build.dest}" - includes="org/**,conf/**,hyph/**"/> - </target> <!-- =================================================================== --> <!-- Prepares the docs -->
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]