diff options
author | spingel | 2009-11-09 13:58:09 +0000 |
---|---|---|
committer | spingel | 2009-11-09 13:58:09 +0000 |
commit | a1f45909963856bc0b3f226b4c533b42a1a5b2d8 (patch) | |
tree | 030c62caee843fd80c03096fd042ea4e95c6ec81 /org.eclipse.mylyn.tasks.core | |
parent | 3858e728557e212acd920fadc9c2c17736bfc684 (diff) | |
download | org.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.tasks.core')
-rw-r--r-- | org.eclipse.mylyn.tasks.core/build.properties | 4 | ||||
-rw-r--r-- | org.eclipse.mylyn.tasks.core/schema/templates.exsd | 39 |
2 files changed, 15 insertions, 28 deletions
diff --git a/org.eclipse.mylyn.tasks.core/build.properties b/org.eclipse.mylyn.tasks.core/build.properties index e7a7f198e..32188fe17 100644 --- a/org.eclipse.mylyn.tasks.core/build.properties +++ b/org.eclipse.mylyn.tasks.core/build.properties @@ -11,6 +11,8 @@ bin.includes = META-INF/,\ about.html,\ plugin.properties src.includes = about.html,\ - schema/ + schema/,\ + plugin.xml,\ + plugin.properties jre.compilation.profile = J2SE-1.5 source.. = src/ diff --git a/org.eclipse.mylyn.tasks.core/schema/templates.exsd b/org.eclipse.mylyn.tasks.core/schema/templates.exsd index 9038e77bd..78b8be8fe 100644 --- a/org.eclipse.mylyn.tasks.core/schema/templates.exsd +++ b/org.eclipse.mylyn.tasks.core/schema/templates.exsd @@ -1,6 +1,6 @@ <?xml version='1.0' encoding='UTF-8'?> <!-- Schema file written by PDE --> -<schema targetNamespace="org.eclipse.mylyn.tasks.core"> +<schema targetNamespace="org.eclipse.mylyn.tasks.core" xmlns="http://www.w3.org/2001/XMLSchema"> <annotation> <appInfo> <meta.schema plugin="org.eclipse.mylyn.tasks.core" id="templates" name="templates"/> @@ -11,6 +11,11 @@ </annotation> <element name="extension"> + <annotation> + <appInfo> + <meta.element /> + </appInfo> + </annotation> <complexType> <sequence> <element ref="repository" minOccurs="1" maxOccurs="unbounded"/> @@ -151,43 +156,23 @@ <meta.section type="since"/> </appInfo> <documentation> - [Enter the first release in which this extension point appears.] + 2.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"/> - </appInfo> - <documentation> - [Enter information about supplied implementation of this extension point.] - </documentation> - </annotation> <annotation> <appInfo> <meta.section type="copyright"/> </appInfo> <documentation> - + 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> |