From 5496e68246575c5bd6171c64390c1c27e7ace225 Mon Sep 17 00:00:00 2001 From: "edburns%acm.org" Date: Mon, 4 Aug 2008 21:44:10 +0000 Subject: [PATCH] correct_path_to_javaxpcom git-svn-id: svn://10.0.0.236/trunk@253373 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/java/dist/netbeans/webclient.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/java/dist/netbeans/webclient.properties b/mozilla/java/dist/netbeans/webclient.properties index 6639029f118..db9fb9d6ad5 100755 --- a/mozilla/java/dist/netbeans/webclient.properties +++ b/mozilla/java/dist/netbeans/webclient.properties @@ -3,7 +3,7 @@ #Make this point to the bin directory of your XULRUNNER installation browser.bin.dir=F:\\Projects\\mozilla\\MOZILLA_NIH\\FIREFOX_2_0_0_3_RELEASE\\mozilla\\xulrunner-win32_d.obj\\dist\\bin javaxpcom.jar=${browser.bin.dir}/javaxpcom.jar -MozillaInterfaces.jar=${browser.bin.dir}/../sdk/lib/MozillaInterfaces.jar +MozillaInterfaces.jar=${basedir}/../lib/MozillaInterfaces.jar # END required modifications