jkang / rpms / eclipse

Forked from rpms/eclipse 4 years ago
Clone
Krzysztof Daniel 57d06ed
--- eclipse.platform.swt.binaries/pom.xml.bak	2012-10-18 11:29:03.000000000 +0200
Krzysztof Daniel 57d06ed
+++ eclipse.platform.swt.binaries/pom.xml	2012-10-18 11:39:42.523524920 +0200
Krzysztof Daniel 57d06ed
@@ -41,6 +41,7 @@
Krzysztof Daniel 57d06ed
     <module>bundles/org.eclipse.swt.gtk.linux.ppc64</module>
Krzysztof Daniel 57d06ed
     <module>bundles/org.eclipse.swt.gtk.linux.s390</module>
Krzysztof Daniel 57d06ed
     <module>bundles/org.eclipse.swt.gtk.linux.s390x</module>
Krzysztof Daniel 57d06ed
+    <module>bundles/org.eclipse.swt.gtk.linux.arm</module>
Krzysztof Daniel 57d06ed
     <module>bundles/org.eclipse.swt.gtk.linux.x86</module>
Krzysztof Daniel 57d06ed
     <module>bundles/org.eclipse.swt.gtk.linux.x86_64</module>
Krzysztof Daniel 57d06ed
     <module>bundles/org.eclipse.swt.gtk.solaris.sparc</module>
Krzysztof Daniel 57d06ed
--- eclipse.platform.resources/pom.xml.bak	2012-10-18 11:29:04.000000000 +0200
Krzysztof Daniel 57d06ed
+++ eclipse.platform.resources/pom.xml	2012-10-18 11:41:23.976257777 +0200
Krzysztof Daniel 57d06ed
@@ -31,7 +31,11 @@
Krzysztof Daniel 57d06ed
     <module>bundles/org.eclipse.core.filesystem</module>
Krzysztof Daniel 57d06ed
     <module>bundles/org.eclipse.core.filesystem.hpux.ia64_32</module>
Krzysztof Daniel 57d06ed
     <module>bundles/org.eclipse.core.filesystem.hpux.PA_RISC</module>
Krzysztof Daniel 57d06ed
+    <module>bundles/org.eclipse.core.filesystem.linux.arm</module>
Krzysztof Daniel 57d06ed
     <module>bundles/org.eclipse.core.filesystem.linux.ppc</module>
Krzysztof Daniel 57d06ed
+    <module>bundles/org.eclipse.core.filesystem.linux.ppc64</module>
Krzysztof Daniel 57d06ed
+    <module>bundles/org.eclipse.core.filesystem.linux.s390</module>
Krzysztof Daniel 57d06ed
+    <module>bundles/org.eclipse.core.filesystem.linux.s390x</module>
Krzysztof Daniel 57d06ed
     <module>bundles/org.eclipse.core.filesystem.linux.x86</module>
Krzysztof Daniel 57d06ed
     <module>bundles/org.eclipse.core.filesystem.linux.x86_64</module>
Krzysztof Daniel 57d06ed
     <module>bundles/org.eclipse.core.filesystem.macosx</module>
Krzysztof Daniel 57d06ed
--- eclipse.platform.team/pom.xml.bak	2012-10-18 11:29:03.000000000 +0200
Krzysztof Daniel 57d06ed
+++ eclipse.platform.team/pom.xml	2012-10-18 11:43:17.422081348 +0200
Krzysztof Daniel 57d06ed
@@ -49,6 +49,11 @@
Krzysztof Daniel 57d06ed
     <module>features/org.eclipse.cvs-feature</module>
Krzysztof Daniel 57d06ed
 
Krzysztof Daniel 57d06ed
     
Krzysztof Daniel 57d06ed
+    <module>bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.linux.arm</module>
Krzysztof Daniel 57d06ed
+    <module>bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.linux.ppc</module>
Krzysztof Daniel 57d06ed
+    <module>bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.linux.ppc64</module>
Krzysztof Daniel 57d06ed
+    <module>bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.linux.s390</module>
Krzysztof Daniel 57d06ed
+    <module>bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.linux.s390x</module>
Krzysztof Daniel 57d06ed
     <module>bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.linux.x86</module>
Krzysztof Daniel 57d06ed
     <module>bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.linux.x86_64</module>
Krzysztof Daniel 57d06ed
     <module>bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.win32.x86</module>
