aboutsummaryrefslogtreecommitdiffstats
path: root/src/targets
diff options
context:
space:
mode:
authorGlen Stampoultzis <glens@apache.org>2002-04-12 13:56:43 +0000
committerGlen Stampoultzis <glens@apache.org>2002-04-12 13:56:43 +0000
commitc4b04380a743ecccaf87a32ae92ccf2fd191723c (patch)
treec154cd978d4722838672778ed7da20a2d94bf420 /src/targets
parent451e6d72bda739f9556e9ddc2abee9e946934bc3 (diff)
downloadpoi-c4b04380a743ecccaf87a32ae92ccf2fd191723c.tar.gz
poi-c4b04380a743ecccaf87a32ae92ccf2fd191723c.zip
Fixed record-generator.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352399 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/targets')
-rw-r--r--src/targets/record-generation/xbuild.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/targets/record-generation/xbuild.xml b/src/targets/record-generation/xbuild.xml
index f81a0ae0d2..4d79b88b07 100644
--- a/src/targets/record-generation/xbuild.xml
+++ b/src/targets/record-generation/xbuild.xml
@@ -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"/>