|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
2 | 2 | <?eclipse version="3.0"?>
|
3 | 3 | <!--
|
4 |
| - Copyright (c) 2005, 2015 IBM Corporation and others. |
| 4 | + Copyright (c) 2005, 2025 IBM Corporation and others. |
5 | 5 |
|
6 | 6 | This program and the accompanying materials
|
7 | 7 | are made available under the terms of the Eclipse Public License 2.0
|
|
14 | 14 | IBM Corporation - initial API and implementation
|
15 | 15 | Martin Oberhuber (Wind River) - [292882] Default Browser on Solaris
|
16 | 16 | Martin Oberhuber (Wind River) - [293175] Default external web browser not found when running 32-bit Eclipse on 64-bit Ubuntu 9.04
|
| 17 | + Tue Ton - support for FreeBSD |
17 | 18 | -->
|
18 | 19 |
|
19 | 20 | <plugin>
|
|
94 | 95 | <browser
|
95 | 96 | id="org.eclipse.ui.browser.firefox"
|
96 | 97 | name="%browserFirefox"
|
97 |
| - os="linux,aix,hpux,solaris" |
| 98 | + os="freebsd,linux,aix,hpux,solaris" |
98 | 99 | executable="firefox"
|
99 | 100 | factoryclass="org.eclipse.ui.internal.browser.browsers.MozillaFactory">
|
100 | 101 | <location>
|
|
104 | 105 | <browser
|
105 | 106 | id="org.eclipse.ui.browser.chrome"
|
106 | 107 | name="%browserChrome"
|
107 |
| - os="linux,aix,hpux,solaris" |
| 108 | + os="freebsd,linux,aix,hpux,solaris" |
108 | 109 | executable="google-chrome">
|
109 | 110 | <location>usr/bin/google-chrome</location>
|
110 | 111 | </browser>
|
111 | 112 | <browser
|
112 | 113 | id="org.eclipse.ui.browser.chromium"
|
113 | 114 | name="%browserChromium"
|
114 |
| - os="linux" |
| 115 | + os="freebsd,linux" |
115 | 116 | executable="chromium-browser">
|
116 | 117 | <location>usr/bin/chromium-browser</location>
|
117 | 118 | </browser>
|
118 | 119 | <browser
|
119 | 120 | id="org.eclipse.ui.browser.konqueror"
|
120 | 121 | name="%browserKonqueror"
|
121 |
| - os="linux,aix,hpux,solaris" |
| 122 | + os="freebsd,linux,aix,hpux,solaris" |
122 | 123 | executable="konqueror">
|
123 | 124 | <location>usr/bin/konqueror</location>
|
124 | 125 | </browser>
|
125 | 126 | <browser
|
126 | 127 | id="org.eclipse.ui.browser.epiphany"
|
127 | 128 | name="%browserEpiphany"
|
128 |
| - os="linux" |
| 129 | + os="freebsd,linux" |
129 | 130 | executable="epiphany">
|
130 | 131 | <location>
|
131 | 132 | usr/bin/epiphany
|
|
0 commit comments