diff options
author | David Schweinsberg <[email protected]> | 2007-01-29 00:23:39 +0000 |
---|---|---|
committer | David Schweinsberg <[email protected]> | 2007-01-29 00:23:39 +0000 |
commit | 26ddaadd726ada88e94d9a84e23210e3b762b750 (patch) | |
tree | a1b799a03c5eff5badc4a8ca1a696e2698c3f944 /nbproject/project.properties | |
parent | 9a0085ba465ec36d3eb3b26a9e6505c1fd96533d (diff) |
NetBeans insisted on this modification when upgrading to 5.5.
Diffstat (limited to 'nbproject/project.properties')
-rw-r--r-- | nbproject/project.properties | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/nbproject/project.properties b/nbproject/project.properties index 9e197e2..9c9368a 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -3,6 +3,7 @@ build.classes.dir=${build.dir}/classes build.classes.excludes=**/*.java,**/*.form # This directory is removed when the project is cleaned: build.dir=build +build.generated.dir=${build.dir}/generated # Only compile against the classpath explicitly listed here: build.sysclasspath=ignore build.test.classes.dir=${build.dir}/test/classes @@ -15,9 +16,11 @@ debug.test.classpath=\ dist.dir=dist dist.jar=${dist.dir}/typecast.jar dist.javadoc.dir=${dist.dir}/javadoc +file.reference.AppleJavaExtensions.jar=lib/AppleJavaExtensions.jar file.reference.jlfgr-1_0.jar=lib/jlfgr-1_0.jar jar.compress=true -javac.classpath= +javac.classpath=\ + ${file.reference.AppleJavaExtensions.jar} # Space-separated list of extra javac options javac.compilerargs=-Xlint javac.deprecation=true @@ -27,6 +30,7 @@ javac.test.classpath=\ ${javac.classpath}:\ ${build.classes.dir}:\ ${libs.junit.classpath} +javadoc.additionalparam= javadoc.author=false javadoc.encoding= javadoc.noindex=false @@ -39,6 +43,7 @@ javadoc.version=false javadoc.windowtitle=Typecast main.class=net.java.dev.typecast.app.editor.Main manifest.file=manifest.mf +meta.inf.dir=${src.dir}/META-INF platform.active=default_platform run.classpath=\ ${javac.classpath}:\ @@ -47,7 +52,7 @@ run.classpath=\ # 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=-Dapple.laf.useScreenMenuBar=true -Xdock:name=Typecast +run.jvmargs=-Dapple.laf.useScreenMenuBar=true run.test.classpath=\ ${javac.test.classpath}:\ ${build.test.classes.dir} |