Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Goldthorpe2009-04-16 21:47:15 +0000
committerChris Goldthorpe2009-04-16 21:47:15 +0000
commit9a2944f9654767b8f27e7e461104e801fc32062c (patch)
treec2a7890be5ad562ad5e9071e6e386472faa358dc /org.eclipse.help.webapp
parentfa4868fc8edd3fe3d1a0ba706bc70e17e91cfb7c (diff)
downloadeclipse.platform.ua-9a2944f9654767b8f27e7e461104e801fc32062c.tar.gz
eclipse.platform.ua-9a2944f9654767b8f27e7e461104e801fc32062c.tar.xz
eclipse.platform.ua-9a2944f9654767b8f27e7e461104e801fc32062c.zip
Remove unneeded source plugin, add o.e.c.compatibility
Diffstat (limited to 'org.eclipse.help.webapp')
-rw-r--r--org.eclipse.help.webapp/web-archive/org.eclipse.help.infocenter-feature/feature.xml11
1 files changed, 6 insertions, 5 deletions
diff --git a/org.eclipse.help.webapp/web-archive/org.eclipse.help.infocenter-feature/feature.xml b/org.eclipse.help.webapp/web-archive/org.eclipse.help.infocenter-feature/feature.xml
index 09789bf0f..56c7d1ea2 100644
--- a/org.eclipse.help.webapp/web-archive/org.eclipse.help.infocenter-feature/feature.xml
+++ b/org.eclipse.help.webapp/web-archive/org.eclipse.help.infocenter-feature/feature.xml
@@ -1,4 +1,5 @@
-<?xml version="1.0" encoding="UTF-8"?> <!--
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
Copyright (c) 2008, 2009 IBM Corporation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
@@ -8,7 +9,6 @@
Contributors:
IBM Corporation - initial API and implementation
-->
-
<feature
id="org.eclipse.help.infocenter_feature"
label="Infocenter_feature Feature"
@@ -221,13 +221,14 @@ IBM Corporation - initial API and implementation
unpack="false"/>
<plugin
- id="javax.servlet.jsp.source"
+ id="org.eclipse.update.configurator"
download-size="0"
install-size="0"
- version="0.0.0"/>
+ version="0.0.0"
+ unpack="false"/>
<plugin
- id="org.eclipse.update.configurator"
+ id="org.eclipse.core.runtime.compatibility"
download-size="0"
install-size="0"
version="0.0.0"

Back to the top