Updated 2 patches

This commit is contained in:
Andrew Overholt 2008-10-03 13:15:57 +00:00
parent db03349ee4
commit 1705432496
2 changed files with 59 additions and 68 deletions

View File

@ -1,14 +1,10 @@
diff -up ./features/org.eclipse.platform.source/feature.xml.arches ./features/org.eclipse.platform.source/feature.xml
diff -up ./features/org.eclipse.rcp/feature.xml.arches ./features/org.eclipse.rcp/feature.xml
--- ./features/org.eclipse.rcp/feature.xml.arches 2008-07-22 08:41:03.000000000 -0400
+++ ./features/org.eclipse.rcp/feature.xml 2008-07-22 08:44:33.000000000 -0400
@@ -227,7 +227,17 @@
version="0.0.0"
fragment="true"
--- ./features/org.eclipse.rcp/feature.xml.arches 2008-10-03 09:05:02.000000000 -0400
+++ ./features/org.eclipse.rcp/feature.xml 2008-10-03 09:06:45.000000000 -0400
@@ -229,6 +229,50 @@
unpack="false"/>
-
+
+ <plugin
<plugin
+ id="org.eclipse.swt.gtk.linux.ppc64"
+ os="linux"
+ ws="gtk"
@ -18,13 +14,7 @@ diff -up ./features/org.eclipse.rcp/feature.xml.arches ./features/org.eclipse.rc
+ version="0.0.0"
+ fragment="true"
+ unpack="false"/>
<plugin
id="org.eclipse.swt.gtk.solaris.sparc"
os="solaris"
@@ -272,6 +282,39 @@
fragment="true"
unpack="false"/>
+
+ <plugin
+ id="org.eclipse.swt.gtk.linux.sparc"
+ os="linux"
@ -58,20 +48,21 @@ diff -up ./features/org.eclipse.rcp/feature.xml.arches ./features/org.eclipse.rc
+ fragment="true"
+ unpack="false"/>
+
<plugin
id="org.eclipse.swt.carbon.macosx"
os="macosx"
+ <plugin
id="org.eclipse.swt.gtk.solaris.sparc"
os="solaris"
ws="gtk"
diff -up ./features/org.eclipse.rcp.source/feature.xml.arches ./features/org.eclipse.rcp.source/feature.xml
--- ./features/org.eclipse.rcp.source/feature.xml.arches 2008-07-22 08:41:14.000000000 -0400
+++ ./features/org.eclipse.rcp.source/feature.xml 2008-07-22 08:47:22.000000000 -0400
--- ./features/org.eclipse.rcp.source/feature.xml.arches 2008-10-03 09:05:08.000000000 -0400
+++ ./features/org.eclipse.rcp.source/feature.xml 2008-10-03 09:07:51.000000000 -0400
@@ -45,6 +45,10 @@
<plugin id="org.eclipse.swt.motif.hpux.ia64_32.source" version="3.4.0.v3448f" os="hpux" arch="ia64_32" ws="motif" unpack="false"/>
<plugin id="org.eclipse.swt.motif.linux.x86.source" version="3.4.0.v3448f" os="linux" arch="x86" ws="motif" unpack="false"/>
<plugin id="org.eclipse.swt.motif.hpux.ia64_32.source" version="3.4.1.v3449c" os="hpux" arch="ia64_32" ws="motif" unpack="false"/>
<plugin id="org.eclipse.swt.motif.linux.x86.source" version="3.4.1.v3449c" os="linux" arch="x86" ws="motif" unpack="false"/>
<plugin id="org.eclipse.swt.gtk.linux.ia64.source" version="3.4.0.HEAD" os="linux" arch="ia64" ws="gtk" unpack="false"/>
+ <plugin id="org.eclipse.swt.gtk.linux.ppc64.source" version="3.4.0.v3448f" os="linux" arch="ppc64" ws="gtk" unpack="false"/>
+ <plugin id="org.eclipse.swt.gtk.linux.sparc.source" version="3.4.0.v3448f" os="linux" arch="sparc" ws="gtk" unpack="false"/>
+ <plugin id="org.eclipse.swt.gtk.linux.sparc64.source" version="3.4.0.v3448f" os="linux" arch="sparc64" ws="gtk" unpack="false"/>
+ <plugin id="org.eclipse.swt.gtk.linux.alpha.source" version="3.4.0.v3448f" os="linux" arch="alpha" ws="gtk" unpack="false"/>
<plugin id="org.eclipse.swt.motif.solaris.sparc.source" version="3.4.0.v3448f" os="solaris" arch="sparc" ws="motif" unpack="false"/>
<plugin id="org.eclipse.swt.photon.qnx.x86.source" version="3.4.0.v3448f" os="qnx" arch="x86" ws="photon" unpack="false"/>
+ <plugin id="org.eclipse.swt.gtk.linux.ppc64.source" version="3.4.1.v3449c" os="linux" arch="ppc64" ws="gtk" unpack="false"/>
+ <plugin id="org.eclipse.swt.gtk.linux.sparc.source" version="3.4.1.v3449c" os="linux" arch="sparc" ws="gtk" unpack="false"/>
+ <plugin id="org.eclipse.swt.gtk.linux.sparc64.source" version="3.4.1.v3449c" os="linux" arch="sparc64" ws="gtk" unpack="false"/>
+ <plugin id="org.eclipse.swt.gtk.linux.alpha.source" version="3.4.1.v3449c" os="linux" arch="alpha" ws="gtk" unpack="false"/>
<plugin id="org.eclipse.swt.motif.solaris.sparc.source" version="3.4.1.v3449c" os="solaris" arch="sparc" ws="motif" unpack="false"/>
<plugin id="org.eclipse.swt.photon.qnx.x86.source" version="3.4.1.v3449c" os="qnx" arch="x86" ws="photon" unpack="false"/>
<plugin id="org.eclipse.rcp.source" version="3.4.0.v20080507" unpack="false"/>

