source: swt/nbproject/project.properties@ 5

Last change on this file since 5 was 5, checked in by lpino, 18 years ago

carga inicial

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