mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 03:00:42 -04:00
11 lines
1.2 KiB
XML
11 lines
1.2 KiB
XML
--- features/org.eclipse.rcp.source/feature.xml.orig 2008-08-02 15:39:10.000000000 -0400
|
|
+++ features/org.eclipse.rcp.source/feature.xml 2008-08-02 15:39:29.000000000 -0400
|
|
@@ -39,6 +39,8 @@
|
|
<plugin id="org.eclipse.swt.gtk.solaris.x86.source" version="3.4.0.HEAD" os="solaris" arch="x86" ws="gtk" unpack="false"/>
|
|
<plugin id="org.eclipse.swt.gtk.linux.ppc.source" version="3.4.0.v3448f" os="linux" arch="ppc" ws="gtk" unpack="false"/>
|
|
<plugin id="org.eclipse.swt.gtk.linux.x86_64.source" version="3.4.0.v3448f" os="linux" arch="x86_64" ws="gtk" unpack="false"/>
|
|
+ <plugin id="org.eclipse.swt.gtk.freebsd.x86.source" version="3.4.0.v3448f" os="freebsd" arch="x86" ws="gtk" unpack="false"/>
|
|
+ <plugin id="org.eclipse.swt.gtk.freebsd.amd64.source" version="3.4.0.v3448f" os="freebsd" arch="amd64" ws="gtk" unpack="false"/>
|
|
<plugin id="org.eclipse.swt.carbon.macosx.source" version="3.4.0.v3448f" os="macosx" ws="carbon" unpack="false"/>
|
|
<plugin id="org.eclipse.swt.motif.aix.ppc.source" version="3.4.0.v3448f" os="aix" arch="ppc" ws="motif" unpack="false"/>
|
|
<plugin id="org.eclipse.swt.motif.hpux.PA_RISC.source" version="3.4.0.v3448f" os="hpux" arch="PA_RISC" ws="motif" unpack="false"/>
|