blob: 82a2624855a94e1c7cdf702e236b5be345798ff8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- misc/libloader/build.xml 2009-02-12 18:01:56.000000000 +0100
+++ misc/build/libloader/build.xml 2009-02-13 09:57:21.856601684 +0100
@@ -23,7 +23,7 @@
<!-- Setup the compile classpath -->
<path id="classpath">
- <fileset dir="lib">
+ <fileset dir="${lib}">
<include name="*.jar" />
</fileset>
</path>
|