1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-08 18:26:01 +02:00

Fix ASCII property on schema

This commit is contained in:
Doug Schaefer 2007-04-15 16:57:29 +00:00
parent ae79780029
commit 7da95e5c39

View file

@ -1,139 +1,139 @@
<?xml version='1.0' encoding='UTF-8'?> <?xml version='1.0' encoding='UTF-8'?>
<!-- Schema file written by PDE --> <!-- Schema file written by PDE -->
<schema targetNamespace="org.eclipse.cdt.debug.core"> <schema targetNamespace="org.eclipse.cdt.debug.core">
<annotation> <annotation>
<appInfo> <appInfo>
<meta.schema plugin="org.eclipse.cdt.debug.core" id="CDebugger" name="CDebugger"/> <meta.schema plugin="org.eclipse.cdt.debug.core" id="CDebugger" name="CDebugger"/>
</appInfo> </appInfo>
<documentation> <documentation>
[Enter description of this extension point] [Enter description of this extension point]
</documentation> </documentation>
</annotation> </annotation>
<element name="extension"> <element name="extension">
<complexType> <complexType>
<sequence> <sequence>
<element ref="debugger" minOccurs="1" maxOccurs="unbounded"/> <element ref="debugger" minOccurs="1" maxOccurs="unbounded"/>
</sequence> </sequence>
<attribute name="point" type="string" use="required"> <attribute name="point" type="string" use="required">
<annotation> <annotation>
<documentation> <documentation>
a fully qualified identifier of the target extension point a fully qualified identifier of the target extension point
</documentation> </documentation>
</annotation> </annotation>
</attribute> </attribute>
<attribute name="id" type="string"> <attribute name="id" type="string">
<annotation> <annotation>
<documentation> <documentation>
an optional identifier of the extension instance an optional identifier of the extension instance
</documentation> </documentation>
</annotation> </annotation>
</attribute> </attribute>
<attribute name="name" type="string"> <attribute name="name" type="string">
<annotation> <annotation>
<documentation> <documentation>
an optional name of the extension instance an optional name of the extension instance
</documentation> </documentation>
</annotation> </annotation>
</attribute> </attribute>
</complexType> </complexType>
</element> </element>
<element name="debugger"> <element name="debugger">
<complexType> <complexType>
<attribute name="name" type="string" use="required"> <attribute name="name" type="string" use="required">
<annotation> <annotation>
<documentation> <documentation>
specifies the debugger&apos;s name specifies the debugger&apos;s name
</documentation> </documentation>
</annotation> </annotation>
</attribute> </attribute>
<attribute name="modes" type="string"> <attribute name="modes" type="string">
<annotation> <annotation>
<documentation> <documentation>
specifies the comma separated list of debugging modes (run,core,attach). specifies the comma separated list of debugging modes (run,core,attach).
</documentation> </documentation>
</annotation> </annotation>
</attribute> </attribute>
<attribute name="class" type="string" use="required"> <attribute name="class" type="string" use="required">
<annotation> <annotation>
<documentation> <documentation>
specifies a fully qualified name of a Java class that implements &amp;lt;code&amp;gt;ICDIDebugger2&amp;lt;/code&amp;gt; specifies a fully qualified name of a Java class that implements &amp;lt;code&amp;gt;ICDIDebugger2&amp;lt;/code&amp;gt;
</documentation> </documentation>
<appInfo> <appInfo>
<meta.attribute kind="java" basedOn="org.eclipse.cdt.debug.core.ICDIDebugger2"/> <meta.attribute kind="java" basedOn="org.eclipse.cdt.debug.core.ICDIDebugger2"/>
</appInfo> </appInfo>
</annotation> </annotation>
</attribute> </attribute>
<attribute name="id" type="string" use="required"> <attribute name="id" type="string" use="required">
<annotation> <annotation>
<documentation> <documentation>
specifies a unique identifier for this debugger. specifies a unique identifier for this debugger.
</documentation> </documentation>
</annotation> </annotation>
</attribute> </attribute>
<attribute name="platform" type="string"> <attribute name="platform" type="string">
<annotation> <annotation>
<documentation> <documentation>
specifies a comma separated list of supported platforms. specifies a comma separated list of supported platforms.
</documentation> </documentation>
</annotation> </annotation>
</attribute> </attribute>
<attribute name="cpu" type="string"> <attribute name="cpu" type="string">
<annotation> <annotation>
<documentation> <documentation>
specifies a comma separated list of supported architectures. specifies a comma separated list of supported architectures.
</documentation> </documentation>
</annotation> </annotation>
</attribute> </attribute>
<attribute name="coreFileFilter" type="string"> <attribute name="coreFileFilter" type="string">
<annotation> <annotation>
<documentation> <documentation>
</documentation> </documentation>
</annotation> </annotation>
</attribute> </attribute>
</complexType> </complexType>
</element> </element>
<annotation> <annotation>
<appInfo> <appInfo>
<meta.section type="examples"/> <meta.section type="examples"/>
</appInfo> </appInfo>
<documentation> <documentation>
[Enter extension point usage example here.] [Enter extension point usage example here.]
</documentation> </documentation>
</annotation> </annotation>
<annotation> <annotation>
<appInfo> <appInfo>
<meta.section type="apiInfo"/> <meta.section type="apiInfo"/>
</appInfo> </appInfo>
<documentation> <documentation>
[Enter API information here.] [Enter API information here.]
</documentation> </documentation>
</annotation> </annotation>
<annotation> <annotation>
<appInfo> <appInfo>
<meta.section type="implementation"/> <meta.section type="implementation"/>
</appInfo> </appInfo>
<documentation> <documentation>
[Enter information about supplied implementation of this extension point.] [Enter information about supplied implementation of this extension point.]
</documentation> </documentation>
</annotation> </annotation>
<annotation> <annotation>
<appInfo> <appInfo>
<meta.section type="copyright"/> <meta.section type="copyright"/>
</appInfo> </appInfo>
<documentation> <documentation>
Copyright (c) 2004, 2005 QNX Software Systems and others. Copyright (c) 2004, 2005 QNX Software Systems and others.
All rights reserved. This program and the accompanying materials All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0 are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html http://www.eclipse.org/legal/epl-v10.html
</documentation> </documentation>
</annotation> </annotation>
</schema> </schema>