c8a456b706
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352917 13f79535-47bb-0310-9956-ffa450edef68
80 lines
2.3 KiB
XML
80 lines
2.3 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*,">
|
|
<altenative views="uml">
|
|
<uml prefix="uml-" suffix="" extension="html"/>
|
|
</altenative>
|
|
</javadocs>
|
|
</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/poi-logo.png"
|
|
href="http://jakarta.apache.org/poi/" />
|
|
</logo>
|
|
</skin>
|
|
</forrest>
|
|
</cents>
|
|
</tools>
|
|
</centipede>
|
|
</properties>
|
|
|