make/tools/classanalyzer/nbproject/project.properties

Print this page

        

@@ -55,11 +55,11 @@
 
 endorsed.classpath=
 excludes=
 
 file.reference.tools-src=src
-file.reference.tools.jar=${jdk.home}/lib/tools.jar
+file.reference.tools.jar=/export/mchung/jigsaw/bundles/solaris-i586/lib/tools.jar
 includes=**
 jar.compress=false
 javac.classpath=\
     ${file.reference.tools.jar}
 javac.deprecation=false

@@ -77,16 +77,16 @@
 javadoc.use=false
 javadoc.version=false
 main.class=com.sun.classanalyzer.ClassAnalyzer
 manifest.file=manifest.mf
 meta.inf.dir=${src.dir}/META-INF
-platform.active=JDK7
+platform.active=JDK_1.7
 run.classpath=\
     ${javac.classpath}:\
     ${build.classes.dir}
 # 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=-Xmx896m -Xms128m 
+run.jvmargs=-Xmx896m -Xms128m  -Dclassanalyzer.debug
 run.test.classpath=
 source.encoding=UTF-8
 src.dir=${file.reference.tools-src}