diff --git a/mozilla/java/dist/netbeans/build.xml b/mozilla/java/dist/netbeans/build.xml index 59132b31dbf..dd8c3bca87b 100755 --- a/mozilla/java/dist/netbeans/build.xml +++ b/mozilla/java/dist/netbeans/build.xml @@ -375,6 +375,80 @@ ${so.prefix}xul.${so.extension}. tofile="${basedir}/../lib/outofdate-webclient_jar" /> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mozilla/java/dist/netbeans/webclient.properties b/mozilla/java/dist/netbeans/webclient.properties index 747d43338ae..b3da8b5172e 100755 --- a/mozilla/java/dist/netbeans/webclient.properties +++ b/mozilla/java/dist/netbeans/webclient.properties @@ -1,7 +1,7 @@ # START required modifications #Make this point to the bin directory of your XULRUNNER installation -# browser.bin.dir=C:\\Projects\\chaff\\xulrunner +browser.bin.dir=C:\\Projects\\chaff\\xulrunner # END required modifications @@ -12,7 +12,7 @@ # Windows #debug.jvm.args=-Xdebug -Xrunjdwp:transport=dt_shmem,address=jdbconn,server=y,suspend=y -# test.browser.url=http://jazoon.com/ +test.browser.url=http://jazoon.com/ # http.proxyHost=webcache.east.sun.com # http.proxyPort=8080 # http.nonProxyHosts=".sfbay.sun.com|.east.sun.com|.central.sun.com" @@ -26,4 +26,6 @@ nspr.log.modules=sync:javadom:4,webclient:4,webclientstub:4,pluglets:4 nspr.log.filename=webclient.log test.excludes=**/*JsfjMakiTest.*,**/CarDemoTest.* +mozilla.cvs.workarea=C:\\Projects\\mozilla\\MOZILLA_NIH\\FIREFOX_2_0_0_3_RELEASE\\mozilla\\java + # END do not modify