Update to latest I-build of Luna 4.4.0

This commit is contained in:
Mat Booth 2014-04-28 17:15:03 +01:00
parent 29de6da9ac
commit 22dc665e29
4 changed files with 19 additions and 6 deletions

View File

@ -155,6 +155,16 @@
</configuration>
</execution>
</executions>
--- eclipse.platform.releng/features/org.eclipse.rcp/pom.xml.orig 2014-04-28 16:08:27.781454042 +0100
+++ eclipse.platform.releng/features/org.eclipse.rcp/pom.xml 2014-04-28 16:08:55.067988282 +0100
@@ -37,6 +37,7 @@
<configuration>
<excludes>
<plugin id="org.eclipse.rcp"/>
+ <plugin id="org.eclipse.ui.cocoa"/>
</excludes>
</configuration>
</execution>
--- eclipse.platform.releng/features/org.eclipse.sdk/build.properties.bak 2013-03-14 11:18:11.000000000 +0100
+++ eclipse.platform.releng/features/org.eclipse.sdk/build.properties 2013-03-14 13:00:08.498377327 +0100
@@ -11,31 +11,12 @@

View File

@ -16,7 +16,7 @@ Epoch: 1
%global eclipse_micro 0
%global initialize 1
%global eb_commit 718530cb80abfabdebe3d2ea19d0e842dc1dd314
%global eclipse_tag I20140422-0800
%global eclipse_tag I20140428-0800
%global eclipse_version %{eclipse_majmin}.%{eclipse_micro}
%global _jetty_version 9.1.3
@ -43,7 +43,7 @@ Epoch: 1
Summary: An open, extensible IDE
Name: %{?scl_prefix}eclipse
Version: %{eclipse_version}
Release: 0.13.git201404220800%{?dist}
Release: 0.14.git201404280800%{?dist}
License: EPL
Group: Development/Tools
URL: http://www.eclipse.org/
@ -376,6 +376,7 @@ done
%pom_disable_module bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.win32.x86 eclipse.platform.team
%pom_disable_module bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.win32.x86_64 eclipse.platform.team
%pom_disable_module bundles/org.eclipse.e4.ui.workbench.renderers.swt.cocoa eclipse.platform.ui
%pom_disable_module bundles/org.eclipse.ui.cocoa eclipse.platform.ui
%pom_disable_module bundles/org.eclipse.ui.win32 eclipse.platform.ui
%pom_disable_module bundles/org.eclipse.core.filesystem.hpux.ia64 eclipse.platform.resources
%pom_disable_module bundles/org.eclipse.core.filesystem.macosx eclipse.platform.resources
@ -985,6 +986,9 @@ fi
%{_libdir}/%{pkg_name}/plugins/org.eclipse.osgi.compatibility.state_*
%changelog
* Mon Apr 28 2014 Mat Booth <mat.booth@redhat.com> - 1:4.4.0-0.14.git201404280800
- Update to latest I-build of Luna 4.4.0
* Thu Apr 24 2014 Mat Booth <mat.booth@redhat.com> - 1:4.4.0-0.13.git201404220800
- Drop the use of custom jdtpde repository build from e-b
- Don't use a custom product ID

View File

@ -1,7 +1,7 @@
#!/bin/bash
set -e
AGGREGATOR_PATH=git://git.eclipse.org/gitroot/platform/eclipse.platform.releng.aggregator.git
TAG=I20140422-0800
TAG=I20140428-0800
rm -rf R4_platform-aggregator-$TAG
rm -rf R4_platform-aggregator-$TAG.tar.xz
@ -19,10 +19,9 @@ git submodule update
#comment this line to get a shallow clone.
find . -type d -name ".git" | xargs rm rm -rf
find . -type f -name *.class -exec rm -rf {} \;
find . -name *.jar -type f -exec rm -rf {} \;
find . -type f -name *.class -exec rm -rf {} \;
find . -type f -name *.so -exec rm -rf {} \;
find . -type f -name *.dll -exec rm -rf {} \;
find . -type f -name *.jnilib -exec rm -rf {} \;

View File

@ -1,2 +1,2 @@
9dac4d5949b3fe0e8f37db78c9e2c9e2 R4_platform-aggregator-I20140422-0800.tar.xz
89f46935ac71012a6bce13b2fe3c25c4 org.eclipse.linuxtools.eclipse-build-718530cb80abfabdebe3d2ea19d0e842dc1dd314.tar.bz2
e3b9bc0ea0a74fbba8eb299fedc53215 R4_platform-aggregator-I20140428-0800.tar.xz