Krzysztof Daniel 57d06ed
--- rt.equinox.framework/pom.xml.bak	2012-10-18 11:29:04.000000000 +0200
Krzysztof Daniel 57d06ed
+++ rt.equinox.framework/pom.xml	2012-10-18 11:44:37.345691358 +0200
Krzysztof Daniel 57d06ed
@@ -41,6 +41,7 @@
Krzysztof Daniel 57d06ed
     <module>bundles/org.eclipse.equinox.launcher.gtk.aix.ppc</module>
Krzysztof Daniel 57d06ed
     <module>bundles/org.eclipse.equinox.launcher.gtk.aix.ppc64</module>
Krzysztof Daniel 57d06ed
     <module>bundles/org.eclipse.equinox.launcher.gtk.hpux.ia64_32</module>
Krzysztof Daniel 57d06ed
+    <module>bundles/org.eclipse.equinox.launcher.gtk.linux.arm</module>
Krzysztof Daniel 57d06ed
     <module>bundles/org.eclipse.equinox.launcher.gtk.linux.ppc</module>
Krzysztof Daniel 57d06ed
     <module>bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64</module>
Krzysztof Daniel 57d06ed
     <module>bundles/org.eclipse.equinox.launcher.gtk.linux.s390</module>
Krzysztof Daniel 57d06ed
--- eclipse-parent/pom.xml.bak	2012-10-18 13:32:10.000000000 +0200
Krzysztof Daniel 57d06ed
+++ eclipse-parent/pom.xml	2012-10-18 13:35:25.830543677 +0200
Krzysztof Daniel 57d06ed
@@ -138,30 +138,15 @@
Krzysztof Daniel 57d06ed
               <arch>x86_64</arch>
Krzysztof Daniel 57d06ed
             </environment>
Krzysztof Daniel 57d06ed
             <environment>
Krzysztof Daniel 57d06ed
-              <os>solaris</os>
Krzysztof Daniel 57d06ed
+              <os>linux</os>
Krzysztof Daniel 57d06ed
               <ws>gtk</ws>
Krzysztof Daniel 57d06ed
-              <arch>sparc</arch>
Krzysztof Daniel 57d06ed
+              <arch>arm</arch>
Krzysztof Daniel 57d06ed
             </environment>
Krzysztof Daniel 57d06ed
             <environment>
Krzysztof Daniel 57d06ed
-              <os>solaris</os>
Krzysztof Daniel 57d06ed
-              <ws>gtk</ws>
Krzysztof Daniel 57d06ed
-              <arch>x86</arch>
Krzysztof Daniel 57d06ed
-            </environment>
Krzysztof Daniel 57d06ed
-            <environment>
Krzysztof Daniel 57d06ed
-              <os>hpux</os>
Krzysztof Daniel 57d06ed
-              <ws>gtk</ws>
Krzysztof Daniel 57d06ed
-              <arch>ia64_32</arch>
Krzysztof Daniel 57d06ed
-            </environment>
Krzysztof Daniel 57d06ed
-            <environment>
Krzysztof Daniel 57d06ed
-              <os>aix</os>
Krzysztof Daniel 57d06ed
+              <os>linux</os>
Krzysztof Daniel 57d06ed
               <ws>gtk</ws>
Krzysztof Daniel 57d06ed
               <arch>ppc</arch>
Krzysztof Daniel 57d06ed
             </environment>
Krzysztof Daniel 57d06ed
-            <environment>
Krzysztof Daniel 57d06ed
-              <os>aix</os>
Krzysztof Daniel 57d06ed
-              <ws>gtk</ws>
Krzysztof Daniel 57d06ed
-              <arch>ppc64</arch>
Krzysztof Daniel 57d06ed
-            </environment>
Krzysztof Daniel 57d06ed
           </environments>
Krzysztof Daniel 57d06ed
         </configuration>
Krzysztof Daniel 57d06ed
       </plugin>
Krzysztof Daniel 0d2b243
--- eclipse.platform.ui/features/org.eclipse.e4.rcp/feature.xml.bak	2012-10-19 14:53:13.000000000 +0200
Krzysztof Daniel 0d2b243
+++ eclipse.platform.ui/features/org.eclipse.e4.rcp/feature.xml	2012-10-22 19:45:57.425680855 +0200
Krzysztof Daniel 0d2b243
@@ -409,6 +409,26 @@
Krzysztof Daniel 0d2b243
          install-size="0"
Krzysztof Daniel 0d2b243
          version="0.0.0"
Krzysztof Daniel 0d2b243
          fragment="true"/>
