--- eclipse.platform.swt.binaries/pom.xml.bak 2012-10-18 11:29:03.000000000 +0200 +++ eclipse.platform.swt.binaries/pom.xml 2012-10-18 11:39:42.523524920 +0200 @@ -41,6 +41,7 @@ bundles/org.eclipse.swt.gtk.linux.ppc64 bundles/org.eclipse.swt.gtk.linux.s390 bundles/org.eclipse.swt.gtk.linux.s390x + bundles/org.eclipse.swt.gtk.linux.arm bundles/org.eclipse.swt.gtk.linux.x86 bundles/org.eclipse.swt.gtk.linux.x86_64 bundles/org.eclipse.swt.gtk.solaris.sparc --- eclipse.platform.team/pom.xml.bak 2012-10-18 11:29:03.000000000 +0200 +++ eclipse.platform.team/pom.xml 2012-10-18 11:43:17.422081348 +0200 @@ -49,6 +49,11 @@ features/org.eclipse.cvs-feature + bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.linux.arm + bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.linux.ppc + bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.linux.ppc64 + bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.linux.s390 + bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.linux.s390x bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.linux.x86 bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.linux.x86_64 bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.win32.x86 --- eclipse.platform.ui/features/org.eclipse.e4.rcp/feature.xml.bak 2012-10-19 14:53:13.000000000 +0200 +++ eclipse.platform.ui/features/org.eclipse.e4.rcp/feature.xml 2012-10-22 19:45:57.425680855 +0200 @@ -409,6 +409,26 @@ install-size="0" version="0.0.0" fragment="true"/> + + + + + + + + + --- eclipse.platform.releng/features/org.eclipse.platform-feature/feature.xml.bak 2012-10-19 14:53:13.000000000 +0200 +++ eclipse.platform.releng/features/org.eclipse.platform-feature/feature.xml 2012-10-22 19:52:12.985023364 +0200 @@ -135,8 +135,56 @@ version="0.0.0" fragment="true" unpack="false"/> + + + + + + + + - + + + + + + + + + + + build-native-launchers-gtk.linux.ppc + + + native + gtk.linux.ppc + + + + + + maven-antrun-plugin + 1.7 + + + compile-executable-natives + generate-resources + + + + + + + run + + + + + + bsf + bsf + 2.4.0 + + + rhino + js + 1.7R2 + + + org.apache.ant + ant-apache-bsf + 1.8.3 + + + org.apache.ant + ant-nodeps + 1.8.1 + + + + + + + + + build-native-launchers-gtk.linux.ppc64 + + + native + gtk.linux.ppc64 + + + + + + maven-antrun-plugin + 1.7 + + + compile-executable-natives + generate-resources + + + + + + + run + + + + + + bsf + bsf + 2.4.0 + + + rhino + js + 1.7R2 + + + org.apache.ant + ant-apache-bsf + 1.8.3 + + + org.apache.ant + ant-nodeps + 1.8.1 + + + + + + + + + + build-native-launchers-gtk.linux.arm + + + native + gtk.linux.arm + + + + + + maven-antrun-plugin + 1.7 + + + compile-executable-natives + generate-resources + + + + + + + run + + + + + + bsf + bsf + 2.4.0 + + + rhino + js + 1.7R2 + + + org.apache.ant + ant-apache-bsf + 1.8.3 + + + org.apache.ant + ant-nodeps + 1.8.1 + + + + + + + build-native-launchers-win32.win32.x86_64 --- rt.equinox.framework/features/org.eclipse.equinox.executable.feature/library/gtk/build.sh.bak 2012-11-20 07:45:12.580081610 -0500 +++ rt.equinox.framework/features/org.eclipse.equinox.executable.feature/library/gtk/build.sh 2012-11-20 07:49:33.792018170 -0500 @@ -94,6 +94,11 @@ defaultJava=DEFAULT_JAVA_EXEC OUTPUT_DIR="$EXEC_DIR/bin/$defaultWS/$defaultOS/$defaultOSArch" ;; + arm*) + defaultOSArch="arm" + defaultJava=DEFAULT_JAVA_EXEC + OUTPUT_DIR="$EXEC_DIR/bin/$defaultWS/$defaultOS/$defaultOSArch" + ;; *) echo "*** Unknown MODEL <${MODEL}>" ;; --- eclipse.platform.resources/pom.xml.orig 2013-01-28 12:13:43.000000000 +0100 +++ eclipse.platform.resources/pom.xml 2013-01-28 14:23:18.394863232 +0100 @@ -33,6 +33,9 @@ bundles/org.eclipse.core.filesystem + bundles/org.eclipse.core.filesystem.linux.arm + bundles/org.eclipse.core.filesystem.linux.s390 + bundles/org.eclipse.core.filesystem.linux.s390x bundles/org.eclipse.core.filesystem.hpux.ia64 bundles/org.eclipse.core.filesystem.hpux.PA_RISC bundles/org.eclipse.core.filesystem.linux.ppc --- eclipse-platform-parent/pom.xml.orig 2013-01-28 14:28:39.000000000 +0100 +++ eclipse-platform-parent/pom.xml 2013-01-28 14:31:16.528302907 +0100 @@ -151,29 +151,9 @@ x86_64 - solaris + linux gtk - sparc - - - solaris - gtk - x86 - - - hpux - gtk - ia64 - - - aix - gtk - ppc - - - aix - gtk - ppc64 + arm --- rt.equinox.framework/pom.xml.orig 2013-01-28 12:36:24.000000000 +0100 +++ rt.equinox.framework/pom.xml 2013-01-28 14:33:58.089470923 +0100 @@ -45,6 +45,7 @@ bundles/org.eclipse.equinox.launcher.gtk.aix.ppc bundles/org.eclipse.equinox.launcher.gtk.aix.ppc64 bundles/org.eclipse.equinox.launcher.gtk.hpux.ia64 + bundles/org.eclipse.equinox.launcher.gtk.linux.arm bundles/org.eclipse.equinox.launcher.gtk.linux.ppc bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64 bundles/org.eclipse.equinox.launcher.gtk.linux.s390 --- eclipse.platform.releng.tychoeclipsebuilder/rcp.config/build.properties.orig 2013-01-28 11:57:49.000000000 +0100 +++ eclipse.platform.releng.tychoeclipsebuilder/rcp.config/build.properties 2013-01-28 14:42:17.165096616 +0100 @@ -25,6 +25,8 @@ root.solaris.gtk.x86=../../rt.equinox.binaries/org.eclipse.equinox.executable/bin/gtk/solaris/x86 root.solaris.gtk.x86.permissions.755=eclipse +root.linux.gtk.arm=target/resources/linux.gtk.arm,../../rt.equinox.binaries/org.eclipse.equinox.executable/bin/gtk/linux/arm +root.linux.gtk.arm.permissions.755=eclipse root.linux.gtk.x86=rootfiles/linux.gtk.x86,../../rt.equinox.binaries/org.eclipse.equinox.executable/bin/gtk/linux/x86 root.linux.gtk.x86.permissions.755=libcairo-swt.so,eclipse root.linux.gtk.ppc=rootfiles/linux.gtk.ppc64,../../rt.equinox.binaries/org.eclipse.equinox.executable/bin/gtk/linux/ppc --- eclipse.platform.releng.tychoeclipsebuilder/rcp.config/pom.xml.bak 2013-01-28 11:57:49.000000000 +0100 +++ eclipse.platform.releng.tychoeclipsebuilder/rcp.config/pom.xml 2013-01-28 14:50:06.674520657 +0100 @@ -21,6 +21,25 @@ maven-resources-plugin 2.6 + + copy-resources-gtk.linux.arm + validate + + copy-resources + + + ${basedir}/target/resources/linux.gtk.arm + + + ../../eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.arm + + about_files/* + about.html + + + + + copy-resources-gtk.linux.x86 validate