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:
Diffstat (limited to 'tests/org.eclipse.wst.ws.tests/plugin.xml')
-rw-r--r--tests/org.eclipse.wst.ws.tests/plugin.xml28
1 files changed, 0 insertions, 28 deletions
diff --git a/tests/org.eclipse.wst.ws.tests/plugin.xml b/tests/org.eclipse.wst.ws.tests/plugin.xml
deleted file mode 100644
index 8d529a996..000000000
--- a/tests/org.eclipse.wst.ws.tests/plugin.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?eclipse version="3.0"?>
-
-<plugin>
- <extension
- point="org.eclipse.ui.popupMenus">
- <objectContribution
- objectClass="org.eclipse.core.resources.IFile"
- id="org.eclipse.wst.ws.test.popup.contribution1">
- <menu
- label="Popup test menu"
- path="additions"
- id="org.eclipse.wst.ws.test.popup.menu1">
- <separator
- name="group1">
- </separator>
- </menu>
- <action
- label="Popup test action"
- class="org.eclipse.wst.ws.test.popup.NewAction"
- menubarPath="org.eclipse.wst.ws.test.popup.menu1/group1"
- enablesFor="1"
- id="org.eclipse.wst.ws.test.popup.newAction">
- </action>
- </objectContribution>
- </extension>
-
-</plugin>

Back to the top