Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonrad Kolosowski2005-03-18 07:54:10 +0000
committerKonrad Kolosowski2005-03-18 07:54:10 +0000
commit84b3272d015333e5a03f13fd675ef4f379147cfd (patch)
tree5292bafd618a29187f7532ddd75ad0d3bac5957e /org.eclipse.help.webapp/plugin.xml
parent72ff34a74b3511fbf4260541911791c01bfaea69 (diff)
downloadeclipse.platform.ua-84b3272d015333e5a03f13fd675ef4f379147cfd.tar.gz
eclipse.platform.ua-84b3272d015333e5a03f13fd675ef4f379147cfd.tar.xz
eclipse.platform.ua-84b3272d015333e5a03f13fd675ef4f379147cfd.zip
converting to manifest.mf
Diffstat (limited to 'org.eclipse.help.webapp/plugin.xml')
-rw-r--r--org.eclipse.help.webapp/plugin.xml19
1 files changed, 2 insertions, 17 deletions
diff --git a/org.eclipse.help.webapp/plugin.xml b/org.eclipse.help.webapp/plugin.xml
index 8a2404d0a..41fd612e8 100644
--- a/org.eclipse.help.webapp/plugin.xml
+++ b/org.eclipse.help.webapp/plugin.xml
@@ -1,23 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
-<plugin
- id="org.eclipse.help.webapp"
- name="%help_webapp_plugin_name"
- version="3.1.0"
- provider-name="%providerName"
- class="org.eclipse.help.internal.webapp.HelpWebappPlugin">
+<plugin>
- <runtime>
- <library name="webapp.jar">
- </library>
- </runtime>
- <requires>
- <import plugin="org.eclipse.help.base"/>
- <import plugin="org.eclipse.core.runtime"/>
- </requires>
-
-
- <extension
+ <extension
point="org.eclipse.help.base.webapp">
<webapp
default="true">

Back to the top