source: proiecte/ptvs/VANET/nbproject/project.properties @ 31

Last change on this file since 31 was 31, checked in by (none), 14 years ago
File size: 1.8 KB
Line 
1build.classes.dir=${build.dir}/classes
2build.classes.excludes=**/*.java,**/*.form
3# This directory is removed when the project is cleaned:
4build.dir=build
5build.generated.dir=${build.dir}/generated
6# Only compile against the classpath explicitly listed here:
7build.sysclasspath=ignore
8build.test.classes.dir=${build.dir}/test/classes
9build.test.results.dir=${build.dir}/test/results
10# Uncomment to specify the preferred debugger connection transport:
11#debug.transport=dt_socket
12debug.classpath=\
13    ${run.classpath}
14debug.test.classpath=\
15    ${run.test.classpath}
16# This directory is removed when the project is cleaned:
17dist.dir=dist
18dist.jar=${dist.dir}/VANET.jar
19dist.javadoc.dir=${dist.dir}/javadoc
20excludes=
21includes=**
22jar.compress=false
23javac.classpath=
24# Space-separated list of extra javac options
25javac.compilerargs=
26javac.deprecation=false
27javac.source=1.5
28javac.target=1.5
29javac.test.classpath=\
30    ${javac.classpath}:\
31    ${build.classes.dir}:\
32    ${libs.junit.classpath}:\
33    ${libs.junit_4.classpath}
34javadoc.additionalparam=
35javadoc.author=false
36javadoc.encoding=${source.encoding}
37javadoc.noindex=false
38javadoc.nonavbar=false
39javadoc.notree=false
40javadoc.private=false
41javadoc.splitindex=true
42javadoc.use=true
43javadoc.version=false
44javadoc.windowtitle=
45main.class=
46manifest.file=manifest.mf
47meta.inf.dir=${src.dir}/META-INF
48platform.active=default_platform
49run.classpath=\
50    ${javac.classpath}:\
51    ${build.classes.dir}
52# Space-separated list of JVM arguments used when running the project
53# (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
54# or test-sys-prop.name=value to set system properties for unit tests):
55run.jvmargs=
56run.test.classpath=\
57    ${javac.test.classpath}:\
58    ${build.test.classes.dir}
59source.encoding=UTF-8
60src.dir=src
61test.src.dir=test
Note: See TracBrowser for help on using the repository browser.