project.properties revision 1583:d954cd279188
1application.title=jdwpgen
2application.vendor=sun
3build.classes.dir=${build.dir}/classes
4build.classes.excludes=**/*.java,**/*.form
5# This directory is removed when the project is cleaned:
6build.dir=build
7build.generated.dir=${build.dir}/generated
8# Only compile against the classpath explicitly listed here:
9build.sysclasspath=ignore
10build.test.classes.dir=${build.dir}/test/classes
11build.test.results.dir=${build.dir}/test/results
12# Uncomment to specify the preferred debugger connection transport:
13#debug.transport=dt_socket
14debug.classpath=\
15    ${run.classpath}
16debug.test.classpath=\
17    ${run.test.classpath}
18# This directory is removed when the project is cleaned:
19dist.dir=dist
20dist.jar=${dist.dir}/jdwpgen.jar
21dist.javadoc.dir=${dist.dir}/javadoc
22excludes=
23file.reference.tools-jdwpgen=../../tools/src/build/tools/jdwpgen
24file.reference.tools-src=../../tools/src
25includes=build/tools/jdwpgen/**
26jar.compress=false
27javac.classpath=
28# Space-separated list of extra javac options
29javac.compilerargs=-Xlint:all
30javac.deprecation=false
31javac.source=1.5
32javac.target=1.5
33javac.test.classpath=\
34    ${javac.classpath}:\
35    ${build.classes.dir}:\
36    ${libs.junit.classpath}:\
37    ${libs.junit_4.classpath}
38javadoc.additionalparam=
39javadoc.author=false
40javadoc.encoding=${source.encoding}
41javadoc.noindex=true
42javadoc.nonavbar=true
43javadoc.notree=true
44javadoc.private=true
45javadoc.splitindex=false
46javadoc.use=false
47javadoc.version=false
48javadoc.windowtitle=
49main.class=jdwpgen.Main
50manifest.file=manifest.mf
51meta.inf.dir=${src.dir}/META-INF
52platform.active=default_platform
53run.classpath=\
54    ${javac.classpath}:\
55    ${build.classes.dir}
56# Space-separated list of JVM arguments used when running the project
57# (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
58# or test-sys-prop.name=value to set system properties for unit tests):
59run.jvmargs=
60run.test.classpath=\
61    ${javac.test.classpath}:\
62    ${build.test.classes.dir}
63source.encoding=UTF-8
64src.src.dir=${file.reference.tools-src}
65test.src.dir=test
66