summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorguest <guest@f059d3a0-6783-47b7-97ff-1fe0bbf25129>2008-10-13 22:56:36 +0000
committerguest <guest@f059d3a0-6783-47b7-97ff-1fe0bbf25129>2008-10-13 22:56:36 +0000
commitebbf2b9221da0966f44621f07737c9b4bbabfdbd (patch)
treea8535885c2669cecc7eb54d6172a509f57a286a2 /build.xml
parent45d02993121871aa53c21ba4f1ffa1d4da8ddb8a (diff)
fixed build system, to build on x86 and amd64, tested with gentoo & debian
git-svn-id: http://manut.eu/svn/yalp/trunk@13 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 eafc123..d94b0e2 100644
--- a/build.xml
+++ b/build.xml
@@ -25,7 +25,7 @@
<property name="log4jLibs" value="lib/log4j-1.2.15.jar"/>
<property name="vlctelnetLibs" value="lib/commons-net-1.4.1.jar"/>
- <property name="swtLibs" value="lib/swt.jar"/>
+ <property name="swtLibs" value="/usr/lib/java/swt.jar /usr/share/swt-3/lib/swt.jar"/>
<property name="dbLibs" value="lib/postgresql-8.1-404.jdbc3.jar"/>
<property name="idlj" value="../idlj.sh"/>