Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.wst.wsi/schema/reportArtifactTypes.exsd')
-rw-r--r--bundles/org.eclipse.wst.wsi/schema/reportArtifactTypes.exsd111
1 files changed, 0 insertions, 111 deletions
diff --git a/bundles/org.eclipse.wst.wsi/schema/reportArtifactTypes.exsd b/bundles/org.eclipse.wst.wsi/schema/reportArtifactTypes.exsd
deleted file mode 100644
index 3bb128827..000000000
--- a/bundles/org.eclipse.wst.wsi/schema/reportArtifactTypes.exsd
+++ /dev/null
@@ -1,111 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!-- Schema file written by PDE -->
-<schema targetNamespace="org.eclipse.wst.wsi">
-<annotation>
- <appInfo>
- <meta.schema plugin="org.eclipse.wst.wsi" id="reportArtifactTypes" name="Report Artifact Types"/>
- </appInfo>
- <documentation>
- The report artifact type extension point allows clients to denote artifact types that should be output to the log file.
- </documentation>
- </annotation>
-
- <element name="extension">
- <complexType>
- <sequence>
- <element ref="reportArtifactType"/>
- </sequence>
- <attribute name="point" type="string" use="required">
- <annotation>
- <documentation>
-
- </documentation>
- </annotation>
- </attribute>
- <attribute name="id" type="string">
- <annotation>
- <documentation>
-
- </documentation>
- </annotation>
- </attribute>
- <attribute name="name" type="string">
- <annotation>
- <documentation>
-
- </documentation>
- <appInfo>
- <meta.attribute translatable="true"/>
- </appInfo>
- </annotation>
- </attribute>
- </complexType>
- </element>
-
- <element name="reportArtifactType">
- <complexType>
- <attribute name="artifactType" type="string" use="required">
- <annotation>
- <documentation>
-
- </documentation>
- </annotation>
- </attribute>
- </complexType>
- </element>
-
- <annotation>
- <appInfo>
- <meta.section type="since"/>
- </appInfo>
- <documentation>
- WTP 2.0
- </documentation>
- </annotation>
-
- <annotation>
- <appInfo>
- <meta.section type="examples"/>
- </appInfo>
- <documentation>
- The following is an example of a report artifact type contribution:
-&lt;pre&gt;
-&lt;extension
- id=&quot;bpReportArtifacts&quot;
- name=&quot;%_UI_WSI_BP_REPORT_ARTIFACTS&quot;
- point=&quot;org.eclipse.wst.wsi.reportArtifacts&quot;&gt;
- &lt;reportArtifactType
- artifactType=&quot;message&quot;/&gt;
-&lt;/extension&gt;
-&lt;/pre&gt;
- </documentation>
- </annotation>
-
- <annotation>
- <appInfo>
- <meta.section type="apiInfo"/>
- </appInfo>
- <documentation>
- No API is associated with this extension point.
- </documentation>
- </annotation>
-
- <annotation>
- <appInfo>
- <meta.section type="implementation"/>
- </appInfo>
- <documentation>
- No implementation is associated with this extension point.
- </documentation>
- </annotation>
-
- <annotation>
- <appInfo>
- <meta.section type="copyright"/>
- </appInfo>
- <documentation>
-
- </documentation>
- </annotation>
-
-</schema>

Back to the top