summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-editors/jedit/files/jedit-5.4.0-build-xml.patch')
-rw-r--r--app-editors/jedit/files/jedit-5.4.0-build-xml.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/app-editors/jedit/files/jedit-5.4.0-build-xml.patch b/app-editors/jedit/files/jedit-5.4.0-build-xml.patch
deleted file mode 100644
index 6a686a6f4a72..000000000000
--- a/app-editors/jedit/files/jedit-5.4.0-build-xml.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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}"