View File

@ -1,15 +1,15 @@
diff -up ./assemble.org.eclipse.sdk.linux.gtk.s390x.xml.fragments ./assemble.org.eclipse.sdk.linux.gtk.s390x.xml
--- ./assemble.org.eclipse.sdk.linux.gtk.s390x.xml.fragments 2008-07-29 22:37:12.000000000 -0400
+++ ./assemble.org.eclipse.sdk.linux.gtk.s390x.xml 2008-07-29 22:39:36.000000000 -0400
--- ./assemble.org.eclipse.sdk.linux.gtk.s390x.xml.fragments 2008-10-03 08:59:56.000000000 -0400
+++ ./assemble.org.eclipse.sdk.linux.gtk.s390x.xml 2008-10-03 09:02:46.000000000 -0400
@@ -184,6 +184,7 @@
<customGather dir="plugins/org.eclipse.update.ui" projectName="org.eclipse.update.ui_3.2.100.v20080318" propertyName="destination.temp.folder" propertyValue="${eclipse.plugins}" subFolder="" />
<customGather dir="plugins/org.eclipse.ui.workbench.compatibility" projectName="org.eclipse.ui.workbench.compatibility_3.2.0.I20080509-2000" propertyName="destination.temp.folder" propertyValue="${eclipse.plugins}" subFolder="" />
<customGather dir="plugins/org.eclipse.update.core.linux" projectName="org.eclipse.update.core.linux_3.2.0.v20080422" propertyName="destination.temp.folder" propertyValue="${eclipse.plugins}" subFolder="" />
+ <customGather dir="plugins/org.eclipse.core.filesystem.linux.s390x" projectName="org.eclipse.core.filesystem.linux.s390x_1.2.0.v20080604-1400" propertyName="destination.temp.folder" propertyValue="${eclipse.plugins}" subFolder="" />
<customGather dir="plugins/org.eclipse.ui.views.properties.tabbed" projectName="org.eclipse.ui.views.properties.tabbed_3.4.0.I20080527-2000" propertyName="destination.temp.folder" propertyValue="${eclipse.plugins}" subFolder="" />
<customGather dir="plugins/org.eclipse.ui.views.properties.tabbed" projectName="org.eclipse.ui.views.properties.tabbed_3.4.1.M20080730-0800" propertyName="destination.temp.folder" propertyValue="${eclipse.plugins}" subFolder="" />
<customGather dir="plugins/org.eclipse.core.commands.source" projectName="org.eclipse.core.commands.source_3.4.0.I20080509-2000" propertyName="destination.temp.folder" propertyValue="${eclipse.plugins}" subFolder="" />
<customGather dir="plugins/org.eclipse.core.databinding.source" projectName="org.eclipse.core.databinding.source_1.1.0.I20080527-2000" propertyName="destination.temp.folder" propertyValue="${eclipse.plugins}" subFolder="" />
@@ -791,6 +792,10 @@
<customGather dir="plugins/org.eclipse.core.databinding.source" projectName="org.eclipse.core.databinding.source_1.1.1.M20080827-0800b" propertyName="destination.temp.folder" propertyValue="${eclipse.plugins}" subFolder="" />
@@ -795,6 +796,10 @@
</antcall>
<antcall target="jarUp">
<param name="source" value="${eclipse.plugins}"/>
@ -17,6 +17,6 @@ diff -up ./assemble.org.eclipse.sdk.linux.gtk.s390x.xml.fragments ./assemble.org
+ </antcall>
+ <antcall target="jarUp">
+ <param name="source" value="${eclipse.plugins}"/>
<param name="elementName" value="org.eclipse.update.core.linux_3.2.0.v20080422"/>
<param name="elementName" value="org.eclipse.ui.views.properties.tabbed_3.4.1.M20080730-0800"/>
</antcall>
<antcall target="jarUp">