project.properties revision 13978:1993af50385d
1annotation.processing.enabled=true
2annotation.processing.enabled.in.editor=false
3annotation.processing.processors.list=
4annotation.processing.run.all.processors=true
5annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output
6application.title=SanityTests
7application.vendor=akouznet
8build.classes.dir=${build.dir}/classes
9build.classes.excludes=**/*.java,**/*.form
10# This directory is removed when the project is cleaned:
11build.dir=build
12build.generated.dir=${build.dir}/generated
13build.generated.sources.dir=${build.dir}/generated-sources
14# Only compile against the classpath explicitly listed here:
15build.sysclasspath=ignore
16build.test.classes.dir=${build.dir}/test/classes
17build.test.results.dir=${build.dir}/test/results
18# Uncomment to specify the preferred debugger connection transport:
19#debug.transport=dt_socket
20debug.classpath=\
21    ${run.classpath}
22debug.test.classpath=\
23    ${run.test.classpath}
24# Files in build.classes.dir which should be excluded from distribution jar
25dist.archive.excludes=
26# This directory is removed when the project is cleaned:
27dist.dir=dist
28dist.jar=${dist.dir}/SanityTests.jar
29dist.javadoc.dir=${dist.dir}/javadoc
30endorsed.classpath=
31excludes=*.cfg
32includes=**
33jar.compress=false
34javac.classpath=\
35    ${libs.testng.classpath}
36# Space-separated list of extra javac options
37javac.compilerargs=-Xmaxwarns 9999 -Xlint:all -Xlint:-serial
38javac.deprecation=false
39javac.external.vm=false
40javac.processorpath=\
41    ${javac.classpath}
42javac.source=1.8
43javac.target=1.8
44javac.test.classpath=\
45    ${javac.classpath}:\
46    ${build.classes.dir}
47javac.test.processorpath=\
48    ${javac.test.classpath}
49javadoc.additionalparam=
50javadoc.author=false
51javadoc.encoding=${source.encoding}
52javadoc.noindex=false
53javadoc.nonavbar=false
54javadoc.notree=false
55javadoc.private=false
56javadoc.splitindex=true
57javadoc.use=true
58javadoc.version=false
59javadoc.windowtitle=
60main.class=
61manifest.file=manifest.mf
62meta.inf.dir=${src.dir}/META-INF
63mkdist.disabled=false
64platform.active=default_platform
65run.classpath=\
66    ${javac.classpath}:\
67    ${build.classes.dir}
68# Space-separated list of JVM arguments used when running the project.
69# You may also define separate properties like run-sys-prop.name=value instead of -Dname=value.
70# To set system properties for unit tests define test-sys-prop.name=value:
71run.jvmargs=-ea
72run.test.classpath=\
73    ${javac.test.classpath}:\
74    ${build.test.classes.dir}
75source.encoding=UTF-8
76src.src.dir=..\\..\\..\\test\\sanity\\client\\SwingSet\\src
77src.src2.dir=..\\..\\..\\test\\sanity\\client\\lib\\SwingSet3\\src
78src.src3.dir=..\\..\\..\\test\\sanity\\client\\lib\\jemmy\\src
79src.src4.dir=..\\..\\..\\test\\sanity\\client\\lib\\Jemmy2Ext\\src
80