diff options
author | Nicola Ken Barozzi <nicolaken@apache.org> | 2002-04-04 07:04:57 +0000 |
---|---|---|
committer | Nicola Ken Barozzi <nicolaken@apache.org> | 2002-04-04 07:04:57 +0000 |
commit | de79b921ad283040b4211f6eed694bae34548f72 (patch) | |
tree | 88e068bb188790d2bcbeb37353515611a2714037 /tools/cents | |
parent | 390a496ee1b5a0d8101d5413da6a34d8910e6ad9 (diff) | |
download | poi-de79b921ad283040b4211f6eed694bae34548f72.tar.gz poi-de79b921ad283040b4211f6eed694bae34548f72.zip |
Update of Krysalis Centipede build system to version 1.0-dev
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352316 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'tools/cents')
-rw-r--r-- | tools/cents/forrest.cent/xbuild.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/cents/forrest.cent/xbuild.xml b/tools/cents/forrest.cent/xbuild.xml index 5c48ea6207..0643d87ec7 100644 --- a/tools/cents/forrest.cent/xbuild.xml +++ b/tools/cents/forrest.cent/xbuild.xml @@ -102,7 +102,10 @@ <pathelement location="${xlayout.build.documentation.dir}/WEB-INF/classes"/> <fileset dir="${xlayout.build.documentation.dir}/WEB-INF/lib"> <include name="*.jar"/> - </fileset> + </fileset> + <fileset dir="${xlayout.library.endorsed.dir}"> + <include name="*.jar"/> + </fileset> </classpath> </java> |