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:
parent
f0f7cd2500
commit
74185759e0
@ -86,7 +86,6 @@
|
|||||||
<!-- =================================-->
|
<!-- =================================-->
|
||||||
<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>
|
||||||
|
|
||||||
<!-- ============================================= -->
|
<!-- ============================================= -->
|
||||||
|
@ -103,6 +103,9 @@
|
|||||||
<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>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user