[eclipse/cbi] Don't download an old platform for migration tests.

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


commit 71440e5058087609a419d8a2971b5913b14953b2
Author: Krzysztof Daniel <kdaniel at redhat.com>
Date:   Thu Aug 2 11:16:53 2012 +0200

    Don't download an old platform for migration tests.

 ...e-dont-download-old-platform-for-p2-tests.patch |   20 +
 eclipse.spec                                       |    3 +
 org.eclipse.jdt.core-3.8.0.v_C03.pom               |    9 -
 org.eclipse.osgi-3.6.0.v20100517.pom               |    9 -
 org.eclipse.osgi.services-3.2.100.v20100503.pom    |   27 -
 pre360changelog.txt                                | 1836 --------------------
 servlet-1.0.0-v20070606.pom                        |   13 -
 7 files changed, 23 insertions(+), 1894 deletions(-)
---
diff --git a/eclipse-dont-download-old-platform-for-p2-tests.patch b/eclipse-dont-download-old-platform-for-p2-tests.patch
new file mode 100644
index 0000000..0db1404
--- /dev/null
+++ b/eclipse-dont-download-old-platform-for-p2-tests.patch
@@ -0,0 +1,20 @@
+--- rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/pom.xml.bak	2012-08-02 10:43:30.000000000 +0200
++++ rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/pom.xml	2012-08-02 11:02:02.009984238 +0200
+@@ -34,7 +34,7 @@
+ 	<build>
+ 		<plugins>
+ 
+-			<plugin>
++			<!-- plugin>
+ 				<groupId>org.apache.maven.plugins</groupId>
+ 				<artifactId>maven-antrun-plugin</artifactId>
+ 				<version>1.6</version>
+@@ -54,7 +54,7 @@
+ 						</goals>
+ 					</execution>
+ 				</executions>
+-			</plugin>
++			</plugin -->
+ 
+ 
+ 			<plugin>
diff --git a/eclipse.spec b/eclipse.spec
index 1375077..21c8923 100644
--- a/eclipse.spec
+++ b/eclipse.spec
@@ -77,6 +77,8 @@ Patch13:        %{name}-fix-compatibility-class.patch
 Patch14:        %{name}-fix-pde-ui-compilation.patch
 Patch15:        %{name}-fix-transforms.patch
 
+Patch16:        %{name}-dont-download-old-platform-for-p2-tests.patch
+
 BuildRequires:  ant >= 1.8.3
 BuildRequires:  rsync
 BuildRequires:  jpackage-utils >= 0:1.5, make, gcc
@@ -266,6 +268,7 @@ developing Eclipse plugins.
 %patch13
 %patch14
 %patch15
+%patch16
 
 #https://bugs.eclipse.org/bugs/show_bug.cgi?id=386040
 %pom_disable_module bundles/org.eclipse.equinox.http.jetty5 rt.equinox.bundles .


More information about the scm-commits mailing list