glens 02/04/12 06:56:43
Modified: src/targets/record-generation xbuild.xml
Log:
Fixed record-generator.
Revision Changes Path
1.2 +2 -1 jakarta-poi/src/targets/record-generation/xbuild.xml
Index: xbuild.xml
===================================================================
RCS file: /home/cvs/jakarta-poi/src/targets/record-generation/xbuild.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xbuild.xml 4 Apr 2002 14:43:16 -0000 1.1
+++ xbuild.xml 12 Apr 2002 13:56:43 -0000 1.2
@@ -11,7 +11,8 @@
<classpath>
<path>
<pathelement path="${xlayout.build.classes.dir}"/>
- <fileset dir="${xlayout.library.dir}" casesensitive="yes">
+ <pathelement path="${xlayout.build.scratchpad.classes.dir}"/>
+ <fileset dir="${xlayout.library.dir}" casesensitive="yes">
<patternset>
<include name="*/*.jar"/>
<include name="*/*.zip"/>