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

13 lines
467 B

Subject: [PATCH] Do not have target "build" call target "test"
--- a/build.xml 2017-03-18 16:30:34.000000000 +0300
+++ b/build.xml 2017-08-25 12:24:24.000000000 +0300
@@ -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}"