blob: 035d99bd3b96fe78b9d7f30570717f76b15bf42d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- misc/liblayout-0.2.10/build.xml (Revision 6728)
+++ misc/build/liblayout-0.2.10/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>
|