source: tags/1.3.3/nbproject/project.properties

Last change on this file was 14610, checked in by Mark Evenson, 10 years ago

Find abcl-contrib even if not running from abcl.jar.

The java.lang.ClassLoader? of the org.lisp.armedbear.Main class is used
to find a place to guess at where `abcl-contrib.jar' may be located.

TODO: load from http location.

TODO: find abcl-contrib-m.n.p[-extra-stuff.jar as well.

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