File: building.xml

package info (click to toggle)
turbine 20010419-1
  • links: PTS
  • area: contrib
  • in suites: woody
  • size: 17,460 kB
  • ctags: 7,501
  • sloc: java: 41,929; xml: 12,430; sql: 637; sh: 90; makefile: 50
file content (32 lines) | stat: -rw-r--r-- 767 bytes parent folder | download
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
<?xml version="1.0"?>

<document>

 <properties>
   <title>Misc. Build Instructions</title>
   <author email="a@a.com">Turbine Documentation Team</author>
 </properties>

 <body>

 <section name="TurbineResources.properties">
  <p>
    To build a new TurbineResources.properties file from the
    TurbineResources.master template:
    <ol>
    <li>Go to the turbine/conf directory.</li>
    <li>Edit any of the properties in turbine/conf/master/meta.properties,
        or alternatively set those properties in your own .ant.properties.</li>
    <li>Run ./build-conf.sh.</li>
    </ol>
  </p>
 </section>
 <section name="Torque">
  <p>
    For instructions on building Torque, see
    <a href="torque.html">this document</a>.
  </p>
 </section>

 </body>
</document>