summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-db/henplus/files/henplus-0.9.7-build.xml.patch')
-rw-r--r--dev-db/henplus/files/henplus-0.9.7-build.xml.patch34
1 files changed, 0 insertions, 34 deletions
diff --git a/dev-db/henplus/files/henplus-0.9.7-build.xml.patch b/dev-db/henplus/files/henplus-0.9.7-build.xml.patch
deleted file mode 100644
index 2e4a43a039e3..000000000000
--- a/dev-db/henplus/files/henplus-0.9.7-build.xml.patch
+++ /dev/null
@@ -1,34 +0,0 @@
---- build.xml.orig 2006-10-17 22:25:57.000000000 +0200
-+++ build.xml 2006-10-17 22:27:34.000000000 +0200
-@@ -21,26 +21,26 @@
- <property name="libreadline-java" value="libreadline-java-0.8.0.jar"/>
-
- <path id="compile.classpath">
-- <fileset dir="${lib}">
-- <include name="${libreadline-java}"/>
-- <include name="${commons-cli}"/>
-- </fileset>
-+ <fileset dir="${lib}" includes="**/*.jar"/>
- </path>
-
- <path id="run.classpath">
- <path refid="compile.classpath" />
- <pathelement path="${classes}" />
- </path>
--
-+
-+ <!--
- <taskdef name="ant-server" classname="net.sweetohm.ant.server.ServerTask">
- <classpath>
- <pathelement location="${lib}/build/sat-0.7.jar" />
- </classpath>
- </taskdef>
-+
-
- <target name="server">
- <ant-server/>
- </target>
-+ -->
-
- <target name="prepare">
- <tstamp>