[eclipse] Temporarily disable API Generation.

Roland Grunberg rgrunber at fedoraproject.org
Fri Dec 13 02:24:00 UTC 2013


commit df7aa8d28f47216d10b6c7f67d31719a3a365331
Author: Roland Grunberg <rgrunber at redhat.com>
Date:   Thu Dec 12 20:42:55 2013 -0500

    Temporarily disable API Generation.

 eclipse.spec |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/eclipse.spec b/eclipse.spec
index 2e2f71e..eaaa294 100644
--- a/eclipse.spec
+++ b/eclipse.spec
@@ -459,13 +459,13 @@ export MAVEN_OPTS="-Xmx900m -XX:CompileCommand=exclude,org/eclipse/tycho/core/os
 export JAVA_HOME=%{java_home}
 
 pushd eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.%{eclipse_arch}
-    xmvn -o clean verify \
+    xmvn -o clean verify -P !api-generation \
     -Dmaven.test.skip=true -Dnative=gtk.linux.%{eclipse_arch} -DskipTychoVersionCheck \
     -Dtycho.local.keepTarget -Dmaven.repo.local=../../../.m2
 popd
 
 export GTK_VERSION=3.0
-xmvn -o clean verify -P update-branding-plugins \
+xmvn -o clean verify -P update-branding-plugins,!api-generation \
    -Dmaven.test.skip=true -Dnative=gtk.linux.%{eclipse_arch} -DskipTychoVersionCheck \
    -Dtycho.local.keepTarget -DbuildId=`echo "%{release}" | tr -d "."`
 
@@ -1005,6 +1005,7 @@ fi
 %changelog
 * Thu Dec 12 2013 Roland Grunberg <rgrunber at redhat.com> - 1:4.3.1-13
 - Rebuild against Jetty 9.1.0. (Bug 1036888)
+- Temporarily disable API Generation.
 
 * Wed Dec 4 2013 Alexander Kurtakov <akurtako at redhat.com> 1:4.3.1-12
 - Move pre-kepler changelog to separate file.


More information about the scm-commits mailing list