genodeftest / rpms / eclipse

Forked from rpms/eclipse 4 years ago
Clone
Krzysztof Daniel 452d050
diff -r -Nu eclipse-3.8.0-M1-src/features/org.eclipse.help/feature.xml eclipse-3.8.0-M1-src.patched/features/org.eclipse.help/feature.xml
Krzysztof Daniel 452d050
--- eclipse.platform.releng/features/org.eclipse.help-feature/feature.xml   2011-03-27 10:30:27.000000000 -0400
Krzysztof Daniel 452d050
+++ eclipse.platform.releng/features/org.eclipse.help-feature/feature.xml   2011-08-23 14:01:19.026328809 -0400
Krzysztof Daniel 452d050
@@ -36,7 +36,7 @@
Krzysztof Daniel 452d050
          unpack="false"/>
Krzysztof Daniel 452d050
   
Krzysztof Daniel 452d050
    
Krzysztof Daniel 452d050
-         id="com.sun.el"
Krzysztof Daniel 452d050
+         id="javax.el"
Krzysztof Daniel 452d050
          download-size="0"
Krzysztof Daniel 452d050
          install-size="0"
Krzysztof Daniel 452d050
          version="0.0.0"
Krzysztof Daniel 452d050
@@ -50,7 +50,7 @@
Krzysztof Daniel 452d050
          unpack="false"/>
Krzysztof Daniel 452d050
 
Krzysztof Daniel 452d050
    
Krzysztof Daniel 452d050
-         id="org.apache.jasper.glassfish"
Krzysztof Daniel 452d050
+         id="org.glassfish.web.javax.servlet.jsp"
Krzysztof Daniel 452d050
          download-size="0"
Krzysztof Daniel 452d050
          install-size="0"
Krzysztof Daniel 452d050
          version="0.0.0"
Krzysztof Daniel 452d050
--- eclipse.platform.ua/org.eclipse.ua.tests/pom.xml.bak	2013-01-28 12:30:27.000000000 +0100
Krzysztof Daniel 452d050
+++ eclipse.platform.ua/org.eclipse.ua.tests/pom.xml	2013-01-28 19:23:02.071410170 +0100
Krzysztof Daniel 452d050
@@ -22,4 +22,29 @@
Krzysztof Daniel 452d050
   <artifactId>org.eclipse.ua.tests</artifactId>
Krzysztof Daniel 452d050
   <version>3.3.600-SNAPSHOT</version>
Krzysztof Daniel 452d050
   <packaging>eclipse-test-plugin</packaging>
Krzysztof Daniel 452d050
+  
Krzysztof Daniel 452d050
+    <build>
Krzysztof Daniel 452d050
+    <plugins>
Krzysztof Daniel 452d050
+      <plugin> 
Krzysztof Daniel 452d050
+        <groupId>org.eclipse.tycho</groupId> 
Krzysztof Daniel 452d050
+        <artifactId>target-platform-configuration</artifactId> 
Krzysztof Daniel 452d050
+        <configuration> 
Krzysztof Daniel 452d050
+          <dependency-resolution> 
Krzysztof Daniel 452d050
+            <extraRequirements> 
Krzysztof Daniel 452d050
+              <requirement> 
Krzysztof Daniel 452d050
+                <type>eclipse-plugin</type> 
Krzysztof Daniel 452d050
+                <id>org.apache.lucene.core</id> 
Krzysztof Daniel 452d050
+                <versionRange>[3.0,4.0)</versionRange> 
Krzysztof Daniel 452d050
+              </requirement>
Krzysztof Daniel 452d050
+              <requirement>
Krzysztof Daniel 452d050
+                <type>eclipse-plugin</type>
Krzysztof Daniel 452d050
+                <id>org.apache.lucene.analysis</id>
Krzysztof Daniel 452d050
+                <versionRange>[3.0,4.0)</versionRange>
Krzysztof Daniel 452d050
+              </requirement>
Krzysztof Daniel 452d050
+            </extraRequirements>
Krzysztof Daniel 452d050
+          </dependency-resolution>
Krzysztof Daniel 452d050
+        </configuration>
Krzysztof Daniel 452d050
+      </plugin>
Krzysztof Daniel 452d050
+    </plugins>
Krzysztof Daniel 452d050
+   </build>
Krzysztof Daniel 452d050
 </project>
Krzysztof Daniel 81a7921
          --- eclipse.platform.ua/org.eclipse.ua.tests/META-INF/MANIFEST.MF.orig	2013-02-20 17:00:07.000000000 +0100
Krzysztof Daniel 81a7921
+++ eclipse.platform.ua/org.eclipse.ua.tests/META-INF/MANIFEST.MF	2013-02-21 16:29:42.318407536 +0100
Krzysztof Daniel 81a7921
@@ -25,9 +25,9 @@
Krzysztof Daniel 81a7921
 Bundle-ClassPath: ua-tests.jar
Krzysztof Daniel 81a7921
 Import-Package: javax.servlet;version="2.4.0",
Krzysztof Daniel 81a7921
  javax.servlet.http;version="2.4.0",
Krzysztof Daniel 81a7921
- org.apache.lucene.index;core=split;version="[3.5.0,4.0.0)",
Krzysztof Daniel 81a7921
- org.apache.lucene.search;core=split;version="[3.5.0,4.0.0)",
Krzysztof Daniel 81a7921
- org.apache.lucene.store;core=split;version="[3.5.0,4.0.0)"
Krzysztof Daniel 81a7921
+ org.apache.lucene.index;version="[3.5.0,4.0.0)",
Krzysztof Daniel 81a7921
+ org.apache.lucene.search;version="[3.5.0,4.0.0)",
Krzysztof Daniel 81a7921
+ org.apache.lucene.store;version="[3.5.0,4.0.0)"
Krzysztof Daniel 81a7921
 Bundle-RequiredExecutionEnvironment: J2SE-1.5
Krzysztof Daniel 81a7921
 Export-Package: org.eclipse.ua.tests,
Krzysztof Daniel 81a7921
  org.eclipse.ua.tests.browser,
Krzysztof Daniel 5dda4fa
--- eclipse.platform.releng/features/org.eclipse.help-feature/pom.xml.bak	2013-03-14 11:18:11.000000000 +0100
Krzysztof Daniel 5dda4fa
+++ eclipse.platform.releng/features/org.eclipse.help-feature/pom.xml	2013-03-14 12:29:48.067564008 +0100
Krzysztof Daniel 5dda4fa
@@ -31,7 +31,7 @@
Krzysztof Daniel 5dda4fa
             <extraRequirements>
Krzysztof Daniel 81a7921
               <requirement>
Krzysztof Daniel 81a7921
                 <type>eclipse-plugin</type>
Krzysztof Daniel 5dda4fa
-                <id>org.apache.lucene</id>
Krzysztof Daniel 5dda4fa
+                <id>org.apache.lucene.core</id>
Krzysztof Daniel 5dda4fa
                 <versionRange>[3.5,4.0)</versionRange>
Krzysztof Daniel 81a7921
               </requirement>
Krzysztof Daniel 5dda4fa
               <requirement>