aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Ken Barozzi <nicolaken@apache.org>2002-04-04 07:04:57 +0000
committerNicola Ken Barozzi <nicolaken@apache.org>2002-04-04 07:04:57 +0000
commitde79b921ad283040b4211f6eed694bae34548f72 (patch)
tree88e068bb188790d2bcbeb37353515611a2714037
parent390a496ee1b5a0d8101d5413da6a34d8910e6ad9 (diff)
downloadpoi-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
-rw-r--r--tools/antipede/build.xtarget3
-rw-r--r--tools/cents/forrest.cent/xbuild.xml5
2 files changed, 5 insertions, 3 deletions
diff --git a/tools/antipede/build.xtarget b/tools/antipede/build.xtarget
index 6a6001c8a3..5326d5855e 100644
--- a/tools/antipede/build.xtarget
+++ b/tools/antipede/build.xtarget
@@ -86,9 +86,8 @@
<!-- =================================-->
<target name="-cent-unjar">
<unjar src="${current.cent.jar}" dest="${cents.dir}"/>
- <move file="${current.cent.jar}" toFile="${current.cent.jar}.${cent.installed.suffix}"/>
</target>
-
+
<!-- ============================================= -->
<!-- Simple utility target to call a cent target -->
<!-- ==============================================-->
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>