poi/properties.xml
Nicola Ken Barozzi b462f48f4e Update to latest dev Centipede version with cents that behave correctly in the build dir
and references on the main page to new Centipede features.
Oh, and look at the grouped javadocs :-)
Need only to reference the uml dos and I've finished for now :-)


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352480 13f79535-47bb-0310-9956-ffa450edef68
2002-04-24 16:22:03 +00:00

76 lines
2.1 KiB
XML

<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="tools/antipede/resources/stylesheets/properties.xsl"?>
<!-- Build properties - these override any property specified in the build -->
<properties>
<!-- 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 repository="http://krysalis.org/jars/">
<!-- not currently used by POI
<antidote/>
<xmldoclet/> -->
<centipede>
<javadocs group="POIFS org.apache.poi.poifs*,HSSF org.apache.poi.hssf*,HPSF org.apache.poi.hpsf*,"/>
</centipede>
<junit/>
<jdepend/>
<checkstyle/>
<javasrc/>
<umldoclet/>
<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</link1>
<link2
href="http://jakarta.apache.org/">jakarta</link2>
<link3
href="http://jakarta.apache.org/poi/">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>
</cents>
</tools>
</centipede>
</properties>