aboutsummaryrefslogtreecommitdiffstats
path: root/properties.xml
blob: 445dba9cc171d29ca9c73815033224c89bf65039 (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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<?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>

	<forrest>
		<cent>
			<project skin="forrest-site"/>
			<project content-dir="src/documentation"/>
			<project xdocs-dir="src/documentation/xdocs"/>
			<project images-dir="src/documentation/images"/>			
		</cent>
	</forrest>
	<java>
		<cent>
			<javadoc overview="src/java/overview.html" />
   <!--    <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>
              -->
		</cent>
	</java>
	<junit>
   	   <cent>
   	      <extra>
              <sysproperty key="UTIL.testdata.path"
	                       value="./src/testcases/org/apache/poi/util/data"/>
              <sysproperty key="HSSF.testdata.path"
                           value="./src/testcases/org/apache/poi/hssf/data"/>
              <sysproperty key="HPSF.testdata.path"
                           value="./src/testcases/org/apache/poi/hpsf/data"/>
   	      </extra>                       
		</cent>                   
	</junit>
	
   <!-- deprecated properties -->	 
   <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>