7a06cfb182
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352312 13f79535-47bb-0310-9956-ffa450edef68
39 lines
1013 B
XML
39 lines
1013 B
XML
<?xml version="1.0"?>
|
|
<?xml-stylesheet type="text/xsl" href="tools/antipede/resources/stylesheets/properties.xsl"?>
|
|
<!-- Project properties -->
|
|
<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:
|
|
jakarta-site
|
|
scarab-site
|
|
xml-apache-site
|
|
cocoon-printer -->
|
|
<skin name="jakarta-site"/>
|
|
</forrest>
|
|
|
|
</properties> |