diff options
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> |