From f91f424b561086bff2594302c65bf2e91be3de1d Mon Sep 17 00:00:00 2001 From: Krzysztof Daniel Date: Jun 12 2013 14:13:35 +0000 Subject: Install JDT back for the arm build. --- diff --git a/eclipse.spec b/eclipse.spec index ab81ef3..79fdffa 100644 --- a/eclipse.spec +++ b/eclipse.spec @@ -51,7 +51,7 @@ fi; Summary: An open, extensible IDE Name: %{?scl_prefix}eclipse Version: %{eclipse_version} -Release: 0.63.git84cba7%{?dist} +Release: 0.64.git84cba7%{?dist} License: EPL Group: Development/Tools URL: http://www.eclipse.org/ @@ -474,9 +474,9 @@ find eclipse.platform.ua -name pom.xml -exec sed -i -e 's@org.apache.lucene<@org 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.v20130501-2249 -Dpackaging=jar -DskipTychoVersionCheck \ -# -Dtycho.local.keepTarget +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.v20130604-1421 -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/ @@ -486,9 +486,9 @@ popd pushd eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.%{eclipse_arch} #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.v20130501-2249 -Dpackaging=jar -DskipTychoVersionCheck \ -# -Dtycho.local.keepTarget + 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.v20130604-1421 -Dpackaging=jar -DskipTychoVersionCheck \ + -Dtycho.local.keepTarget mvn-rpmbuild clean verify \ -Dmaven.test.skip=true -Dnative=gtk.linux.%{eclipse_arch} -DskipTychoVersionCheck \ @@ -1001,6 +1001,9 @@ fi %{_libdir}/%{pkg_name}/plugins/org.eclipse.osgi.util_* %changelog +* Wed Jun 12 2013 Krzysztof Daniel 1:4.3.0-0.64.git84cba7 +- Install JDT back for the arm build. + * Tue Jun 11 2013 Krzysztof Daniel 1:4.3.0-0.63.git84cba7 - Remove the 'remind me later' option from the migration wizard.