jeremias 2003/11/07 14:21:28 Modified: . build.xml Log: Adjust transcoder packaging to changes in FOP. Revision Changes Path 1.92 +6 -2 xml-fop/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/xml-fop/build.xml,v retrieving revision 1.91 retrieving revision 1.92 diff -u -r1.91 -r1.92 --- build.xml 4 Nov 2003 23:59:11 -0000 1.91 +++ build.xml 7 Nov 2003 22:21:28 -0000 1.92 @@ -288,7 +288,7 @@ <condition property="junit.message" value="JUnit Support PRESENT"> <equals arg1="${junit.present}" arg2="true"/> </condition> - <condition property="junit.message" value="JUnit Support NOT Present"> + <condition property="junit.message" value="JUnit Support NOT Present - Committers are required to have JUnit working"> <not> <equals arg1="${junit.present}" arg2="true"/> </not> @@ -534,9 +534,13 @@ <patternset id="transcoder-classes"> <!-- General classes --> <patternset> + <include name="org/apache/fop/apps/Document*"/> + <include name="org/apache/fop/fo/FOTreeControl*"/> + <include name="org/apache/fop/fo/FOTreeListener*"/> + <include name="org/apache/fop/area/AreaTreeControl*"/> <include name="org/apache/fop/svg/**"/> <include name="org/apache/fop/fonts/**"/> - <include name="org/apache/fop/layout/Font*.class"/> + <!--include name="org/apache/fop/layout/Font*.class"/--> <include name="org/apache/fop/image/FopImag*.class"/> <include name="org/apache/fop/image/Jpeg*"/> <include name="org/apache/fop/image/Abstract*"/>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]