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/dev-db/henplus/files/0.9.8-build.xml.patch

24 lines
771 B

diff -ur henplus-0.9.8.old/build.xml henplus-0.9.8/build.xml
--- henplus-0.9.8.old/build.xml 2009-05-01 23:51:41.000000000 +0300
+++ henplus-0.9.8/build.xml 2009-05-01 23:52:31.000000000 +0300
@@ -33,13 +33,13 @@
<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">
+ <taskdef name="ant-server" classname="net.sweetohm.ant.server.ServerTask">
+ <classpath>
+ <pathelement location="${lib}/build/sat-0.7.jar" />
+ </classpath>
+ </taskdef>
+
<ant-server/>
</target>