mirror of
https://git.freebsd.org/ports.git
synced 2025-06-17 18:50:33 -04:00
11 lines
760 B
Java
11 lines
760 B
Java
--- plugins/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/product/ProductIntroOperation.java.orig 2008-08-02 21:38:59.940166888 -0400
|
|
+++ plugins/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/product/ProductIntroOperation.java 2008-08-02 21:39:29.890351339 -0400
|
|
@@ -127,7 +127,7 @@
|
|
implementation.setName("implementation"); //$NON-NLS-1$
|
|
implementation.setAttribute("kind", "html"); //$NON-NLS-1$ //$NON-NLS-2$
|
|
implementation.setAttribute("style", "content/shared.css"); //$NON-NLS-1$ //$NON-NLS-2$
|
|
- implementation.setAttribute("os", "win32,linux,macosx"); //$NON-NLS-1$ //$NON-NLS-2$
|
|
+ implementation.setAttribute("os", "win32,freebsd,linux,macosx"); //$NON-NLS-1$ //$NON-NLS-2$
|
|
|
|
presentation.add(implementation);
|
|
|