source: tags/0.26.0/abcl/nbproject/project.properties

Last change on this file was 12449, checked in by Mark Evenson, 14 years ago

Include manifest in Netbeans build so that abcl.jar is executable.

Found by Paul Griffioen.

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