1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
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
|