source: tmcsimulator-scriptbuilder/trunk/nbproject/project.properties @ 7

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

Renamed Interfaces in structures.events package from "*Interface" to "I_*"

Line 
1annotation.processing.enabled=true
2annotation.processing.enabled.in.editor=false
3annotation.processing.processors.list=
4annotation.processing.run.all.processors=true
5annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output
6application.title=ScriptBuilder_Repo
7application.vendor=bryanmcguffin
8build.classes.dir=${build.dir}/classes
9build.classes.excludes=**/*.java,**/*.form
10# This directory is removed when the project is cleaned:
11build.dir=build
12build.generated.dir=${build.dir}/generated
13build.generated.sources.dir=${build.dir}/generated-sources
14# Only compile against the classpath explicitly listed here:
15build.sysclasspath=ignore
16build.test.classes.dir=${build.dir}/test/classes
17build.test.results.dir=${build.dir}/test/results
18# Uncomment to specify the preferred debugger connection transport:
19#debug.transport=dt_socket
20debug.classpath=\
21    ${run.classpath}
22debug.test.classpath=\
23    ${run.test.classpath}
24# Files in build.classes.dir which should be excluded from distribution jar
25dist.archive.excludes=
26# This directory is removed when the project is cleaned:
27dist.dir=dist
28dist.jar=${dist.dir}/ScriptBuilder_Repo.jar
29dist.javadoc.dir=${dist.dir}/javadoc
30endorsed.classpath=
31excludes=
32includes=**
33jar.compress=false
34javac.classpath=\
35    ${libs.swing-layout.classpath}
36# Space-separated list of extra javac options
37javac.compilerargs=
38javac.deprecation=false
39javac.processorpath=\
40    ${javac.classpath}
41javac.source=1.7
42javac.target=1.7
43javac.test.classpath=\
44    ${javac.classpath}:\
45    ${build.classes.dir}
46javac.test.processorpath=\
47    ${javac.test.classpath}
48javadoc.additionalparam=
49javadoc.author=false
50javadoc.encoding=${source.encoding}
51javadoc.noindex=false
52javadoc.nonavbar=false
53javadoc.notree=false
54javadoc.private=false
55javadoc.splitindex=true
56javadoc.use=true
57javadoc.version=false
58javadoc.windowtitle=
59main.class=scriptbuilder.gui.ScriptBuilderFrame
60manifest.file=manifest.mf
61meta.inf.dir=${src.dir}/META-INF
62mkdist.disabled=false
63platform.active=default_platform
64run.classpath=\
65    ${javac.classpath}:\
66    ${build.classes.dir}
67# Space-separated list of JVM arguments used when running the project.
68# You may also define separate properties like run-sys-prop.name=value instead of -Dname=value.
69# To set system properties for unit tests define test-sys-prop.name=value:
70run.jvmargs=
71run.test.classpath=\
72    ${javac.test.classpath}:\
73    ${build.test.classes.dir}
74source.encoding=UTF-8
75src.dir=src
76test.src.dir=test
Note: See TracBrowser for help on using the repository browser.