[eclipse/cbi] Remove platform specific build. Too much problems with source features etc. Let's build all platform

Krzysztof Daniel kdaniel at fedoraproject.org
Mon Aug 6 09:46:46 UTC 2012


commit b8c7a3727c6b7cb3bc209cfb6d1629c3789a7ed6
Author: Krzysztof Daniel <kdaniel at redhat.com>
Date:   Thu Aug 2 10:40:17 2012 +0200

    Remove platform specific build. Too much problems with source features
    etc. Let's build all platforms and then select the one that is
    interesting for us.

 eclipse.spec |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/eclipse.spec b/eclipse.spec
index 116e76f..1375077 100644
--- a/eclipse.spec
+++ b/eclipse.spec
@@ -326,12 +326,6 @@ sed -i -e "s/ctxt.getBundleContext().registerService(PropertiesProvider.class.ge
 sed -i -e "s/1407/1503/" rt.equinox.framework/launcher-binary-parent/pom.xml
 sed -i -e "s/1500/1503/" rt.equinox.framework/bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/pom.xml
 
-#Remove all architectures that do not match current build architecture.
-%pom_xpath_remove "*[local-name() = 'environment' and 
-       (child::*[local-name() = 'os' and not(text() = 'linux')] 
-            or child::*[local-name() = 'ws' and not(text() = 'gtk')] 
-            or child::*[local-name() = 'arch' and not(text() = '%{_arch}')]) ]" eclipse-parent/pom.xml
-
 %build
 mvn-local -f eclipse-parent/pom.xml \
    install \


More information about the scm-commits mailing list