aboutsummaryrefslogtreecommitdiffstats
path: root/www/commonist/files/patch-build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'www/commonist/files/patch-build.xml')
-rw-r--r--www/commonist/files/patch-build.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/www/commonist/files/patch-build.xml b/www/commonist/files/patch-build.xml
new file mode 100644
index 000000000000..daa2ea89ed4f
--- /dev/null
+++ b/www/commonist/files/patch-build.xml
@@ -0,0 +1,15 @@
+--- build.xml.orig 2008-01-17 21:47:36.000000000 +0100
++++ build.xml 2008-06-20 01:11:45.983423901 +0200
+@@ -52,10 +52,9 @@
+ <attribute name="Creator" value="${author}"/>
+ <attribute name="License" value="${license}"/>
+
+- <!--
+- TODO: use a property, add binary.jars to classpath (manifestclasspath from ant 1.7.0)
+ <attribute name="Main-Class" value="net.psammead.commonist.Main"/>
+- -->
++ <attribute name="Class-Path" value="commons-httpclient.jar commons-codec.jar commons-logging.jar bsh.jar"/>
++
+ </manifest>
+ </jar>
+ </target>