Krzysztof Daniel 0d2b243
+         
Krzysztof Daniel 0d2b243
+   
Krzysztof Daniel 0d2b243
+         id="org.eclipse.equinox.launcher.gtk.linux.ppc"
Krzysztof Daniel 0d2b243
+         os="linux"
Krzysztof Daniel 0d2b243
+         ws="gtk"
Krzysztof Daniel 0d2b243
+         arch="ppc"
Krzysztof Daniel 0d2b243
+         download-size="0"
Krzysztof Daniel 0d2b243
+         install-size="0"
Krzysztof Daniel 0d2b243
+         version="0.0.0"
Krzysztof Daniel 0d2b243
+         fragment="true"/>
Krzysztof Daniel 0d2b243
+         
Krzysztof Daniel 0d2b243
+   
Krzysztof Daniel 0d2b243
+         id="org.eclipse.equinox.launcher.gtk.linux.arm"
Krzysztof Daniel 0d2b243
+         os="linux"
Krzysztof Daniel 0d2b243
+         ws="gtk"
Krzysztof Daniel 0d2b243
+         arch="arm"
Krzysztof Daniel 0d2b243
+         download-size="0"
Krzysztof Daniel 0d2b243
+         install-size="0"
Krzysztof Daniel 0d2b243
+         version="0.0.0"
Krzysztof Daniel 0d2b243
+         fragment="true"/>
Krzysztof Daniel 0d2b243
 
Krzysztof Daniel 0d2b243
    
Krzysztof Daniel 0d2b243
          id="org.eclipse.equinox.launcher.gtk.linux.x86"
Krzysztof Daniel 0d2b243
@@ -582,6 +602,29 @@
Krzysztof Daniel 0d2b243
          download-size="0"
Krzysztof Daniel 0d2b243
          install-size="0"
Krzysztof Daniel 0d2b243
          version="0.0.0"
Krzysztof Daniel 0d2b243
+         fragment="true"
Krzysztof Daniel 0d2b243
+         unpack="false"/>
Krzysztof Daniel 0d2b243
+         
Krzysztof Daniel 0d2b243
+   
Krzysztof Daniel 0d2b243
+         id="org.eclipse.swt.gtk.linux.ppc"
Krzysztof Daniel 0d2b243
+         os="linux"
Krzysztof Daniel 0d2b243
+         ws="gtk"
Krzysztof Daniel 0d2b243
+         arch="ppc"
Krzysztof Daniel 0d2b243
+         download-size="0"
Krzysztof Daniel 0d2b243
+         install-size="0"
Krzysztof Daniel 0d2b243
+         version="0.0.0"
Krzysztof Daniel 0d2b243
+         fragment="true"
Krzysztof Daniel 0d2b243
+         unpack="false"/>
Krzysztof Daniel 0d2b243
+         
Krzysztof Daniel 0d2b243
+         
Krzysztof Daniel 0d2b243
+   
Krzysztof Daniel 0d2b243
+         id="org.eclipse.swt.gtk.linux.arm"
Krzysztof Daniel 0d2b243
+         os="linux"
Krzysztof Daniel 0d2b243
+         ws="gtk"
Krzysztof Daniel 0d2b243
+         arch="arm"
Krzysztof Daniel 0d2b243
+         download-size="0"
Krzysztof Daniel 0d2b243
+         install-size="0"
Krzysztof Daniel 0d2b243
+         version="0.0.0"
Krzysztof Daniel 0d2b243
          fragment="true"
Krzysztof Daniel 0d2b243
          unpack="false"/>
Krzysztof Daniel 0d2b243
 
Krzysztof Daniel 0d2b243
--- eclipse.platform.releng/features/org.eclipse.platform-feature/feature.xml.bak	2012-10-19 14:53:13.000000000 +0200
Krzysztof Daniel 0d2b243
+++ eclipse.platform.releng/features/org.eclipse.platform-feature/feature.xml	2012-10-22 19:52:12.985023364 +0200
Krzysztof Daniel 0d2b243
@@ -135,8 +135,38 @@
Krzysztof Daniel 0d2b243
          version="0.0.0"
Krzysztof Daniel 0d2b243
          fragment="true"
Krzysztof Daniel 0d2b243
          unpack="false"/>
Krzysztof Daniel 0d2b243
+         
Krzysztof Daniel 0d2b243
+   
Krzysztof Daniel 0d2b243
+         id="org.eclipse.core.net.linux.ppc"
Krzysztof Daniel 0d2b243
+         os="linux"
Krzysztof Daniel 0d2b243
+         arch="ppc"
Krzysztof Daniel 0d2b243
+         download-size="0"
Krzysztof Daniel 0d2b243
+         install-size="0"
Krzysztof Daniel 0d2b243
+         version="0.0.0"
Krzysztof Daniel 0d2b243
+         fragment="true"
Krzysztof Daniel 0d2b243
+         unpack="false"/>
Krzysztof Daniel 0d2b243
 
