source: liacs/se/RouteGUI/nbproject/project.properties@ 2

Last change on this file since 2 was 2, checked in by Rick van der Zwet, 15 years ago

Initial import of data of old repository ('data') worth keeping (e.g. tracking
means of URL access statistics)

File size: 3.3 KB
Line 
1application.title=RouteGUI
2application.vendor=evert
3build.classes.dir=${build.dir}/classes
4build.classes.excludes=**/*.java,**/*.form
5# This directory is removed when the project is cleaned:
6build.dir=build
7build.generated.dir=${build.dir}/generated
8# Only compile against the classpath explicitly listed here:
9build.sysclasspath=ignore
10build.test.classes.dir=${build.dir}/test/classes
11build.test.results.dir=${build.dir}/test/results
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}/RouteGUI.jar
19dist.javadoc.dir=${dist.dir}/javadoc
20excludes=
21file.reference.RouteGUI-lib=lib
22file.reference.swing-worker.jar=dist/lib/swingx-ws-2008_06_08-bin/lib/cobundle/swing-worker.jar
23file.reference.swing-worker.jar-1=lib/swing-worker.jar
24file.reference.swingx-bean.jar=lib/swingx-bean.jar
25file.reference.swingx-ws-2008_06_08-bin.zip=../../../../Desktop/downloads/swingx-ws-2008_06_08-bin.zip
26file.reference.swingx-ws-2008_06_08.jar=dist/lib/swingx-ws-2008_06_08-bin/swingx-ws-2008_06_08.jar
27file.reference.swingx-ws-2008_06_08.jar-1=lib/swingx-ws-2008_06_08.jar
28file.reference.swingx.jar=lib/swingx.jar
29includes=**
30jar.compress=false
31javac.classpath=\
32 ${libs.swing-layout.classpath}:\
33 ${libs.absolutelayout.classpath}:\
34 ${file.reference.swing-worker.jar-1}:\
35 ${file.reference.swingx-bean.jar}:\
36 ${file.reference.swingx-ws-2008_06_08.jar-1}:\
37 ${file.reference.swingx.jar}
38# Space-separated list of extra javac options
39javac.compilerargs=-Xlint:unchecked
40javac.deprecation=true
41javac.source=1.6
42javac.target=1.6
43javac.test.classpath=\
44 ${javac.classpath}:\
45 ${build.classes.dir}:\
46 ${libs.junit_4.classpath}
47javadoc.additionalparam=
48javadoc.author=false
49javadoc.encoding=${source.encoding}
50javadoc.noindex=false
51javadoc.nonavbar=false
52javadoc.notree=false
53javadoc.private=false
54javadoc.splitindex=true
55javadoc.use=true
56javadoc.version=false
57javadoc.windowtitle=
58jnlp.codebase.type=local
59jnlp.codebase.url=file:/C:/Documents%20and%20Settings/evert/My%20Documents/NetBeansProjects/RouteGUI/dist
60jnlp.enabled=false
61jnlp.offline-allowed=false
62jnlp.signed=false
63# Property libs.absolutelayout.classpath is set here just to make sharing of project simpler.
64# The library definition has always preference over this property.
65libs.absolutelayout.classpath=../../../../../../Applications/NetBeans/NetBeans 6.0.app/Contents/Resources/NetBeans/java1/modules/ext/AbsoluteLayout.jar
66# Property libs.swing-layout.classpath is set here just to make sharing of project simpler.
67# The library definition has always preference over this property.
68libs.swing-layout.classpath=../../../../../../Applications/NetBeans/NetBeans 6.0.app/Contents/Resources/NetBeans/platform7/modules/ext/swing-layout-1.0.3.jar
69main.class=routegui.MainJFrame
70manifest.file=manifest.mf
71meta.inf.dir=${src.dir}/META-INF
72platform.active=JDK_1.6
73run.classpath=\
74 ${javac.classpath}:\
75 ${build.classes.dir}
76# Space-separated list of JVM arguments used when running the project
77# (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
78# or test-sys-prop.name=value to set system properties for unit tests):
79run.jvmargs=
80run.test.classpath=\
81 ${javac.test.classpath}:\
82 ${build.test.classes.dir}
83source.encoding=UTF-8
84src.dir=src
85test.src.dir=test
Note: See TracBrowser for help on using the repository browser.