Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.wst.standard.schemas/plugin.xml')
-rw-r--r--bundles/org.eclipse.wst.standard.schemas/plugin.xml183
1 files changed, 0 insertions, 183 deletions
diff --git a/bundles/org.eclipse.wst.standard.schemas/plugin.xml b/bundles/org.eclipse.wst.standard.schemas/plugin.xml
deleted file mode 100644
index 0e3b194c43..0000000000
--- a/bundles/org.eclipse.wst.standard.schemas/plugin.xml
+++ /dev/null
@@ -1,183 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?eclipse version="3.0"?>
-<plugin>
-
-
- <!--==========================================-->
- <!-- Catalog Contributions -->
- <!-- Register well known Web DTDs and XSDs -->
- <!--==========================================-->
-
- <!-- new form -->
-
- <!--
- See https://bugs.eclipse.org/bugs/show_bug.cgi?id=100481
- you may have to comment out following extension if used
- in development environment.
-
- -->
-
- <extension point="org.eclipse.wst.xml.core.catalogContributions">
- <catalogContribution id="default">
-
-
- <public
- publicId="-//WAPFORUM//DTD WML 1.1//EN"
- uri="dtds/wml11.dtd">
- </public>
-
- <public
- publicId="-//W3C//DTD XHTML 1.0 Strict//EN"
- uri="dtds/xhtml1-strict.dtd"
- webURL="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
- </public>
-
- <public
- publicId="-//W3C//DTD XHTML 1.0 Transitional//EN"
- uri="dtds/xhtml1-transitional.dtd"
- webURL="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- </public>
- <public
- publicId="-//W3C//DTD XHTML 1.0 Frameset//EN"
- uri="dtds/xhtml1-frameset.dtd"
- webURL="http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
- </public>
-
- <public
- publicId="-//W3C//DTD XHTML Basic 1.0//EN"
- uri="dtds/xhtml-basic10-f.dtd"
- webURL="http://www.w3.org/TR/xhtml-basic/xhtml-basic10.dtd">
- </public>
-
- <public
- publicId="-//W3C//DTD XHTML 1.1//EN"
- uri="dtds/xhtml11-flat.dtd"
- webURL="http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
- </public>
-
- <public
- publicId="-//WAPFORUM//DTD XHTML Mobile 1.0//EN"
- uri="dtds/xhtml-mobile10-flat.dtd"
- webURL="http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
- </public>
-
- <public
- publicId="-//WAPFORUM//DTD WML 1.3//EN"
- uri="dtds/wml13.dtd"
- webURL="http://www.wapforum.org/DTD/wml13.dtd">
- </public>
-
-
-
- <uri
- name="http://schemas.xmlsoap.org/wsdl/"
- uri="xsd/wsdl.xsd" />
- <uri
- name="http://schemas.xmlsoap.org/wsdl/soap/"
- uri="xsd/soap.xsd" />
- <uri
- name="http://schemas.xmlsoap.org/wsdl/http/"
- uri="xsd/http.xsd" />
- <uri
- name="http://schemas.xmlsoap.org/wsdl/mime/"
- uri="xsd/wsdl-mime.xsd" />
- <uri
- name="http://schemas.xmlsoap.org/soap/encoding/"
- uri="xsd/soapenc.xsd" />
-
- <uri
- name="http://www.w3.org/1999/XMLSchema"
- uri="xsd/xslt.xsd" />
-
- <uri
- name="http://www.w3.org/2001/XMLSchema"
- uri="xsd/schema-for-xslt20.xsd" />
-
-
- <!-- these are removed from the catalog, since they are -not-
- the same as those in the xsd.ui plugin, which
- point to the org.eclipse.xsd versions
- <uri
- name="http://www.w3.org/2001/XMLSchema"
- uri="dtdsAndSchemas/XMLSchema.dtd" />
-
- <system
- systemId="http://www.w3.org/2001/xml.xsd"
- uri="dtdsAndSchemas/xml.xsd" />
- -->
- </catalogContribution>
-
- </extension>
-
-
-
-
- <extension point="org.eclipse.wst.sse.core.documentTypes">
- <documentType
- elementName="html"
- displayName="%documentType.displayName.0"
- namespaceURI="http://www.w3.org/1999/xhtml"
- isXHTML="true"
- hasFrameset="false"
- publicID="-//W3C//DTD XHTML 1.0 Strict//EN"
- systemID="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
- </documentType>
- <documentType
- elementName="html"
- displayName="%documentType.displayName.1"
- namespaceURI="http://www.w3.org/1999/xhtml"
- isXHTML="true"
- hasFrameset="false"
- publicID="-//W3C//DTD XHTML 1.0 Transitional//EN"
- defaultXHTML="true"
- systemID="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- </documentType>
- <documentType
- elementName="html"
- displayName="%documentType.displayName.2"
- namespaceURI="http://www.w3.org/1999/xhtml"
- isXHTML="true"
- hasFrameset="true"
- publicID="-//W3C//DTD XHTML 1.0 Frameset//EN"
- systemID="http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
- </documentType>
- <documentType
- elementName="html"
- displayName="%documentType.displayName.3"
- namespaceURI="http://www.w3.org/1999/xhtml"
- isXHTML="true"
- hasFrameset="false"
- publicID="-//W3C//DTD XHTML Basic 1.0//EN"
- systemID="http://www.w3.org/TR/xhtml-basic/xhtml-basic10.dtd">
- </documentType>
- <documentType
- elementName="html"
- displayName="%documentType.displayName.4"
- namespaceURI="http://www.w3.org/1999/xhtml"
- isXHTML="true"
- hasFrameset="false"
- publicID="-//W3C//DTD XHTML 1.1//EN"
- systemID="http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
- </documentType>
- <documentType
- elementName="html"
- displayName="%documentType.displayName.5"
- namespaceURI="http://www.w3.org/1999/xhtml"
- isXHTML="true"
- hasFrameset="false"
- publicID="-//WAPFORUM//DTD XHTML Mobile 1.0//EN"
- systemID="http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
- </documentType>
- <documentType
- elementName="wml"
- displayName="%documentType.displayName.6"
- namespaceURI=""
- isWML="true"
- hasFrameset="false"
- publicID="-//WAPFORUM//DTD WML 1.3//EN"
- defaultWML="true"
- systemID="http://www.wapforum.org/DTD/wml13.dtd">
- </documentType>
- </extension>
-
-</plugin>

Back to the top