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
This commit is contained in:
Nicola Ken Barozzi 2002-04-04 07:04:57 +00:00
parent f0f7cd2500
commit 74185759e0
2 changed files with 5 additions and 3 deletions

View File

@ -86,9 +86,8 @@
<!-- =================================--> <!-- =================================-->
<target name="-cent-unjar"> <target name="-cent-unjar">
<unjar src="${current.cent.jar}" dest="${cents.dir}"/> <unjar src="${current.cent.jar}" dest="${cents.dir}"/>
<move file="${current.cent.jar}" toFile="${current.cent.jar}.${cent.installed.suffix}"/>
</target> </target>
<!-- ============================================= --> <!-- ============================================= -->
<!-- Simple utility target to call a cent target --> <!-- Simple utility target to call a cent target -->
<!-- ==============================================--> <!-- ==============================================-->

View File

@ -102,7 +102,10 @@
<pathelement location="${xlayout.build.documentation.dir}/WEB-INF/classes"/> <pathelement location="${xlayout.build.documentation.dir}/WEB-INF/classes"/>
<fileset dir="${xlayout.build.documentation.dir}/WEB-INF/lib"> <fileset dir="${xlayout.build.documentation.dir}/WEB-INF/lib">
<include name="*.jar"/> <include name="*.jar"/>
</fileset> </fileset>
<fileset dir="${xlayout.library.endorsed.dir}">
<include name="*.jar"/>
</fileset>
</classpath> </classpath>
</java> </java>