aboutsummaryrefslogtreecommitdiffstats
path: root/nbproject/project.properties
diff options
context:
space:
mode:
Diffstat (limited to 'nbproject/project.properties')
-rw-r--r--nbproject/project.properties15
1 files changed, 7 insertions, 8 deletions
diff --git a/nbproject/project.properties b/nbproject/project.properties
index 90c9053..9e197e2 100644
--- a/nbproject/project.properties
+++ b/nbproject/project.properties
@@ -17,13 +17,12 @@ dist.jar=${dist.dir}/typecast.jar
dist.javadoc.dir=${dist.dir}/javadoc
file.reference.jlfgr-1_0.jar=lib/jlfgr-1_0.jar
jar.compress=true
-javac.classpath=\
-
+javac.classpath=
# Space-separated list of extra javac options
javac.compilerargs=-Xlint
-javac.deprecation=false
-javac.source=${default.javac.source}
-javac.target=${default.javac.target}
+javac.deprecation=true
+javac.source=1.5
+javac.target=1.5
javac.test.classpath=\
${javac.classpath}:\
${build.classes.dir}:\
@@ -42,13 +41,13 @@ main.class=net.java.dev.typecast.app.editor.Main
manifest.file=manifest.mf
platform.active=default_platform
run.classpath=\
- ${javac.classpath};\
- ${build.classes.dir};\
+ ${javac.classpath}:\
+ ${build.classes.dir}:\
${file.reference.jlfgr-1_0.jar}
# Space-separated list of JVM arguments used when running the project
# (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
# or test-sys-prop.name=value to set system properties for unit tests):
-run.jvmargs=
+run.jvmargs=-Dapple.laf.useScreenMenuBar=true -Xdock:name=Typecast
run.test.classpath=\
${javac.test.classpath}:\
${build.test.classes.dir}