Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Inglis2004-03-25 19:42:29 +0000
committerDavid Inglis2004-03-25 19:42:29 +0000
commitfd4c0586df95eee844c5fbc88e614b0201c78d4c (patch)
treed0a33b1b68ba02bd71f79912e99e5ee38de2f731 /core/org.eclipse.cdt.core
parentdf02f5f81ad82f8912f5be4251e3c994fdb68561 (diff)
downloadorg.eclipse.cdt-fd4c0586df95eee844c5fbc88e614b0201c78d4c.tar.gz
org.eclipse.cdt-fd4c0586df95eee844c5fbc88e614b0201c78d4c.tar.xz
org.eclipse.cdt-fd4c0586df95eee844c5fbc88e614b0201c78d4c.zip
update processList schema to require a platform
Diffstat (limited to 'core/org.eclipse.cdt.core')
-rw-r--r--core/org.eclipse.cdt.core/schema/ProcessList.exsd21
1 files changed, 14 insertions, 7 deletions
diff --git a/core/org.eclipse.cdt.core/schema/ProcessList.exsd b/core/org.eclipse.cdt.core/schema/ProcessList.exsd
index dccbc5a35ae..13e25590da5 100644
--- a/core/org.eclipse.cdt.core/schema/ProcessList.exsd
+++ b/core/org.eclipse.cdt.core/schema/ProcessList.exsd
@@ -2,13 +2,13 @@
<!-- Schema file written by PDE -->
<schema targetNamespace="org.eclipse.cdt.core">
<annotation>
- <appInfo>
- <meta.schema plugin="org.eclipse.cdt.core" id="ProcessList" name="%ProcessList.name"/>
- </appInfo>
- <documentation>
- [Enter description of this extension point]
- </documentation>
-</annotation>
+ <appInfo>
+ <meta.schema plugin="org.eclipse.cdt.core" id="ProcessList" name="%ProcessList.name"/>
+ </appInfo>
+ <documentation>
+ [Enter description of this extension point]
+ </documentation>
+ </annotation>
<element name="extension">
<complexType>
@@ -51,6 +51,13 @@
</appInfo>
</annotation>
</attribute>
+ <attribute name="platform" type="string" use="required">
+ <annotation>
+ <documentation>
+
+ </documentation>
+ </annotation>
+ </attribute>
</complexType>
</element>

Back to the top