summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 8f857bdef..12f68ad4f 100644
--- a/build.xml
+++ b/build.xml
@@ -256,7 +256,7 @@
<jar destfile="${lib}/yacycore.jar" basedir="${build}/">
<manifest>
<attribute name="Main-Class" value="net.yacy.yacy"/>
- <attribute name="Class-Path" value="../htroot ${manifest.classpath}"/>
+ <attribute name="Class-Path" value="${manifest.classpath}"/>
</manifest>
</jar>