diff --git a/mozilla/java/plugins/netbeans/nbproject/build-impl.xml b/mozilla/java/plugins/netbeans/nbproject/build-impl.xml index c3b36c6f9d9..3f886f147d4 100755 --- a/mozilla/java/plugins/netbeans/nbproject/build-impl.xml +++ b/mozilla/java/plugins/netbeans/nbproject/build-impl.xml @@ -44,6 +44,36 @@ is divided into following sections: + + + + + + + + + + + + + + + + + + + + + + + + + + Must set platform.home + Must set platform.bootcp + Must set platform.java + Must set platform.javac + Platform is not correctly set up @@ -124,7 +154,7 @@ is divided into following sections: - + @@ -138,7 +168,7 @@ is divided into following sections: - + @@ -164,6 +194,9 @@ is divided into following sections: + + + @@ -182,7 +215,7 @@ is divided into following sections: - + @@ -205,7 +238,7 @@ is divided into following sections: - + @@ -302,7 +335,7 @@ is divided into following sections: - java -cp "${run.classpath.with.dist.jar}" ${main.class} + ${platform.java} -cp "${run.classpath.with.dist.jar}" ${main.class} @@ -327,7 +360,7 @@ is divided into following sections: To run this application from the command line without Ant, try: - java -jar "${dist.jar.resolved}" + ${platform.java} -jar "${dist.jar.resolved}" @@ -390,7 +423,7 @@ is divided into following sections: --> - + diff --git a/mozilla/java/plugins/netbeans/nbproject/genfiles.properties b/mozilla/java/plugins/netbeans/nbproject/genfiles.properties index b5984e6a63f..ae114ba4d0a 100755 --- a/mozilla/java/plugins/netbeans/nbproject/genfiles.properties +++ b/mozilla/java/plugins/netbeans/nbproject/genfiles.properties @@ -3,6 +3,6 @@ build.xml.script.CRC32=4cc13411 build.xml.stylesheet.CRC32=240b97a2 # This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml. # Do not edit this file. You may delete it but then the IDE will never regenerate such files for you. -nbproject/build-impl.xml.data.CRC32=88453c61 -nbproject/build-impl.xml.script.CRC32=cc42387b +nbproject/build-impl.xml.data.CRC32=c09404ce +nbproject/build-impl.xml.script.CRC32=d63e7ed7 nbproject/build-impl.xml.stylesheet.CRC32=20b9345e diff --git a/mozilla/java/plugins/netbeans/nbproject/project.properties b/mozilla/java/plugins/netbeans/nbproject/project.properties index 65968eb6174..ba8acad7dc2 100755 --- a/mozilla/java/plugins/netbeans/nbproject/project.properties +++ b/mozilla/java/plugins/netbeans/nbproject/project.properties @@ -20,11 +20,10 @@ file.reference.examples-EmptyMainClass=../examples/EmptyMainClass file.reference.main-java=../examples/simple/src/main/java file.reference.main-java-1=../examples/jmf-player/src/main/java file.reference.main-java-2=../examples/jmfplayer/src/main/java -file.reference.pluglet-1_1_a1.jar=../lib/pluglet-1_1_a1.jar jar.compress=false javac.classpath=\ - ${file.reference.pluglet-1_1_a1.jar}:\ - ${libs.JMF.classpath} + ${libs.JMF.classpath}:\ + ${file.reference.pluglet-1_1_a2.jar} # Space-separated list of extra javac options javac.compilerargs= javac.deprecation=false @@ -48,7 +47,7 @@ javadoc.windowtitle= main.class=EmptyMainClass manifest.file=manifest.mf meta.inf.dir=${src.dir}/META-INF -platform.active=default_platform +platform.active=Java_HotSpot_TM__Client_VM_1.5.0_11-b03 run.classpath=\ ${javac.classpath}:\ ${build.classes.dir} diff --git a/mozilla/java/plugins/netbeans/nbproject/project.xml b/mozilla/java/plugins/netbeans/nbproject/project.xml index 838ebc5fc8d..4950959195f 100755 --- a/mozilla/java/plugins/netbeans/nbproject/project.xml +++ b/mozilla/java/plugins/netbeans/nbproject/project.xml @@ -5,6 +5,7 @@ pluglet 1.6.5 + diff --git a/mozilla/java/plugins/release/build.xml b/mozilla/java/plugins/release/build.xml index 5546093a58a..12b506593e3 100755 --- a/mozilla/java/plugins/release/build.xml +++ b/mozilla/java/plugins/release/build.xml @@ -32,8 +32,8 @@ - - + + @@ -61,12 +61,12 @@ - @@ -218,34 +218,17 @@ - - - - - - - - - - - - - - - - - - - - - - + + + + + + - @@ -275,13 +258,15 @@ - + + + +