source: tmcsimulator/branches/ExtendLDS/nbproject/project.properties @ 169

Revision 169, 2.3 KB checked in by jtorres, 9 years ago (diff)

branches/ExtendLDS/: java program that configures lds and loop data from the found atms server chu data. trunk/config/vds_data/lds.txt, loop.txt: added some lds and loop data from the ExtendLDS generated files, filled the 73 holes and extended down 5S further.

Line 
1annotation.processing.enabled=true
2annotation.processing.enabled.in.editor=false
3annotation.processing.processor.options=
4annotation.processing.processors.list=
5annotation.processing.run.all.processors=true
6annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output
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# Files in build.classes.dir which should be excluded from distribution jar
24dist.archive.excludes=
25# This directory is removed when the project is cleaned:
26dist.dir=dist
27dist.jar=${dist.dir}/ExtendLDS.jar
28dist.javadoc.dir=${dist.dir}/javadoc
29excludes=
30includes=**
31jar.compress=false
32javac.classpath=
33# Space-separated list of extra javac options
34javac.compilerargs=
35javac.deprecation=false
36javac.processorpath=\
37    ${javac.classpath}
38javac.source=1.7
39javac.target=1.7
40javac.test.classpath=\
41    ${javac.classpath}:\
42    ${build.classes.dir}
43javac.test.processorpath=\
44    ${javac.test.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=
56main.class=extendlds.ExtendLDS
57manifest.file=manifest.mf
58meta.inf.dir=${src.dir}/META-INF
59mkdist.disabled=false
60platform.active=default_platform
61run.classpath=\
62    ${javac.classpath}:\
63    ${build.classes.dir}
64# Space-separated list of JVM arguments used when running the project.
65# You may also define separate properties like run-sys-prop.name=value instead of -Dname=value.
66# To set system properties for unit tests define test-sys-prop.name=value:
67run.jvmargs=
68run.test.classpath=\
69    ${javac.test.classpath}:\
70    ${build.test.classes.dir}
71source.encoding=UTF-8
72src.dir=src
73test.src.dir=test
Note: See TracBrowser for help on using the repository browser.