You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by ad...@apache.org on 2008/06/09 18:20:09 UTC

svn commit: r665740 - /xmlgraphics/fop/trunk/build.xml

Author: adelmelle
Date: Mon Jun  9 09:20:08 2008
New Revision: 665740

URL: http://svn.apache.org/viewvc?rev=665740&view=rev
Log:
Minor update: make the codegen-unicode target create LineBreakUtils.java at the appropriate place in the source tree

Modified:
    xmlgraphics/fop/trunk/build.xml

Modified: xmlgraphics/fop/trunk/build.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/build.xml?rev=665740&r1=665739&r2=665740&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/build.xml (original)
+++ xmlgraphics/fop/trunk/build.xml Mon Jun  9 09:20:08 2008
@@ -1418,9 +1418,10 @@
 
   <!-- =================================================================== -->
   <!-- Helper task to generate source files that have already been         -->
-  <!-- checked into CVS.  For these files, CVS version is the official one -->
-  <!-- and may have updates that will *not* be generated by below.  This   -->
-  <!-- target should never be part of the normal build process.            -->
+  <!-- checked into the repository.  For these files, the version in the   -->
+  <!-- in the repository is the official one and may have updates that will-->
+  <!-- *not* be generated by below.                                        -->
+  <!-- This target should never be part of the normal build process.       -->
   <!-- =================================================================== -->
   <target name="codegen-unicode" >
     <mkdir dir="${build.codegen-classes.dir}"/>
@@ -1429,7 +1430,9 @@
            source="${javac.source}" target="${javac.target}">
       <src path="${src.codegen.dir}/unicode/java"/>
     </javac>
-    <java classname="org.apache.fop.text.linebreak.GenerateLineBreakUtils" classpath="${build.codegen-classes.dir}" />
+    <java classname="org.apache.fop.text.linebreak.GenerateLineBreakUtils" classpath="${build.codegen-classes.dir}">
+      <arg line="-o ${src.dir}/java/org/apache/fop/text/linebreak/LineBreakUtils.java" />
+    </java>
   </target>
 
   <!-- =================================================================== -->



---------------------------------------------------------------------
To unsubscribe, e-mail: fop-commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-commits-help@xmlgraphics.apache.org