source: trunk/PortForwarder/nbproject/project.properties @ 8

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

Port yönlendirme uygulaması - ilk import

File size: 1.8 KB
Line 
1application.title=PortForwarder
2application.vendor=fmguler
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}/PortForwarder.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=portforwarder.Main
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=windows-1254
60src.dir=src
61test.src.dir=test
Note: See TracBrowser for help on using the repository browser.