[eclipse/f19] Install JDT pom manually for the purpose of secondary archs.

Krzysztof Daniel kdaniel at fedoraproject.org
Fri May 17 18:06:10 UTC 2013


commit 9f3488751b140f49b2dee1d7c1c85d9b3c33764f
Author: Krzysztof Daniel <kdaniel at redhat.com>
Date:   Fri May 17 20:05:36 2013 +0200

    Install JDT pom manually for the purpose of secondary archs.

 eclipse.spec |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/eclipse.spec b/eclipse.spec
index f1f4b43..84fe88e 100644
--- a/eclipse.spec
+++ b/eclipse.spec
@@ -52,7 +52,7 @@ fi;
 Summary:        An open, extensible IDE
 Name:           %{?scl_prefix}eclipse
 Version:        %{eclipse_version}
-Release:        0.48.git4bccf2%{?dist}
+Release:        0.49.git4bccf2%{?dist}
 License:        EPL
 Group:          Development/Tools
 URL:            http://www.eclipse.org/
@@ -478,6 +478,11 @@ sed -i -e "s at http://download.eclipse.org/releases/juno@${LOCALREPO}@g" eclipse-p
 #This is the lowest value where the build succeeds. 512m is not enough.
 export MAVEN_OPTS="-Xmx900m -XX:CompileCommand=exclude,org/eclipse/tycho/core/osgitools/EquinoxResolver,newState ${MAVEN_OPTS}"
 
+#keep it here for secondary platforms.
+mvn-rpmbuild install:install-file -Dfile=/usr/share/java/eclipse/jdt.core.jar -DgroupId=org.eclipse.jdt \
+    -DartifactId=org.eclipse.jdt.core -Dversion=3.9.0.v20130313-2254 -Dpackaging=jar -DskipTychoVersionCheck \
+	-Dtycho.local.keepTarget
+
 # workaround for https://bugs.eclipse.org/bugs/show_bug.cgi?id=386377
 pushd rt.equinox.framework/bundles/org.eclipse.equinox.executable/library/gtk/
     export JAVA_HOME=%{java_home}
@@ -995,6 +1000,9 @@ fi
 %{_libdir}/%{pkg_name}/plugins/org.eclipse.osgi.util_*
 
 %changelog
+* Fri May 17 2013 Krzysztof Daniel <kdaniel at redhat.com> 1:4.3.0-0.49.git4bccf2
+- Install JDT pom manually for the purpose of secondary archs.
+
 * Thu May 16 2013 Krzysztof Daniel <kdanie at redhat.com>  1:4.3.0-0.48.git4bccf2
 - Incorporate patch for dropins issue (Bug 408138)
 - Revert previous change.


More information about the scm-commits mailing list