Adding dependencies that are needed for running krysalis-ruper.
All these dependencies that come from centipede will be defined and inherited from krysalis-centipede. Removed the testWScript project as it was not working. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352953 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2970e055b7
commit
3bc47ccff5
74
module.xml
74
module.xml
@ -65,7 +65,9 @@
|
|||||||
<package>org.apache.poi</package>
|
<package>org.apache.poi</package>
|
||||||
|
|
||||||
<ant target="gump" vm="1.2">
|
<ant target="gump" vm="1.2">
|
||||||
<property name="ant.home" reference="home" project="jakarta-ant"/>
|
<property name="ant.home" reference="home" project="krysalis-centipede"/>
|
||||||
|
<property name="cents.dir" path="tools/cents" project="krysalis-centipede"/>
|
||||||
|
<property name="cent.dir.suffix" value=".cent"/>
|
||||||
</ant>
|
</ant>
|
||||||
|
|
||||||
<!-- script name="build"/> -->
|
<!-- script name="build"/> -->
|
||||||
@ -134,9 +136,14 @@
|
|||||||
<depend project="jakarta-ant-embed" inherit="all"/>
|
<depend project="jakarta-ant-embed" inherit="all"/>
|
||||||
<depend project="jakarta-ant-embed-optional"/>
|
<depend project="jakarta-ant-embed-optional"/>
|
||||||
<depend project="krysalis-ant-tasks"/>
|
<depend project="krysalis-ant-tasks"/>
|
||||||
<depend project="krysalis-ruper"/>
|
|
||||||
<depend project="ant-contrib"/>
|
<depend project="ant-contrib"/>
|
||||||
<depend project="commons-jjar"/>
|
<depend project="commons-jjar"/>
|
||||||
|
|
||||||
|
<depend project="krysalis-ruper"/>
|
||||||
|
<depend project="commons-vfs"/>
|
||||||
|
<depend project="commons-logging"/>
|
||||||
|
<depend project="commons-cli"/>
|
||||||
|
<depend project="jakarta-regexp"/>
|
||||||
|
|
||||||
<!-- needed for POI -->
|
<!-- needed for POI -->
|
||||||
<depend project="commons-logging"/>
|
<depend project="commons-logging"/>
|
||||||
@ -175,67 +182,4 @@
|
|||||||
from="Nicola Ken Barozzi <nicolaken@apache.org>"/>
|
from="Nicola Ken Barozzi <nicolaken@apache.org>"/>
|
||||||
</project>
|
</project>
|
||||||
|
|
||||||
<project name="jakarta-poi-testnewbuildWscript">
|
|
||||||
|
|
||||||
<version major="1"
|
|
||||||
minor="9"
|
|
||||||
fix ="0"
|
|
||||||
tag="dev"/>
|
|
||||||
|
|
||||||
<package>org.apache.poi</package>
|
|
||||||
|
|
||||||
<script name="../krysalis-centipede/bin/cent"/>
|
|
||||||
|
|
||||||
<ant buildfile="centibuild.xml" basedir="." target="compile" vm="1.2">
|
|
||||||
<property name="ant.home" reference="home" project="jakarta-ant"/>
|
|
||||||
</ant>
|
|
||||||
|
|
||||||
<!-- Project jars POI *build* strictly depends on -->
|
|
||||||
<!-- needed for build -->
|
|
||||||
|
|
||||||
<depend project="jakarta-ant-embed" inherit="all"/>
|
|
||||||
<depend project="jakarta-ant-embed-optional"/>
|
|
||||||
<depend project="krysalis-ant-tasks"/>
|
|
||||||
<depend project="krysalis-ruper"/>
|
|
||||||
<depend project="ant-contrib"/>
|
|
||||||
<depend project="commons-jjar"/>
|
|
||||||
|
|
||||||
<!-- needed for POI -->
|
|
||||||
<depend project="commons-logging"/>
|
|
||||||
|
|
||||||
<!-- Project jars POI build can use -->
|
|
||||||
<option project="jakarta-log4j"/>
|
|
||||||
|
|
||||||
<!-- Work dirs to be included in classpath -->
|
|
||||||
<work nested="build/classes"/>
|
|
||||||
<work nested="build/testcases"/>
|
|
||||||
|
|
||||||
<!-- Build home -->
|
|
||||||
<home nested="build"/>
|
|
||||||
|
|
||||||
<!-- Source dirs with type -->
|
|
||||||
<code type="java/plain" dir="src/java"/>
|
|
||||||
<test type="test/junit" dir="src/testcases"/>
|
|
||||||
<documentation type="xml/forrest" dir="src/documentation"/>
|
|
||||||
|
|
||||||
<!-- POI jars - the result of the build -->
|
|
||||||
<jar name="jakarta-poi.jar" id="poi"/>
|
|
||||||
<jar name="jakarta-poi-scratchpad.jar" id="scratchpad"/>
|
|
||||||
<jar name="jakarta-poi-contrib.jar" id="contrib"/>
|
|
||||||
<jar name="jakarta-poi-examples.jar" id="examples"/>
|
|
||||||
|
|
||||||
<!-- POI Javadocs - location in the build dirs -->
|
|
||||||
<javadoc parent="build/docs/apidocs"/>
|
|
||||||
|
|
||||||
<!-- Getting ready for automatic site updates
|
|
||||||
<deliver fromdir="build/jakarta-poi/docs"
|
|
||||||
tosite="jakarta-apache-org"
|
|
||||||
todir="poi/" />
|
|
||||||
-->
|
|
||||||
|
|
||||||
<nag to="poi-dev@jakarta.apache.org"
|
|
||||||
from="Nicola Ken Barozzi <nicolaken@apache.org>"/>
|
|
||||||
</project>
|
|
||||||
|
|
||||||
|
|
||||||
</module>
|
</module>
|
||||||
|
Loading…
Reference in New Issue
Block a user