summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorguest <guest@f059d3a0-6783-47b7-97ff-1fe0bbf25129>2008-09-29 21:06:20 +0000
committerguest <guest@f059d3a0-6783-47b7-97ff-1fe0bbf25129>2008-09-29 21:06:20 +0000
commit4030bb57d8a9c9f3f2e1ba44b6b17492d3c79eaa (patch)
tree05b13c13cb3570f88c261475e9a8d0e5b7cbe902 /build.xml
parent408445cc49f360b979266ea93cf3bcb25a50a8e4 (diff)
vlcstreamer creates streams now :-), but they're not played back, by the client
due to suspicious "cannot fill perfill buffer" error msg git-svn-id: http://manut.eu/svn/yalp/trunk@8 f059d3a0-6783-47b7-97ff-1fe0bbf25129
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>