source: tmcsimulator-scriptbuilder/nbproject/project.properties @ 1

Revision 1, 2.4 KB checked in by bmcguffin, 9 years ago (diff)

2017/07/18: Uploaded entire prototype to SVN repo.

Line 
1annotation.processing.enabled=true
2annotation.processing.enabled.in.editor=false
3annotation.processing.processors.list=
4annotation.processing.run.all.processors=true
5application.title=ScriptBuilder_Most_Current
6application.vendor=nathaniellehrer
7build.classes.dir=${build.dir}/classes
8build.classes.excludes=**/*.java,**/*.form
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
17# Uncomment to specify the preferred debugger connection transport:
18#debug.transport=dt_socket
19debug.classpath=\
20    ${run.classpath}
21debug.test.classpath=\
22    ${run.test.classpath}
23# This directory is removed when the project is cleaned:
24dist.dir=dist
25dist.jar=${dist.dir}/ScriptBuilder_Most_Current.jar
26dist.javadoc.dir=${dist.dir}/javadoc
27endorsed.classpath=
28excludes=
29includes=**
30jar.compress=false
31javac.classpath=\
32    ${libs.swing-layout.classpath}
33# Space-separated list of extra javac options
34javac.compilerargs=
35javac.deprecation=false
36javac.processorpath=\
37    ${javac.classpath}
38javac.source=1.5
39javac.target=1.5
40javac.test.classpath=\
41    ${javac.classpath}:\
42    ${build.classes.dir}:\
43    ${libs.junit.classpath}:\
44    ${libs.junit_4.classpath}
45javadoc.additionalparam=
46javadoc.author=false
47javadoc.encoding=${source.encoding}
48javadoc.noindex=false
49javadoc.nonavbar=false
50javadoc.notree=false
51javadoc.private=false
52javadoc.splitindex=true
53javadoc.use=true
54javadoc.version=false
55javadoc.windowtitle=
56jaxbwiz.endorsed.dirs="${netbeans.home}/../ide12/modules/ext/jaxb/api"
57jnlp.codebase.type=local
58jnlp.descriptor=application
59jnlp.enabled=false
60jnlp.offline-allowed=false
61jnlp.signed=false
62main.class=scriptbuilder.gui.ScriptBuilderFrame
63manifest.file=manifest.mf
64meta.inf.dir=${src.dir}/META-INF
65mkdist.disabled=false
66platform.active=default_platform
67run.classpath=\
68    ${javac.classpath}:\
69    ${build.classes.dir}
70# Space-separated list of JVM arguments used when running the project
71# (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
72# or test-sys-prop.name=value to set system properties for unit tests):
73run.jvmargs=
74run.test.classpath=\
75    ${javac.test.classpath}:\
76    ${build.test.classes.dir}
77source.encoding=UTF-8
78src.dir=src
79test.src.dir=test
Note: See TracBrowser for help on using the repository browser.