mirror of https://github.com/apache/poi.git
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
390a496ee1
commit
de79b921ad
|
@ -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 -->
|
||||
<!-- ==============================================-->
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue