2002-04-03 12:06:10 -05:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<?xml-stylesheet type="text/xsl" href="tools/antipede/resources/stylesheets/properties.xsl"?>
|
2002-04-15 02:44:21 -04:00
|
|
|
<!-- Build properties - these override any property specified in the build -->
|
2002-04-03 12:06:10 -05:00
|
|
|
<properties>
|
2002-04-15 02:44:21 -04:00
|
|
|
|
|
|
|
<!-- 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>
|
2002-04-16 12:45:15 -04:00
|
|
|
<cents repository="http://krysalis.org/jars/">
|
2002-04-18 04:56:02 -04:00
|
|
|
<!-- not currently used by POI
|
2002-04-24 12:22:03 -04:00
|
|
|
<antidote/>
|
|
|
|
<xmldoclet/> -->
|
|
|
|
<centipede>
|
2002-04-25 18:53:41 -04:00
|
|
|
<javadocs group="POIFS org.apache.poi.poifs*,HSSF org.apache.poi.hssf*,HPSF org.apache.poi.hpsf*,">
|
|
|
|
<altenative views="uml">
|
|
|
|
<uml prefix="uml-" suffix="" extension="html"/>
|
|
|
|
</altenative>
|
|
|
|
</javadocs>
|
2002-04-24 12:22:03 -04:00
|
|
|
</centipede>
|
2002-04-16 12:45:15 -04:00
|
|
|
<junit/>
|
|
|
|
<jdepend/>
|
|
|
|
<checkstyle/>
|
2002-04-18 11:40:51 -04:00
|
|
|
<javasrc/>
|
2002-04-16 12:45:15 -04:00
|
|
|
<umldoclet/>
|
|
|
|
<forrest>
|
2002-04-15 02:44:21 -04:00
|
|
|
<!-- available skins:
|
|
|
|
|
|
|
|
basic
|
|
|
|
jakarta-site
|
|
|
|
avalon-site
|
|
|
|
scarab-site
|
|
|
|
xml-apache-site
|
|
|
|
forrest-site (Work In Progress)
|
|
|
|
-->
|
|
|
|
<skin
|
|
|
|
name="avalon-site">
|
|
|
|
<navlinks>
|
|
|
|
<link1
|
2002-04-15 03:14:08 -04:00
|
|
|
href="http://www.apache.org/">apache</link1>
|
2002-04-15 02:44:21 -04:00
|
|
|
|
|
|
|
<link2
|
2002-04-15 03:14:08 -04:00
|
|
|
href="http://jakarta.apache.org/">jakarta</link2>
|
2002-04-15 02:44:21 -04:00
|
|
|
|
|
|
|
<link3
|
2002-04-15 03:14:08 -04:00
|
|
|
href="http://jakarta.apache.org/poi/">POI</link3>
|
2002-04-15 02:44:21 -04:00
|
|
|
</navlinks>
|
|
|
|
|
|
|
|
<logo>
|
|
|
|
<group
|
|
|
|
src="images/group-logo.gif"
|
|
|
|
href="http://jakarta.apache.org" />
|
|
|
|
|
|
|
|
<project
|
2002-11-14 07:03:47 -05:00
|
|
|
src="images/poi-logo.png"
|
2002-04-15 02:44:21 -04:00
|
|
|
href="http://jakarta.apache.org/poi/" />
|
|
|
|
</logo>
|
|
|
|
</skin>
|
2002-04-16 12:45:15 -04:00
|
|
|
</forrest>
|
2002-04-15 02:44:21 -04:00
|
|
|
</cents>
|
|
|
|
</tools>
|
|
|
|
</centipede>
|
|
|
|
</properties>
|
|
|
|
|