File: project.properties

package info (click to toggle)
gridengine 8.1.9%2Bdfsg-10
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 56,880 kB
  • sloc: ansic: 432,689; java: 87,068; cpp: 31,958; sh: 29,429; jsp: 7,757; perl: 6,336; xml: 5,828; makefile: 4,701; csh: 3,928; ruby: 2,221; tcl: 1,676; lisp: 669; yacc: 519; python: 503; lex: 361; javascript: 200
file content (128 lines) | stat: -rw-r--r-- 5,600 bytes parent folder | download | duplicates (6)
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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
# These should be the only four things you might need to change for a
# Hadoop 0.20 installation.  Ensure that, for instance, the value of
# file.reference.hadoop-0.20.2-core.jar points correctly to the jar
# file (either a 0.20.2 or 0.20.2 version).  It may be of the form
# hadoop-0.20.2-core.jar or hadoop-core-0.20.2.jar, hence the
# file... abstraction may not be correct.  (It doesn't matter that the
# variables might be named 0.20.2 with a 0.20.2 installation.)
hadoop.version=0.20.2
hadoop.dir=/usr/share/java/hadoop-${hadoop.version}
file.reference.hadoop-0.20.2-core.jar=${hadoop.dir}/hadoop-${hadoop.version}-core.jar
file.reference.hadoop-0.20.2-tools.jar=${hadoop.dir}/hadoop-${hadoop.version}-tools.jar

application.title=Herd
application.vendor=dant
build.classes.dir=${build.dir}/classes
build.classes.excludes=**/*.java,**/*.form
# This directory is removed when the project is cleaned:
build.dir=../../CLASSES/herd
build.generated.dir=${build.dir}/generated
build.generated.sources.dir=${build.dir}/generated-sources
# Only compile against the classpath explicitly listed here:
build.sysclasspath=ignore
build.test.classes.dir=${build.dir}/test/classes
build.test.results.dir=${build.dir}/test/results
# Uncomment to specify the preferred debugger connection transport:
#debug.transport=dt_socket
debug.classpath=\
    ${run.classpath}
debug.test.classpath=\
    ${run.test.classpath}
