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

Last change on this file since 38 was 38, checked in by fmguler, 12 years ago

Refs #7 - Removed explicit platform specification on build. Changed platform to default. Relying on javac target.

Used to set the active platform explicitly to JDK 1.4, but we're in the year 2012! This should not be a problem anymore. At most the user will have run time link problems on Java 1.4, which is easily recoverable (if we accidentally use latest java features). Also I have started to think that even if Java 1.4 happens to be supported, we can use retroweaver for that. Maybe we should update minimum java version to 1.5.

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