Krzysztof Daniel 594dc7c
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 89cfef5
--- eclipse.platform.releng/features/org.eclipse.help-feature/feature.xml   2011-03-27 10:30:27.000000000 -0400
Krzysztof Daniel 89cfef5
+++ eclipse.platform.releng/features/org.eclipse.help-feature/feature.xml   2011-08-23 14:01:19.026328809 -0400
Krzysztof Daniel 89cfef5
@@ -36,7 +36,7 @@
Krzysztof Daniel 594dc7c
          unpack="false"/>
Krzysztof Daniel 89cfef5
   
Krzysztof Daniel 89cfef5
    
Krzysztof Daniel 594dc7c
-         id="com.sun.el"
Krzysztof Daniel 594dc7c
+         id="javax.el"
Krzysztof Daniel 594dc7c
          download-size="0"
Krzysztof Daniel 594dc7c
          install-size="0"
Krzysztof Daniel 594dc7c
          version="0.0.0"
Krzysztof Daniel 89cfef5
@@ -50,14 +50,14 @@
Krzysztof Daniel 594dc7c
          unpack="false"/>
Krzysztof Daniel 594dc7c
 
Krzysztof Daniel 89cfef5
    
Krzysztof Daniel 594dc7c
-         id="org.apache.jasper.glassfish"
Krzysztof Daniel 89cfef5
+         id="org.glassfish.web.javax.servlet.jsp"
Krzysztof Daniel 594dc7c
          download-size="0"
Krzysztof Daniel 594dc7c
          install-size="0"
Krzysztof Daniel 594dc7c
          version="0.0.0"
Krzysztof Daniel 594dc7c
          unpack="false"/>
Krzysztof Daniel 594dc7c
 
Krzysztof Daniel 594dc7c
    
Krzysztof Daniel 594dc7c
-         id="org.apache.lucene"
Krzysztof Daniel 89cfef5
+         id="org.apache.lucene.core"
Krzysztof Daniel 594dc7c
          download-size="0"
Krzysztof Daniel 594dc7c
          install-size="0"
Krzysztof Daniel 594dc7c
          version="0.0.0"
Krzysztof Daniel 594dc7c
diff -r -Nu eclipse-3.8.0-M1-src/plugins/org.eclipse.help.base/META-INF/MANIFEST.MF eclipse-3.8.0-M1-src.patched/plugins/org.eclipse.help.base/META
Krzysztof Daniel 594dc7c
--- eclipse.platform.ua/org.eclipse.help.base/src/org/eclipse/help/internal/search/SearchIndex.java.old	2012-01-18 08:58:41.397436636 +0100
Krzysztof Daniel 594dc7c
+++ eclipse.platform.ua/org.eclipse.help.base/src/org/eclipse/help/internal/search/SearchIndex.java	2012-01-18 08:59:35.994625494 +0100
Krzysztof Daniel 594dc7c
@@ -106,7 +106,7 @@
Krzysztof Daniel 594dc7c
 
Krzysztof Daniel 594dc7c
 	public static final String DEPENDENCIES_KEY_ANALYZER = "analyzer"; //$NON-NLS-1$
Krzysztof Daniel 594dc7c
 
Krzysztof Daniel 594dc7c
-	private static final String LUCENE_BUNDLE_ID = "org.apache.lucene"; //$NON-NLS-1$
Krzysztof Daniel 594dc7c
+	private static final String LUCENE_BUNDLE_ID = "org.apache.lucene.core"; //$NON-NLS-1$
Krzysztof Daniel 594dc7c
 
Krzysztof Daniel 594dc7c
 	private static final String FIELD_NAME = "name"; //$NON-NLS-1$
Krzysztof Daniel 594dc7c
 
Krzysztof Daniel 594dc7c
--- eclipse.platform.ua/org.eclipse.help.base/META-INF/MANIFEST.MF.orig	2012-04-06 08:28:49.000000000 +0200
Krzysztof Daniel 594dc7c
+++ eclipse.platform.ua/org.eclipse.help.base/META-INF/MANIFEST.MF	2012-04-06 08:40:46.988519392 +0200
Krzysztof Daniel 594dc7c
@@ -39,8 +39,8 @@
Krzysztof Daniel 594dc7c
  org.eclipse.help.search,
Krzysztof Daniel 594dc7c
  org.eclipse.help.server,
Krzysztof Daniel 594dc7c
  org.eclipse.help.standalone
