Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkprice2010-05-19 21:11:31 +0000
committerkprice2010-05-19 21:11:31 +0000
commitc5bf48f7c7cab0ad356df0da545493e1534f93c6 (patch)
tree9f202b10459c2b99b238eb3fcaa6700031dd976f
parent15794d75207a4d4dc78bdc01ab3aeeabfaf7ecf2 (diff)
downloadwebtools.sourceediting-c5bf48f7c7cab0ad356df0da545493e1534f93c6.tar.gz
webtools.sourceediting-c5bf48f7c7cab0ad356df0da545493e1534f93c6.tar.xz
webtools.sourceediting-c5bf48f7c7cab0ad356df0da545493e1534f93c6.zip
[305630] Removing deprecated luceneSearchParticipants extension
-rw-r--r--docs/org.eclipse.wst.webtools.doc.user/META-INF/MANIFEST.MF2
-rw-r--r--docs/org.eclipse.wst.webtools.doc.user/myplugin.xml10
-rw-r--r--docs/org.eclipse.wst.webtools.doc.user/plugin.xml10
3 files changed, 9 insertions, 13 deletions
diff --git a/docs/org.eclipse.wst.webtools.doc.user/META-INF/MANIFEST.MF b/docs/org.eclipse.wst.webtools.doc.user/META-INF/MANIFEST.MF
index 507c0f4231..4e8f6a410b 100644
--- a/docs/org.eclipse.wst.webtools.doc.user/META-INF/MANIFEST.MF
+++ b/docs/org.eclipse.wst.webtools.doc.user/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.wst.webtools.doc.user; singleton:=true
-Bundle-Version: 1.0.400.qualifier
+Bundle-Version: 1.0.500.qualifier
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Eclipse-LazyStart: true
diff --git a/docs/org.eclipse.wst.webtools.doc.user/myplugin.xml b/docs/org.eclipse.wst.webtools.doc.user/myplugin.xml
index b8dc30e2cb..7b520b1b01 100644
--- a/docs/org.eclipse.wst.webtools.doc.user/myplugin.xml
+++ b/docs/org.eclipse.wst.webtools.doc.user/myplugin.xml
@@ -1,6 +1,6 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-<?eclipse version="3.0"?>
-<?NLS TYPE="org.eclipse.help.toc"?>
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.6"?>
+<?NLS TYPE="org.eclipse.help.toc"?>
<!-- /*******************************************************************************
* Copyright (c) 2000, 2008 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
@@ -20,7 +20,5 @@
<extension point="org.eclipse.help.index">
<index file="org.eclipse.wst.webtools.doc.userindex.xml"/>
</extension>
- <extension point="org.eclipse.help.base.luceneSearchParticipants">
- <binding participantId="org.eclipse.help.base.xhtml"/>
- </extension>
+
</plugin> \ No newline at end of file
diff --git a/docs/org.eclipse.wst.webtools.doc.user/plugin.xml b/docs/org.eclipse.wst.webtools.doc.user/plugin.xml
index b8dc30e2cb..7b520b1b01 100644
--- a/docs/org.eclipse.wst.webtools.doc.user/plugin.xml
+++ b/docs/org.eclipse.wst.webtools.doc.user/plugin.xml
@@ -1,6 +1,6 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-<?eclipse version="3.0"?>
-<?NLS TYPE="org.eclipse.help.toc"?>
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.6"?>
+<?NLS TYPE="org.eclipse.help.toc"?>
<!-- /*******************************************************************************
* Copyright (c) 2000, 2008 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
@@ -20,7 +20,5 @@
<extension point="org.eclipse.help.index">
<index file="org.eclipse.wst.webtools.doc.userindex.xml"/>
</extension>
- <extension point="org.eclipse.help.base.luceneSearchParticipants">
- <binding participantId="org.eclipse.help.base.xhtml"/>
- </extension>
+
</plugin> \ No newline at end of file

Back to the top