You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-editors/jedit/files/jedit-5.4.0-build-xml.patch

12 lines
332 B

--- a/build.xml
+++ b/build.xml
@@ -505,7 +505,7 @@
</target>
<target name="build"
- depends="init,retrieve,setup,compile,test"
+ depends="init,retrieve,setup,compile"
description="build the jEdit JAR-file with full debug-information">
<mkdir dir="${jar.location}"/>
<jar destfile="${jar.location}/${jar.filename}"