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

Last change on this file since 11 was 11, checked in by fmguler, 15 years ago

FMG VEN kütüphanesi - ilk import

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
9# Only compile against the classpath explicitly listed here:
10build.sysclasspath=ignore
11build.test.classes.dir=${build.dir}/test/classes
12build.test.results.dir=${build.dir}/test/results
13debug.classpath=\
14    ${run.classpath}
15debug.test.classpath=\
16    ${run.test.classpath}
17# This directory is removed when the project is cleaned:
18dist.dir=dist
19dist.jar=${dist.dir}/fmgVen.jar
20dist.javadoc.dir=${dist.dir}/javadoc
21excludes=
22file.reference.spring.jar=lib/spring.jar
23includes=**
24jar.compress=false
25javac.classpath=\
26    ${file.reference.spring.jar}
27# Space-separated list of extra javac options
28javac.compilerargs=
29javac.deprecation=false
30javac.source=1.4
31javac.target=1.4
32javac.test.classpath=\
33    ${javac.classpath}:\
34    ${build.classes.dir}:\
35    ${libs.junit.classpath}
36javadoc.additionalparam=
37javadoc.author=false
38javadoc.encoding=
39javadoc.noindex=false
40javadoc.nonavbar=false
41javadoc.notree=false
42javadoc.private=false
43javadoc.splitindex=true
44javadoc.use=true
45javadoc.version=false
46javadoc.windowtitle=
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}
59src.dir=src
60test.src.dir=test
Note: See TracBrowser for help on using the repository browser.