diff options
Diffstat (limited to 'bundles/org.eclipse.wst.wsi/plugin.xml')
-rw-r--r-- | bundles/org.eclipse.wst.wsi/plugin.xml | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/bundles/org.eclipse.wst.wsi/plugin.xml b/bundles/org.eclipse.wst.wsi/plugin.xml deleted file mode 100644 index 7e80a2bf7..000000000 --- a/bundles/org.eclipse.wst.wsi/plugin.xml +++ /dev/null @@ -1,27 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- -/******************************************************************************* - * Copyright (c) 2002-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 - Initial API and implementation - *******************************************************************************/ ---> - -<plugin> - - <extension - id="wsdlWSIValidator" - name="%_UI_WSDL_WSI_VALIDATOR" - point="org.eclipse.wst.wsdl.validation.extvalidator"> - <extvalidator - namespace="http://schemas.xmlsoap.org/wsdl/" - class="org.eclipse.wst.wsi.internal.validate.wsdl.WSDLValidator"> - </extvalidator> - </extension> - -</plugin> |