diff options
author | Petteri Räty <betelgeuse@gentoo.org> | 2009-05-01 20:51:17 +0000 |
---|---|---|
committer | Petteri Räty <betelgeuse@gentoo.org> | 2009-05-01 20:51:17 +0000 |
commit | 8be125913934811822e7babe3b1e6358c1da6449 (patch) | |
tree | 2db2dcb1377c2b7d3936f27fa747222ade3b93ff /dev-db/henplus/files | |
parent | Pull in pkg-config (diff) | |
download | historical-8be125913934811822e7babe3b1e6358c1da6449.tar.gz historical-8be125913934811822e7babe3b1e6358c1da6449.tar.bz2 historical-8be125913934811822e7babe3b1e6358c1da6449.zip |
Version bump. Fixes bug #268125.
Package-Manager: portage-2.2_rc28/cvs/Linux i686
Diffstat (limited to 'dev-db/henplus/files')
-rw-r--r-- | dev-db/henplus/files/0.9.8-build.xml.patch | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-db/henplus/files/0.9.8-build.xml.patch b/dev-db/henplus/files/0.9.8-build.xml.patch new file mode 100644 index 000000000000..e2763978080e --- /dev/null +++ b/dev-db/henplus/files/0.9.8-build.xml.patch @@ -0,0 +1,23 @@ +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> + |