Krzysztof Daniel 0d2b243
    
Krzysztof Daniel 0d2b243
+         id="org.eclipse.core.net.linux.ppc64"
Krzysztof Daniel 0d2b243
+         os="linux"
Krzysztof Daniel 0d2b243
+         arch="ppc64"
Krzysztof Daniel 0d2b243
+         download-size="0"
Krzysztof Daniel 0d2b243
+         install-size="0"
Krzysztof Daniel 0d2b243
+         version="0.0.0"
Krzysztof Daniel 0d2b243
+         fragment="true"
Krzysztof Daniel 0d2b243
+         unpack="false"/>
Krzysztof Daniel 0d2b243
+         
Krzysztof Daniel 0d2b243
+   
Krzysztof Daniel 0d2b243
+         id="org.eclipse.core.net.linux.arm"
Krzysztof Daniel 0d2b243
+         os="linux"
Krzysztof Daniel 0d2b243
+         arch="arm"
Krzysztof Daniel 0d2b243
+         download-size="0"
Krzysztof Daniel 0d2b243
+         install-size="0"
Krzysztof Daniel 0d2b243
+         version="0.0.0"
Krzysztof Daniel 0d2b243
+         fragment="true"
Krzysztof Daniel 0d2b243
+         unpack="false"/>
Krzysztof Daniel 0d2b243
+         
Krzysztof Daniel 0d2b243
+   
Krzysztof Daniel 0d2b243
          id="org.eclipse.core.resources"
Krzysztof Daniel 0d2b243
          download-size="0"
Krzysztof Daniel 0d2b243
          install-size="0"
Krzysztof Daniel 0d2b243
@@ -396,7 +426,36 @@
Krzysztof Daniel 0d2b243
          version="0.0.0"
Krzysztof Daniel 0d2b243
          fragment="true"
Krzysztof Daniel 0d2b243
          unpack="false"/>
Krzysztof Daniel 0d2b243
-
Krzysztof Daniel 0d2b243
+         
Krzysztof Daniel 0d2b243
+   
Krzysztof Daniel 0d2b243
+         id="org.eclipse.core.filesystem.linux.ppc"
Krzysztof Daniel 0d2b243
+         os="linux"
Krzysztof Daniel 0d2b243
+         arch="ppc"
Krzysztof Daniel 0d2b243
+         download-size="0"
Krzysztof Daniel 0d2b243
+         install-size="0"
Krzysztof Daniel 0d2b243
+         version="0.0.0"
Krzysztof Daniel 0d2b243
+         fragment="true"
Krzysztof Daniel 0d2b243
+         unpack="false"/>
Krzysztof Daniel 0d2b243
+
Krzysztof Daniel 0d2b243
+         id="org.eclipse.core.filesystem.linux.ppc64"
Krzysztof Daniel 0d2b243
+         os="linux"
Krzysztof Daniel 0d2b243
+         arch="ppc64"
Krzysztof Daniel 0d2b243
+         download-size="0"
Krzysztof Daniel 0d2b243
+         install-size="0"
Krzysztof Daniel 0d2b243
+         version="0.0.0"
Krzysztof Daniel 0d2b243
+         fragment="true"
Krzysztof Daniel 0d2b243
+         unpack="false"/>
Krzysztof Daniel 0d2b243
+         
Krzysztof Daniel 0d2b243
+
Krzysztof Daniel 0d2b243
+         id="org.eclipse.core.filesystem.linux.arm"
Krzysztof Daniel 0d2b243
+         os="linux"
Krzysztof Daniel 0d2b243
+         arch="arm"
Krzysztof Daniel 0d2b243
+         download-size="0"
Krzysztof Daniel 0d2b243
+         install-size="0"
Krzysztof Daniel 0d2b243
+         version="0.0.0"
Krzysztof Daniel 0d2b243
+         fragment="true"
Krzysztof Daniel 0d2b243
+         unpack="false"/>
Krzysztof Daniel 0d2b243
+         
Krzysztof Daniel 0d2b243
    
Krzysztof Daniel 0d2b243
          id="org.eclipse.core.filesystem.linux.x86_64"
Krzysztof Daniel 0d2b243
          os="linux"