Krzysztof Daniel 594dc7c
-Require-Bundle: org.apache.lucene;bundle-version="2.9.0";visibility:=reexport,
Krzysztof Daniel 594dc7c
- org.apache.lucene.analysis;bundle-version="2.9.0";visibility:=reexport,
Krzysztof Daniel 85b0f06
+Require-Bundle: org.apache.lucene.core;bundle-version="[3.0.0,4.0.0)";visibility:=reexport,
Krzysztof Daniel 85b0f06
+ org.apache.lucene.analysis;bundle-version="[3.0.0,4.0.0)";visibility:=reexport,
Krzysztof Daniel 594dc7c
  org.eclipse.ant.core;bundle-version="3.2.200";resolution:=optional,
Krzysztof Daniel 594dc7c
  org.eclipse.core.runtime;bundle-version="3.6.0",
Krzysztof Daniel 594dc7c
  org.eclipse.help;bundle-version="[3.5.0,4.0.0)";visibility:=reexport,
Krzysztof Daniel 8b5fc08
--- eclipse.platform.releng/features/org.eclipse.help-feature/pom.xml.orig	2012-09-17 15:30:40.000000000 +0200
Krzysztof Daniel 8b5fc08
+++ eclipse.platform.releng/features/org.eclipse.help-feature/pom.xml	2012-09-18 11:49:09.843325313 +0200
Krzysztof Daniel 8b5fc08
@@ -37,13 +37,13 @@
Krzysztof Daniel 4db9bcc
             <extraRequirements> 
Krzysztof Daniel 4db9bcc
               <requirement> 
Krzysztof Daniel 4db9bcc
                 <type>eclipse-plugin</type> 
Krzysztof Daniel 4db9bcc
-                <id>org.apache.lucene</id> 
Krzysztof Daniel 8b5fc08
-                <versionRange>[2.9,3.0)</versionRange> 
Krzysztof Daniel 4db9bcc
+                <id>org.apache.lucene.core</id> 
Krzysztof Daniel 8b5fc08
+                <versionRange>[3.0,4.0)</versionRange> 
Krzysztof Daniel 4db9bcc
               </requirement>
Krzysztof Daniel 4db9bcc
               <requirement>
Krzysztof Daniel fe2d6ea
                 <type>eclipse-plugin</type>
Krzysztof Daniel 8b5fc08
                 <id>org.apache.lucene.analysis</id>
Krzysztof Daniel fe2d6ea
-                <versionRange>[2.9,3.0)</versionRange>
Krzysztof Daniel fe2d6ea
+                <versionRange>[3.0,4.0)</versionRange>
Krzysztof Daniel fe2d6ea
               </requirement>
Krzysztof Daniel fe2d6ea
               <requirement>
Krzysztof Daniel fe2d6ea
                 <type>eclipse-plugin</type>
Krzysztof Daniel 8b5fc08
--- eclipse.platform.ua/pom.xml.bak	2012-09-18 12:21:35.000000000 +0200
Krzysztof Daniel 8b5fc08
+++ eclipse.platform.ua/pom.xml	2012-09-18 12:35:35.157870857 +0200
Krzysztof Daniel 8b5fc08
@@ -49,13 +49,13 @@
Krzysztof Daniel 8b5fc08
             <extraRequirements>
Krzysztof Daniel 8b5fc08
               <requirement>
Krzysztof Daniel 8b5fc08
                 <type>eclipse-plugin</type>
Krzysztof Daniel 8b5fc08
-                <id>org.apache.lucene</id>
Krzysztof Daniel fe2d6ea
-                <versionRange>[2.9,3.0)</versionRange>
Krzysztof Daniel 8b5fc08
+                <id>org.apache.lucene.core</id>
Krzysztof Daniel fe2d6ea
+                <versionRange>[3.0,4.0)</versionRange>
Krzysztof Daniel fe2d6ea
               </requirement>
Krzysztof Daniel fe2d6ea
               <requirement>
Krzysztof Daniel fe2d6ea
                 <type>eclipse-plugin</type>
Krzysztof Daniel fe2d6ea
                 <id>org.apache.lucene.analysis</id>
Krzysztof Daniel fe2d6ea
-                <versionRange>[2.9,3.0)</versionRange>
Krzysztof Daniel fe2d6ea
+                <versionRange>[3.0,4.0)</versionRange>
Krzysztof Daniel fe2d6ea
               </requirement>
Krzysztof Daniel fe2d6ea
             </extraRequirements>
Krzysztof Daniel fe2d6ea
           </dependency-resolution>