Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornitind2006-03-01 01:39:20 +0000
committernitind2006-03-01 01:39:20 +0000
commit617a21bc3d4710a124b9ca50d1054ebb972755b4 (patch)
treeacec1c1d2e233e6c101e6b10aed61c32633a34d5 /docs/org.eclipse.jst.jsp.ui.infopop/plugin.xml
parent71eed088c787de865c1d4c2006f89b36fa4ae07a (diff)
downloadwebtools.sourceediting-200602290145.tar.gz
webtools.sourceediting-200602290145.tar.xz
webtools.sourceediting-200602290145.zip
This commit was manufactured by cvs2svn to create tag 'v200602290145'.v200602290145
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