blob: 6da279361f07f6f7df57297c826189f6afcc7c8c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- misc/liblayout-0.2.10/build.xml (Revision 6728)
+++ misc/build/liblayout-0.2.10/build.xml (Arbeitskopie)
@@ -24,6 +24,7 @@
<!-- Setup the compile classpath -->
<path id="classpath">
- <fileset dir="lib">
+ <pathelement path="${commons-logging.jar}"/>
+ <fileset dir="${lib}">
<include name="*.jar" />
</fileset>
</path>
|