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 e92dd67..eafc123 100644
--- a/build.xml
+++ b/build.xml
@@ -79,7 +79,7 @@
<manifest>
<attribute name="Built-By" value="${user.name}"/>
<attribute name="Main-Class" value="YalpOutputs.YalpVlcTelnetOutput.YalpVlcTelnetOutput"/>
- <attribute name="Class-Path" value="${outputLibs}"/>
+ <attribute name="Class-Path" value="${vlctelnetLibs} ${log4jLibs}"/>
</manifest>
</jar>
</target>