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.wsdl.validation.tests/plugin.xml')
-rw-r--r--tests/org.eclipse.wst.wsdl.validation.tests/plugin.xml20
1 files changed, 0 insertions, 20 deletions
diff --git a/tests/org.eclipse.wst.wsdl.validation.tests/plugin.xml b/tests/org.eclipse.wst.wsdl.validation.tests/plugin.xml
deleted file mode 100644
index e4e7c6acc..000000000
--- a/tests/org.eclipse.wst.wsdl.validation.tests/plugin.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?eclipse version="3.4"?>
-<plugin>
- <extension
- point="org.eclipse.wst.wsdl.validation.wsdl11validator">
- <validator
- class="org.eclipse.wst.wsdl.validation.tests.internal.SimpleExtensionsValidator"
- namespace="http://org.eclipse.wst.wsdl.validation.tests/Extensions">
- </validator>
- </extension>
- <extension
- point="org.eclipse.wst.xml.core.catalogContributions">
- <catalogContribution>
- <uri
- name="http://org.eclipse.wst.wsdl.validation.tests/Extensions"
- uri="testresources/samples/WSDL/ExtensibleElements/Extensions.xsd">
- </uri>
- </catalogContribution>
- </extension>
-</plugin>

Back to the top