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 594dc7c
--- eclipse.platform.releng/features/org.eclipse.help-feature/feature.xml	2011-03-27 10:30:27.000000000 -0400
Krzysztof Daniel 594dc7c
+++ eclipse.platform.releng/features/org.eclipse.help-feature/feature.xml	2011-08-23 14:01:19.026328809 -0400
Krzysztof Daniel 594dc7c
@@ -34,30 +34,37 @@
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="com.sun.el"
Krzysztof Daniel 594dc7c
+
Krzysztof Daniel 594dc7c
+  
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 594dc7c
          unpack="false"/>
Krzysztof Daniel 594dc7c
 
Krzysztof Daniel 594dc7c
-   
Krzysztof Daniel 594dc7c
-         id="org.apache.commons.logging"
Krzysztof Daniel 594dc7c
+  
Krzysztof Daniel 594dc7c
+         id="org.apache.tomcat"
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.jasper.glassfish"
Krzysztof Daniel 594dc7c
+  
Krzysztof Daniel 594dc7c
+         id="org.apache.juli"
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.el"
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 594dc7c
+         id="org.apache.commons.logging"
Krzysztof Daniel 594dc7c
          download-size="0"
Krzysztof Daniel 594dc7c
          install-size="0"
Krzysztof Daniel 594dc7c
          version="0.0.0"
Krzysztof Daniel 594dc7c
@@ -182,5 +189,19 @@
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.jasper"
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.commons.el"
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
 </feature>
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 594dc7c
+Require-Bundle: org.apache.lucene.core;bundle-version="[2.9.0,3.0.0)";visibility:=reexport,
Krzysztof Daniel 594dc7c
+ org.apache.lucene.analysis;bundle-version="[2.9.0,3.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 6d46f95
--- eclipse.platform.ua/org.eclipse.help.base/pom.xml.bak	2012-07-25 17:39:10.000000000 +0200
Krzysztof Daniel 6d46f95
+++ eclipse.platform.ua/org.eclipse.help.base/pom.xml	2012-07-26 14:34:22.971863419 +0200
Krzysztof Daniel 6d46f95
@@ -33,7 +33,7 @@
Krzysztof Daniel 6d46f95
             <extraRequirements>
Krzysztof Daniel 6d46f95
               <requirement>
Krzysztof Daniel 6d46f95
                 <type>eclipse-plugin</type>
Krzysztof Daniel 6d46f95
-                <id>org.apache.lucene</id>
Krzysztof Daniel 6d46f95
+                <id>org.apache.lucene.core</id>
Krzysztof Daniel 6d46f95
                 <versionRange>[2.9,3.0)</versionRange>
Krzysztof Daniel 6d46f95
               </requirement>
Krzysztof Daniel 6d46f95
               <requirement>