diff options
author | Nicola Ken Barozzi <nicolaken@apache.org> | 2002-04-15 06:44:21 +0000 |
---|---|---|
committer | Nicola Ken Barozzi <nicolaken@apache.org> | 2002-04-15 06:44:21 +0000 |
commit | 4a0bc173626551d49918ffa0c40a13e235772939 (patch) | |
tree | 475feb9b7149706aedbceac290da9d7fe1d43251 /properties.xml | |
parent | 02d0741125eca9e08d89236bceaacc1b387533c7 (diff) | |
download | poi-4a0bc173626551d49918ffa0c40a13e235772939.tar.gz poi-4a0bc173626551d49918ffa0c40a13e235772939.zip |
Last update of Centipede.
Fixed dist build, now it checks only functional tests before creating dist.
Changed path of cents' properties in properties.xml.
Centipede developement will now be decoupled from Poi, and continue on
krysalis.org.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352415 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'properties.xml')
-rw-r--r-- | properties.xml | 124 |
1 files changed, 72 insertions, 52 deletions
diff --git a/properties.xml b/properties.xml index 91421dc138..96db912e82 100644 --- a/properties.xml +++ b/properties.xml @@ -1,55 +1,75 @@ <?xml version="1.0"?> <?xml-stylesheet type="text/xsl" href="tools/antipede/resources/stylesheets/properties.xsl"?> -<!-- Project properties --> +<!-- Build properties - these override any property specified in the build --> <properties> - <!-- Properties for core Ant tasks--> - <ant> - <XmlLogger> - <stylesheet uri="./tools/antipede/resources/stylesheets/log.xsl"/> - </XmlLogger> - </ant> - - <XmlLogger file="log.xml"/> - - <!-- Properties of the build --> - <build> - <!-- What to tell the compiler --> - <compiler emacs="on" - warnings="true" - pedantic="false" - depend="true" - fulldepend="true" - debug="on" - optimize="off" - deprecation="on" - nowarn="off" - type="classic" - vm="1.2"/> - - </build> - <forrest> - <!-- available skins: - - basic - jakarta-site - avalon-site - scarab-site - xml-apache-site - forrest-site (Work In Progress) - --> - <skin name="avalon-site"> - <navlinks> - <link1 href="http://www.apache.org/">apache.org</link1> - <link2 href="http://jakarta.apache.org/">jakarta.apache.org</link2> - <link3 href="http://jakarta.apache.org/poi/">jakarta.apache.org/poi</link3> - </navlinks> - <logo> - <group src="images/group-logo.gif" href="http://jakarta.apache.org"/> - <project src="images/project-logo.gif" href="http://jakarta.apache.org/poi/"/> - </logo> - - </skin> - - </forrest> - -</properties>
\ No newline at end of file + +<!-- Properties for core Ant tasks--> + <ant> + <XmlLogger> + <stylesheet + uri="./tools/antipede/resources/stylesheets/log.xsl" /> + </XmlLogger> + </ant> + + <XmlLogger + file="log.xml" /> + + <!-- Properties of the build --> + <build> + <!-- What to tell the compiler --> + <compiler + emacs="on" + warnings="true" + pedantic="false" + depend="true" + fulldepend="true" + debug="on" + optimize="off" + deprecation="on" + nowarn="off" + type="classic" + vm="1.2" /> + </build> + + <centipede> + <tools> + <cents> + <forrest-cent> + <!-- available skins: + + basic + jakarta-site + avalon-site + scarab-site + xml-apache-site + forrest-site (Work In Progress) + --> + <skin + name="avalon-site"> + <navlinks> + <link1 + href="http://www.apache.org/">apache.org</link1> + + <link2 + href="http://jakarta.apache.org/">jakarta.apache.org</link2> + + <link3 + href="http://jakarta.apache.org/poi/">jakarta.apache.org/poi</link3> + </navlinks> + + <logo> + <group + src="images/group-logo.gif" + href="http://jakarta.apache.org" /> + + <project + src="images/project-logo.gif" + href="http://jakarta.apache.org/poi/" /> + </logo> + </skin> + </forrest-cent> + </cents> + </tools> + </centipede> +</properties> + |