Author: ssteiner
Date: Wed Nov 12 09:26:23 2014
New Revision: 1638727
URL: http://svn.apache.org/r1638727
Log:
Disable 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=1638727&r1=1638726&r2=1638727&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/build.xml (original)
+++ xmlgraphics/fop/trunk/build.xml Wed Nov 12 09:26:23 2014
@@ -1517,19 +1517,8 @@ NOTE:
<!-- =================================================================== -->
<!-- Special target for Gump -->
<!-- =================================================================== -->
- <target name="gump" depends="package,transcoder-pkg"/>
- <target name="gump-test" depends="junit-all">
- <fail>
- <condition>
- <or>
- <isset property="fop.junit.error"/>
- <isset property="fop.junit.failure"/>
- </or>
- </condition>
- At least one unit test failed!
- </fail>
- <echo>All tests passed!</echo>
- </target>
+ <target name="gump"/>
+ <target name="gump-test"/>
<!-- =================================================================== -->
<!-- Clean targets -->
<!-- =================================================================== -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]