File: proxool-ant.properties

package info (click to toggle)
libproxool-java 0.9.1-12
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,996 kB
  • sloc: java: 13,937; xml: 841; sh: 10; makefile: 10
file content (45 lines) | stat: -rw-r--r-- 1,281 bytes parent folder | download | duplicates (8)
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
# Properties file for Proxool Ant Build
# -----------------------------
# $Revision: 1.13 $
# $Date: 2006/03/24 00:07:12 $
# $Author: billhorsman $
#
# You can set any of these properties from the command line:
#
#     ant [target-name] -Dname=value
#
# or change them in this file if you prefer. The precedence is
# whatever gets set first is the final value. So, in order,
# command line, this file, the defaults from the build.xml.

# Build Directory - where to build classes and jar files
#  name: build-dir
#  range: valid path relative to build.xml
#  default: build

# Debug - whether to compile with debug information
#  name: debug
#  range: true, false
#  default: true

# Path to Log4J configuration
#  name: log4jPath
#  range: path to valid Log4J XML configuration file
#  default: src/java-test/org/logicalcobwebs/proxool/log4j-test.xml

# Sandbox - whether to include the experimental sandbox code
#  name: sandbox
#  range: true, false
#  default: false

# Test - whether to include the test classes in the code
#  name: test
#  range: true, false
#  default: false

# Test Suite - what to run when calling the "test" target
#  name: test-suite
#  range: any test class or suite within the project
#  default: org.logicalcobwebs.proxool.GlobalTest

version=0.9.0RC2