Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspingel2009-11-09 13:58:09 +0000
committerspingel2009-11-09 13:58:09 +0000
commita1f45909963856bc0b3f226b4c533b42a1a5b2d8 (patch)
tree030c62caee843fd80c03096fd042ea4e95c6ec81 /org.eclipse.mylyn.bugzilla.core/schema
parent3858e728557e212acd920fadc9c2c17736bfc684 (diff)
downloadorg.eclipse.mylyn.tasks-a1f45909963856bc0b3f226b4c533b42a1a5b2d8.tar.gz
org.eclipse.mylyn.tasks-a1f45909963856bc0b3f226b4c533b42a1a5b2d8.tar.xz
org.eclipse.mylyn.tasks-a1f45909963856bc0b3f226b4c533b42a1a5b2d8.zip
NEW - bug 291435: [e3.4][framework] use identifier type in extension schemas
https://bugs.eclipse.org/bugs/show_bug.cgi?id=291435
Diffstat (limited to 'org.eclipse.mylyn.bugzilla.core/schema')
-rw-r--r--org.eclipse.mylyn.bugzilla.core/schema/languages.exsd39
1 files changed, 16 insertions, 23 deletions
diff --git a/org.eclipse.mylyn.bugzilla.core/schema/languages.exsd b/org.eclipse.mylyn.bugzilla.core/schema/languages.exsd
index d175012e6..7fc2a5547 100644
--- a/org.eclipse.mylyn.bugzilla.core/schema/languages.exsd
+++ b/org.eclipse.mylyn.bugzilla.core/schema/languages.exsd
@@ -1,16 +1,21 @@
<?xml version='1.0' encoding='UTF-8'?>
<!-- Schema file written by PDE -->
-<schema targetNamespace="org.eclipse.mylyn.bugzilla.core">
+<schema targetNamespace="org.eclipse.mylyn.bugzilla.core" xmlns="http://www.w3.org/2001/XMLSchema">
<annotation>
<appInfo>
<meta.schema plugin="org.eclipse.mylyn.bugzilla.core" id="languages" name="languages"/>
</appInfo>
<documentation>
- [Enter description of this extension point.]
+ Specifies strings for parsing Bugzilla error messages.
</documentation>
</annotation>
<element name="extension">
+ <annotation>
+ <appInfo>
+ <meta.element />
+ </appInfo>
+ </annotation>
<complexType>
<sequence>
<element ref="language" minOccurs="1" maxOccurs="unbounded"/>
@@ -41,7 +46,7 @@
</attribute>
</complexType>
</element>
-
+
<element name="language">
<complexType>
<sequence>
@@ -81,36 +86,24 @@
<meta.section type="since"/>
</appInfo>
<documentation>
- [Enter the first release in which this extension point appears.]
+ 3.0
</documentation>
</annotation>
- <annotation>
- <appInfo>
- <meta.section type="examples"/>
- </appInfo>
- <documentation>
- [Enter extension point usage example here.]
- </documentation>
- </annotation>
- <annotation>
- <appInfo>
- <meta.section type="apiInfo"/>
- </appInfo>
- <documentation>
- [Enter API information here.]
- </documentation>
- </annotation>
+
<annotation>
<appInfo>
- <meta.section type="implementation"/>
+ <meta.section type="copyright"/>
</appInfo>
<documentation>
- [Enter information about supplied implementation of this extension point.]
+ Copyright (c) 2009 Tasktop Technologies 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
</documentation>
</annotation>
-
</schema>

Back to the top