From 243a4c705a0eb64717bebc5b2b0e2b1b5b09a54e Mon Sep 17 00:00:00 2001 From: "edburns%acm.org" Date: Tue, 25 Sep 2007 00:52:05 +0000 Subject: [PATCH] copy_from_deployed_project_back_to_cvs_workarea git-svn-id: svn://10.0.0.236/trunk@236627 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/java/dist/netbeans/build.xml | 74 +++++++++++++++++++ .../java/dist/netbeans/webclient.properties | 6 +- 2 files changed, 78 insertions(+), 2 deletions(-) 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