32565ee39b
Change-Id: I97d30afe3a24aab1123352da05b066095e5c86bb
12 lines
358 B
Diff
12 lines
358 B
Diff
--- misc/flow-engine-0.9.4/build.xml (Revision 6728)
|
|
+++ misc/build/flow-engine-0.9.4/build.xml (Arbeitskopie)
|
|
@@ -24,7 +24,8 @@
|
|
|
|
<!-- Setup the compile classpath -->
|
|
<path id="classpath">
|
|
- <fileset dir="lib">
|
|
+ <pathelement path="${commons-logging.jar}"/>
|
|
+ <fileset dir="${lib}">
|
|
<include name="*.jar" />
|
|
</fileset>
|
|
</path>
|