source: trunk/SimpleJavaProxy/nbproject/project.properties @ 4

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

SimpleJavaProxy? ilk import. Basit bir java proxy server. Tarayıcıdan bağımsız cookie'leri yönetmek için oluşturulan bir yardımcı proje. Bu halinde safari key'ini override ediyor.

File size: 2.1 KB
Line 
1application.title=SimpleJavaProxy
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
8build.generated.sources.dir=${build.dir}/generated-sources
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
13# Uncomment to specify the preferred debugger connection transport:
14#debug.transport=dt_socket
15debug.classpath=\
16    ${run.classpath}
17debug.test.classpath=\
18    ${run.test.classpath}
19# This directory is removed when the project is cleaned:
20dist.dir=dist
21dist.jar=${dist.dir}/SimpleJavaProxy.jar
22dist.javadoc.dir=${dist.dir}/javadoc
23endorsed.classpath=
24excludes=
25includes=**
26jar.compress=false
27javac.classpath=
28# Space-separated list of extra javac options
29javac.compilerargs=
30javac.deprecation=false
31javac.source=1.5
32javac.target=1.5
33javac.test.classpath=\
34    ${javac.classpath}:\
35    ${build.classes.dir}
36javadoc.additionalparam=
37javadoc.author=false
38javadoc.encoding=${source.encoding}
39javadoc.noindex=false
40javadoc.nonavbar=false
41javadoc.notree=false
42javadoc.private=false
43javadoc.splitindex=true
44javadoc.use=true
45javadoc.version=false
46javadoc.windowtitle=
47jnlp.codebase.type=local
48jnlp.descriptor=application
49jnlp.enabled=false
50jnlp.offline-allowed=false
51jnlp.signed=false
52main.class=simplejavaproxy.Main
53manifest.file=manifest.mf
54meta.inf.dir=${src.dir}/META-INF
55platform.active=default_platform
56run.classpath=\
57    ${javac.classpath}:\
58    ${build.classes.dir}
59# Space-separated list of JVM arguments used when running the project
60# (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
61# or test-sys-prop.name=value to set system properties for unit tests):
62run.jvmargs=
63run.test.classpath=\
64    ${javac.test.classpath}:\
65    ${build.test.classes.dir}
66source.encoding=UTF-8
67src.dir=src
68test.src.dir=test
Note: See TracBrowser for help on using the repository browser.