aboutsummaryrefslogtreecommitdiffstats
path: root/properties.xml
blob: 402169420f18299d5f35b54f70d26358c2e1f0ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?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>