summaryrefslogtreecommitdiff
path: root/java/eclipse-devel/files/patch-plugins-ui-browser-plugin.xml
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2007-10-13 03:28:18 +0000
committerGreg Lewis <glewis@FreeBSD.org>2007-10-13 03:28:18 +0000
commit28a3f566fca055cd6c99ab2f6cd7390324c1814d (patch)
tree108450e1e2832da70f3e9cccbd427c8f60674457 /java/eclipse-devel/files/patch-plugins-ui-browser-plugin.xml
parentUpgrade to 0.39. (diff)
. Enlist eclipse-devel to get some wider spread of the Eclipse 3.3 port
before it replaces Eclipse 3.2. The submitters (listed in alphabetical order) collaborated on this. Submitted by: Mike Bowie <mbowie@buzmo.com> Dan Rucci <dan@rucci.org> Ken Yamada <ken@tydfam.jp>
Notes
Notes: svn path=/head/; revision=201381
Diffstat (limited to 'java/eclipse-devel/files/patch-plugins-ui-browser-plugin.xml')
-rw-r--r--java/eclipse-devel/files/patch-plugins-ui-browser-plugin.xml46
1 files changed, 46 insertions, 0 deletions
diff --git a/java/eclipse-devel/files/patch-plugins-ui-browser-plugin.xml b/java/eclipse-devel/files/patch-plugins-ui-browser-plugin.xml
new file mode 100644
index 000000000000..4651859c6cb8
--- /dev/null
+++ b/java/eclipse-devel/files/patch-plugins-ui-browser-plugin.xml
@@ -0,0 +1,46 @@
+--- plugins/org.eclipse.ui.browser/plugin.xml.orig 2007-06-26 04:57:13.000000000 +0900
++++ plugins/org.eclipse.ui.browser/plugin.xml 2007-09-06 11:26:03.000000000 +0900
+@@ -74,11 +74,11 @@
+ <browser
+ id="org.eclipse.ui.browser.mozilla"
+ name="%browserMozilla"
+- os="linux,aix,hpux,solaris"
++ os="freebsd,linux,aix,hpux,solaris"
+ executable="mozilla"
+ factoryclass="org.eclipse.ui.internal.browser.browsers.MozillaFactory">
+ <location>usr/bin/mozilla</location>
+- <location>usr/X11/bin/mozilla</location>
++ <location>usr/local/bin/mozilla</location>
+ </browser>
+ <browser
+ id="org.eclipse.ui.browser.netscape"
+@@ -93,24 +93,26 @@
+ <browser
+ id="org.eclipse.ui.browser.firefox"
+ name="%browserFirefox"
+- os="linux,aix,hpux,solaris"
++ os="freebsd,linux,aix,hpux,solaris"
+ executable="firefox"
+ factoryclass="org.eclipse.ui.internal.browser.browsers.MozillaFactory">
+ </browser>
+ <browser
+ id="org.eclipse.ui.browser.konqueror"
+ name="%browserKonqueror"
+- os="linux,aix,hpux,solaris"
++ os="freebsd,linux,aix,hpux,solaris"
+ executable="konqueror">
+ <location>opt/kde3/bin/konqueror</location>
+ </browser>
+ <browser
+ id="org.eclipse.ui.browser.galeon"
+ name="%browserGaleon"
+- os="linux,aix,hpux,solaris"
++ os="freebsd,linux,aix,hpux,solaris"
+ executable="galeon">
+ <location>opt/usr/gnome/bin/galeon</location>
++ <location>usr/local/bin/galeon</location>
+ </browser>
++
+
+ <!-- Windows -->
+ <browser