source: trunk/abcl/nbproject/project.properties @ 11529

Last change on this file since 11529 was 11529, checked in by Mark Evenson, 16 years ago

Revert inadvertent r11528.

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