source: branches/localSpectral/nbproject/project.properties @ 27

Last change on this file since 27 was 27, checked in by toshi, 14 years ago

creato il branch local spectral

File size: 3.2 KB
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# This directory is removed when the project is cleaned:
24dist.dir=dist
25dist.jar=${dist.dir}/Jung.jar
26dist.javadoc.dir=${dist.dir}/javadoc
27excludes=
28file.reference.collections-generic-4.01.jar=/home/luke/Desktop/jung2-2_0_1/collections-generic-4.01.jar
29file.reference.jung-algorithms-2.0.1.jar=/home/luke/Desktop/jung2-2_0_1/jung-algorithms-2.0.1.jar
30file.reference.jung-api-2.0.1.jar=/home/luke/Desktop/jung2-2_0_1/jung-api-2.0.1.jar
31file.reference.jung-graph-impl-2.0.1.jar=/home/luke/Desktop/jung2-2_0_1/jung-graph-impl-2.0.1.jar
32file.reference.jung-io-2.0.1.jar=/home/luke/Desktop/jung2-2_0_1/jung-io-2.0.1.jar
33file.reference.jung-jai-2.0.1.jar=/home/luke/Desktop/jung2-2_0_1/jung-jai-2.0.1.jar
34file.reference.jung-visualization-2.0.1.jar=/home/luke/Desktop/jung2-2_0_1/jung-visualization-2.0.1.jar
35includes=**
36jar.compress=false
37javac.classpath=\
38    ${file.reference.collections-generic-4.01.jar}:\
39    ${file.reference.jung-algorithms-2.0.1.jar}:\
40    ${file.reference.jung-api-2.0.1.jar}:\
41    ${file.reference.jung-visualization-2.0.1.jar}:\
42    ${file.reference.jung-graph-impl-2.0.1.jar}:\
43    ${file.reference.jung-io-2.0.1.jar}:\
44    ${file.reference.jung-jai-2.0.1.jar}
45# Space-separated list of extra javac options
46javac.compilerargs=
47javac.deprecation=false
48javac.processorpath=\
49    ${javac.classpath}
50javac.source=1.5
51javac.target=1.5
52javac.test.classpath=\
53    ${javac.classpath}:\
54    ${build.classes.dir}:\
55    ${libs.junit.classpath}:\
56    ${libs.junit_4.classpath}
57javac.test.processorpath=\
58    ${javac.test.classpath}
59javadoc.additionalparam=
60javadoc.author=false
61javadoc.encoding=${source.encoding}
62javadoc.noindex=false
63javadoc.nonavbar=false
64javadoc.notree=false
65javadoc.private=false
66javadoc.splitindex=true
67javadoc.use=true
68javadoc.version=false
69javadoc.windowtitle=
70main.class=jung.Main
71manifest.file=manifest.mf
72meta.inf.dir=${src.dir}/META-INF
73platform.active=default_platform
74run.classpath=\
75    ${javac.classpath}:\
76    ${build.classes.dir}
77# Space-separated list of JVM arguments used when running the project
78# (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
79# or test-sys-prop.name=value to set system properties for unit tests):
80run.jvmargs=
81run.test.classpath=\
82    ${javac.test.classpath}:\
83    ${build.test.classes.dir}
84source.encoding=UTF-8
85src.dir=src
86test.src.dir=test
Note: See TracBrowser for help on using the repository browser.