source: trunk/fmgVen/nbproject/project.properties @ 19

Last change on this file since 19 was 19, checked in by fmguler, 14 years ago

Netbeans 6.9 Geçişi.

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