# This directory is removed when the project is cleaned:
dist.dir=../../CLASSES/herd
dist.jar=${dist.dir}/herd.jar
dist.javadoc.dir=../../JAVADOCS/herd
endorsed.classpath=
excludes=
file.reference.commons-cli-1.2.jar=${hadoop.dir}/lib/commons-cli-1.2.jar
file.reference.commons-codec-1.3.jar=${hadoop.dir}/lib/commons-codec-1.3.jar
file.reference.commons-el-1.0.jar=${hadoop.dir}/lib/commons-el-1.0.jar
file.reference.commons-httpclient-3.0.1.jar=${hadoop.dir}/lib/commons-httpclient-3.0.1.jar
file.reference.commons-logging-1.0.4.jar=${hadoop.dir}/lib/commons-logging-1.0.4.jar
file.reference.commons-logging-api-1.0.4.jar=${hadoop.dir}/lib/commons-logging-api-1.0.4.jar
file.reference.commons-net-1.4.1.jar=${hadoop.dir}/lib/commons-net-1.4.1.jar
file.reference.core-3.1.1.jar=${hadoop.dir}/lib/core-3.1.1.jar
file.reference.hsqldb-1.8.0.10.jar=${hadoop.dir}/lib/hsqldb-1.8.0.10.jar
file.reference.jasper-compiler-5.5.12.jar=${hadoop.dir}/lib/jasper-compiler-5.5.12.jar
file.reference.jasper-runtime-5.5.12.jar=${hadoop.dir}/lib/jasper-runtime-5.5.12.jar
file.reference.jets3t-0.6.1.jar=${hadoop.dir}/lib/jets3t-0.6.1.jar
file.reference.jetty-6.1.14.jar=${hadoop.dir}/lib/jetty-6.1.14.jar
file.reference.jetty-util-6.1.14.jar=${hadoop.dir}/lib/jetty-util-6.1.14.jar
file.reference.junit-3.8.1.jar=${hadoop.dir}/lib/junit-3.8.1.jar
file.reference.kfs-0.2.2.jar=${hadoop.dir}/lib/kfs-0.2.2.jar
file.reference.log4j-1.2.15.jar=${hadoop.dir}/lib/log4j-1.2.15.jar
file.reference.oro-2.0.8.jar=${hadoop.dir}/lib/oro-2.0.8.jar
file.reference.servlet-api-2.5-6.1.14.jar=${hadoop.dir}/lib/servlet-api-2.5-6.1.14.jar
file.reference.slf4j-api-1.4.3.jar=${hadoop.dir}/lib/slf4j-api-1.4.3.jar
file.reference.slf4j-log4j12-1.4.3.jar=${hadoop.dir}/lib/slf4j-log4j12-1.4.3.jar
file.reference.xmlenc-0.52.jar=${hadoop.dir}/lib/xmlenc-0.52.jar
includes=**
jar.compress=false
javac.classpath=\
    ${reference.JSV.jar}:\
    ${file.reference.hadoop-0.20.2-core.jar}:\
    ${file.reference.hadoop-0.20.2-tools.jar}:\
    ${file.reference.commons-cli-1.2.jar}:\
    ${file.reference.commons-codec-1.3.jar}:\
    ${file.reference.commons-el-1.0.jar}:\
    ${file.reference.commons-httpclient-3.0.1.jar}:\
    ${file.reference.commons-logging-1.0.4.jar}:\
    ${file.reference.commons-logging-api-1.0.4.jar}:\
    ${file.reference.commons-net-1.4.1.jar}:\
    ${file.reference.core-3.1.1.jar}:\
    ${file.reference.hsqldb-1.8.0.10.jar}:\
    ${file.reference.jasper-compiler-5.5.12.jar}:\
    ${file.reference.jasper-runtime-5.5.12.jar}:\
    ${file.reference.jets3t-0.6.1.jar}:\
    ${file.reference.jetty-6.1.14.jar}:\
    ${file.reference.jetty-util-6.1.14.jar}:\
    ${file.reference.junit-3.8.1.jar}:\
    ${file.reference.kfs-0.2.2.jar}:\
    ${file.reference.log4j-1.2.15.jar}:\
    ${file.reference.oro-2.0.8.jar}:\
    ${file.reference.servlet-api-2.5-6.1.14.jar}:\
    ${file.reference.slf4j-api-1.4.3.jar}:\
    ${file.reference.slf4j-log4j12-1.4.3.jar}:\
    ${file.reference.xmlenc-0.52.jar}
# Space-separated list of extra javac options
javac.compilerargs=
javac.deprecation=false
javac.source=1.5
javac.target=1.5
hadoop.javac.source=1.5
hadoop.javac.target=1.5
javac.test.classpath=\
    ${javac.classpath}:\
    ${build.classes.dir}:\
    ${libs.junit.classpath}
javadoc.additionalparam=
javadoc.author=false
javadoc.encoding=${source.encoding}
javadoc.noindex=false
javadoc.nonavbar=false
javadoc.notree=false
javadoc.private=false
javadoc.splitindex=true
javadoc.use=true
javadoc.version=false
javadoc.windowtitle=
main.class=com.sun.grid.loadsensor.LoadSensorManager
manifest.file=manifest.mf
meta.inf.dir=${src.dir}/META-INF
platform.active=default_platform
project.JSV=../jjsv
project.license=SISSL
reference.JSV.jar=../../CLASSES/jjsv/JSV.jar
run.classpath=\
    ${javac.classpath}:\
    ${build.classes.dir}
# Space-separated list of JVM arguments used when running the project
# (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
# or test-sys-prop.name=value to set system properties for unit tests):
run.jvmargs=
run.test.classpath=\
    ${javac.test.classpath}:\
    ${build.test.classes.dir}
source.encoding=UTF-8
src.dir=src
test.src.dir=test