blob: 5cf834994268b2d5de5e9972ea38be001fd94fdc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
--- misc/flow-engine-0.9.4/build.xml (Revision 6728)
+++ misc/build/flow-engine-0.9.4/build.xml (Arbeitskopie)
@@ -24,9 +24,12 @@
<!-- Setup the compile classpath -->
<path id="classpath">
- <fileset dir="lib">
- <include name="*.jar" />
- </fileset>
+ <pathelement path="${libbase.jar}"/>
+ <pathelement path="${libformula.jar}"/>
+ <pathelement path="${liblayout.jar}"/>
+ <pathelement path="${libloader.jar}"/>
+ <pathelement path="${libserializer.jar}"/>
+ <pathelement path="${libxml.jar}"/>
</path>
<!-- Kill all the created directories -->
|