blob: aad7756c3b6596d8a3816befc9c3bae9f0d708ec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
--- misc/flute/build.xml (Revision 6820)
+++ misc/build/flute/build.xml (Arbeitskopie)
@@ -9,6 +9,7 @@
<property name="build.doc" value="${build}/api"/>
<property name="build.lib" value="${build}/lib"/>
<property name="packagenames" value="org.w3c.flute.*"/>
+ <property name="lib" value="lib"/>
<!-- Targets -->
<!-- Prepare build directories -->
@@ -21,7 +22,7 @@
<!-- Setup the compile classpath -->
<path id="classpath">
- <fileset dir="lib">
+ <fileset dir="${lib}">
<include name="*.jar" />
</fileset>
</path>
|