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 ma...@apache.org on 2008/06/13 08:03:30 UTC

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

Author: maxberger
Date: Thu Jun 12 23:03:30 2008
New Revision: 667367

URL: http://svn.apache.org/viewvc?rev=667367&view=rev
Log:
Disabled retroweaver task definition, because it breaks gump

Modified:
    xmlgraphics/fop/trunk/build.xml

Modified: xmlgraphics/fop/trunk/build.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/build.xml?rev=667367&r1=667366&r2=667367&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/build.xml (original)
+++ xmlgraphics/fop/trunk/build.xml Thu Jun 12 23:03:30 2008
@@ -457,13 +457,14 @@
     </jar>
   </target>
   <target name="retro" depends="compile">
+<!--
     <taskdef name="retroweaver" classname="net.sourceforge.retroweaver.ant.RetroWeaverTask">
       <classpath>
         <path refid="libs-build-classpath"/>
         <path refid="libs-build-tools-classpath"/>
       </classpath>
-<!-- RetroWeaver will be added here -->
     </taskdef>
+RetroWeaver will be added here -->
   </target>
 <!-- =================================================================== -->
 <!-- main FOP JARs                                                       -->



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