Browse Source

Add special target for Gump


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_20_2-maintain@196241 13f79535-47bb-0310-9956-ffa450edef68
tags/fop-0_20_5rc3
Jeremias Maerki 21 years ago
parent
commit
09d0c82398
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      build.xml

+ 4
- 0
build.xml View File

@@ -774,6 +774,10 @@ Sometimes ant gives out this warnings, but the build is finished without any pro
<fileset dir="${basedir}" includes="${name}-*.zip"/>
</delete>
</target>
<!-- =================================================================== -->
<!-- Special target for Gump -->
<!-- =================================================================== -->
<target name="gump" depends="all"/>

</project>


Loading…
Cancel
Save