diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2008-09-06 19:31:51 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2008-09-06 19:31:51 +0000 |
commit | 206bef988c5dfb8ec07f72ed820c48398643329f (patch) | |
tree | 4b7724aaf93cce6ea63fa0c79900620264746c8a /java/eclipse-devel/files/patch-plugins-org.eclipse.help.base-plugin.xml | |
parent | . Update to Eclipse Europa, copied over from eclipse-devel. (diff) |
. Update to Eclipse Ganymede
Submitted by: "Stephane E. Potvin" <sepotvin@videotron.ca>
Diffstat (limited to 'java/eclipse-devel/files/patch-plugins-org.eclipse.help.base-plugin.xml')
-rw-r--r-- | java/eclipse-devel/files/patch-plugins-org.eclipse.help.base-plugin.xml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/java/eclipse-devel/files/patch-plugins-org.eclipse.help.base-plugin.xml b/java/eclipse-devel/files/patch-plugins-org.eclipse.help.base-plugin.xml new file mode 100644 index 000000000000..4f145147f618 --- /dev/null +++ b/java/eclipse-devel/files/patch-plugins-org.eclipse.help.base-plugin.xml @@ -0,0 +1,29 @@ +--- plugins/org.eclipse.help.base/plugin.xml.orig 2008-08-02 15:36:47.000000000 -0400 ++++ plugins/org.eclipse.help.base/plugin.xml 2008-08-02 15:37:20.000000000 -0400 +@@ -113,7 +113,7 @@ + </parameter> + <parameter + name="os" +- value="Linux,AIX,HP,SunOS"> ++ value="Linux,FreeBSD,AIX,HP,SunOS"> + </parameter> + </factoryclass> + </browser> +@@ -132,7 +132,7 @@ + </parameter> + <parameter + name="os" +- value="Linux,AIX,HP,SunOS"> ++ value="Linux,FreeBSD,AIX,HP,SunOS"> + </parameter> + </factoryclass> + </browser> +@@ -151,7 +151,7 @@ + </parameter> + <parameter + name="os" +- value="Linux,AIX,HP,SunOS"> ++ value="Linux,FreeBSD,AIX,HP,SunOS"> + </parameter> + </factoryclass> + </browser> |