diff options
Diffstat (limited to 'jfreereport/patches/libbase.patch')
-rw-r--r-- | jfreereport/patches/libbase.patch | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/jfreereport/patches/libbase.patch b/jfreereport/patches/libbase.patch index 87f79aa..f6a7560 100644 --- a/jfreereport/patches/libbase.patch +++ b/jfreereport/patches/libbase.patch @@ -1,19 +1,19 @@ ---- misc/libbase/build.xml (Revision 6728)
-+++ misc/build/libbase/build.xml (Arbeitskopie)
-@@ -6,6 +6,7 @@
- <property name="build.classes" value="${build}/classes"/>
- <property name="build.doc" value="${build}/api"/>
- <property name="build.lib" value="${build}/lib"/>
-+ <property name="lib" value="lib"/>
-
- <!-- Targets -->
- <!-- Prepare build directories -->
-@@ -18,7 +19,7 @@
-
- <!-- Setup the compile classpath -->
- <path id="classpath">
-- <fileset dir="lib">
-+ <fileset dir="${lib}">
- <include name="*.jar" />
- </fileset>
- </path>
+--- misc/libbase/build.xml (Revision 6728) ++++ misc/build/libbase/build.xml (Arbeitskopie) +@@ -6,6 +6,7 @@ + <property name="build.classes" value="${build}/classes"/> + <property name="build.doc" value="${build}/api"/> + <property name="build.lib" value="${build}/lib"/> ++ <property name="lib" value="lib"/> + + <!-- Targets --> + <!-- Prepare build directories --> +@@ -18,7 +19,7 @@ + + <!-- Setup the compile classpath --> + <path id="classpath"> +- <fileset dir="lib"> ++ <fileset dir="${lib}"> + <include name="*.jar" /> + </fileset> + </path> |