Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornitind2008-03-26 19:37:21 +0000
committernitind2008-03-26 19:37:21 +0000
commit110493ea653bbcdb38f22ee687f21a1a7972dba6 (patch)
treee7e4804749c7ab63266b051637433ff0f7a8583f /docs/org.eclipse.jst.jsp.ui.infopop/plugin.xml
parent5f556c58ac982a9f6892c3df14f434bbe4c37301 (diff)
downloadwebtools.sourceediting-200803261940.tar.gz
webtools.sourceediting-200803261940.tar.xz
webtools.sourceediting-200803261940.zip
This commit was manufactured by cvs2svn to create tag 'v200803261940'.v200803261940
Diffstat (limited to 'docs/org.eclipse.jst.jsp.ui.infopop/plugin.xml')
-rw-r--r--docs/org.eclipse.jst.jsp.ui.infopop/plugin.xml27
1 files changed, 0 insertions, 27 deletions
diff --git a/docs/org.eclipse.jst.jsp.ui.infopop/plugin.xml b/docs/org.eclipse.jst.jsp.ui.infopop/plugin.xml
deleted file mode 100644
index 3d1b116f16..0000000000
--- a/docs/org.eclipse.jst.jsp.ui.infopop/plugin.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?eclipse version="3.1"?>
-
-<!-- ================================================= -->
-<!-- This is the plugin for declaring the help -->
-<!-- contributions for using the tool. -->
-<!-- ================================================= -->
-<!-- /*******************************************************************************
- * Copyright (c) 2000, 2005 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
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- *******************************************************************************/ -->
-<plugin>
-
-<extension point="org.eclipse.help.contexts">
- <contexts file="EditorJspContexts.xml" plugin="org.eclipse.jst.jsp.ui"/>
- <contexts file="EditorJspContexts2.xml" plugin="org.eclipse.jst.jsp.core"/>
- <contexts file="JspWizContexts.xml" plugin="org.eclipse.jst.jsp.ui"/>
-</extension>
-
-
-</plugin> \ No newline at end of file

Back to the top