summaryrefslogtreecommitdiff
path: root/java/eclipse/files/patch-plugins-ui-browser-plugin.xml
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2009-02-15 03:19:44 +0000
committerGreg Lewis <glewis@FreeBSD.org>2009-02-15 03:19:44 +0000
commit98c91f0659633010ec6ff12d7dd9352270acd2c7 (patch)
tree63babb95eb65a71045c577895a5530cf7cdd7129 /java/eclipse/files/patch-plugins-ui-browser-plugin.xml
parent- Fix MASTERSITES (diff)
. Update to 3.4.1 (from eclipse-devel).
Diffstat (limited to 'java/eclipse/files/patch-plugins-ui-browser-plugin.xml')
-rw-r--r--java/eclipse/files/patch-plugins-ui-browser-plugin.xml45
1 files changed, 0 insertions, 45 deletions
diff --git a/java/eclipse/files/patch-plugins-ui-browser-plugin.xml b/java/eclipse/files/patch-plugins-ui-browser-plugin.xml
deleted file mode 100644
index d8db8ba04807..000000000000
--- a/java/eclipse/files/patch-plugins-ui-browser-plugin.xml
+++ /dev/null
@@ -1,45 +0,0 @@
---- plugins/org.eclipse.ui.browser/plugin.xml.orig 2007-10-24 06:48:42.000000000 +0900
-+++ plugins/org.eclipse.ui.browser/plugin.xml 2007-11-19 15:30:34.000000000 +0900
-@@ -74,11 +74,12 @@
- <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,23 +94,25 @@
- <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>
-+ <location>/usr/local/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 -->