source: branches/0.16.x/abcl/nbproject/project.properties

Last change on this file was 11538, checked in by Mark Evenson, 15 years ago

Added JUnit tests to Netbeans project.

File size: 2.0 KB
Line 
1application.title=abcl
2application.vendor=
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
12debug.classpath=\
13    ${run.classpath}
14debug.test.classpath=\
15    ${run.test.classpath}
16# This directory is removed when the project is cleaned:
17dist.dir=dist
18dist.jar=${dist.dir}/abcl.jar
19dist.javadoc.dir=${dist.dir}/javadoc
20excludes=
21file.reference.abcl-src=src
22includes=org/armedbear/lisp/**/*.java,org/armedbear/lisp/**/*.lisp
23jar.compress=true
24javac.classpath=
25# Space-separated list of extra javac options
26javac.compilerargs=
27javac.deprecation=false
28javac.source=1.5
29javac.target=1.5
30javac.test.classpath=\
31    ${javac.classpath}:\
32    ${build.classes.dir}:\
33    ${libs.junit.classpath}:\
34    ${libs.junit_4.classpath}
35javadoc.additionalparam=
36javadoc.author=false
37javadoc.encoding=${source.encoding}
38javadoc.noindex=false
39javadoc.nonavbar=false
40javadoc.notree=false
41javadoc.private=false
42javadoc.splitindex=true
43javadoc.use=true
44javadoc.version=false
45javadoc.windowtitle=
46jnlp.codebase.type=local
47jnlp.codebase.url=file:/Users/evenson/work/abcl/dist/
48jnlp.enabled=false
49jnlp.offline-allowed=false
50jnlp.signed=false
51main.class=org.armedbear.lisp.Main
52manifest.file=manifest.mf
53meta.inf.dir=${src.dir}/META-INF
54platform.active=default_platform
55run.classpath=\
56    ${javac.classpath}:\
57    ${build.classes.dir}
58# Space-separated list of JVM arguments used when running the project
59# (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
60# or test-sys-prop.name=value to set system properties for unit tests):
61run.jvmargs=
62run.test.classpath=\
63    ${javac.test.classpath}:\
64    ${build.test.classes.dir}
65source.encoding=UTF-8
66src.dir=${file.reference.abcl-src}
67src.doc.dir=doc
68src.themes.dir=themes
69test.src.dir=test/src
Note: See TracBrowser for help on using the repository browser.