Browse Source

Disabled retroweaver task definition, because it breaks gump

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@667367 13f79535-47bb-0310-9956-ffa450edef68
pull/37/head
Maximilian Berger 16 years ago
parent
commit
701c8e11b9
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      build.xml

+ 2
- 1
build.xml View File

@@ -457,13 +457,14 @@ list of possible build targets.
</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 -->

Loading…
Cancel
Save