Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJared Burns2004-10-26 20:08:42 +0000
committerJared Burns2004-10-26 20:08:42 +0000
commite929657a971f4bc646d38147813a9b057da41761 (patch)
treee1d1c459650e7326ce388ab41a7517d208ff27dd /org.eclipse.debug.ui/schema
parent0ae37f1d1e5348e53fbb4f9fbb335da9e33b0b43 (diff)
downloadeclipse.platform.debug-e929657a971f4bc646d38147813a9b057da41761.tar.gz
eclipse.platform.debug-e929657a971f4bc646d38147813a9b057da41761.tar.xz
eclipse.platform.debug-e929657a971f4bc646d38147813a9b057da41761.zip
Bug 77028 - Element 'breakpointContainerFactory' is not legal as a child of element 'extension'.
Diffstat (limited to 'org.eclipse.debug.ui/schema')
-rw-r--r--org.eclipse.debug.ui/schema/breakpointContainerFactories.exsd261
1 files changed, 138 insertions, 123 deletions
diff --git a/org.eclipse.debug.ui/schema/breakpointContainerFactories.exsd b/org.eclipse.debug.ui/schema/breakpointContainerFactories.exsd
index da891202e..2fc591a2f 100644
--- a/org.eclipse.debug.ui/schema/breakpointContainerFactories.exsd
+++ b/org.eclipse.debug.ui/schema/breakpointContainerFactories.exsd
@@ -1,123 +1,138 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!-- Schema file written by PDE -->
-<schema targetNamespace="org.eclipse.debug.ui">
-<annotation>
- <appInfo>
- <meta.schema plugin="org.eclipse.debug.ui" id="breakpointContainerFactories" name="Breakpoint Container Factories"/>
- </appInfo>
- <documentation>
- This extension point provides a mechanism for contributing breakpoint container factories. A breakpoint container factories divides breakpoints up into containers based on some specific criteria. For example, breakpoint container factories are provided which organize breakpoints by project.
- </documentation>
- </annotation>
-
- <element name="extension">
- <complexType>
- <sequence>
- <element ref="breakpointContainerFactory" minOccurs="1" maxOccurs="unbounded"/>
- </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>
- </annotation>
- </attribute>
- </complexType>
- </element>
-
- <element name="breakpointContainerFactory">
- <complexType>
- <attribute name="id" type="string" use="required">
- <annotation>
- <documentation>
- Unique identifier for this breakpoint container factory.
- </documentation>
- </annotation>
- </attribute>
- <attribute name="class" type="string" use="required">
- <annotation>
- <documentation>
- Implementation of org.eclipse.debug.internal.ui.views.breakpoints.IBreakpointContainerFactory
- </documentation>
- <appInfo>
- <meta.attribute kind="java"/>
- </appInfo>
- </annotation>
- </attribute>
- <attribute name="label" type="string" use="required">
- <annotation>
- <documentation>
- Optional label for this container factory which is suitable for presentation to the user.
- </documentation>
- </annotation>
- </attribute>
- <attribute name="icon" type="string">
- <annotation>
- <documentation>
- Path to an optional icon which can be shown for this container factory
- </documentation>
- </annotation>
- </attribute>
- </complexType>
- </element>
-
- <annotation>
- <appInfo>
- <meta.section type="since"/>
- </appInfo>
- <documentation>
- [Enter the first release in which this extension point appears.]
- </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>
-
- </documentation>
- </annotation>
-
-</schema>
+<?xml version='1.0' encoding='UTF-8'?>
+<!-- Schema file written by PDE -->
+<schema targetNamespace="org.eclipse.debug.ui">
+<annotation>
+ <appInfo>
+ <meta.schema plugin="org.eclipse.debug.ui" id="breakpointContainerFactories" name="Breakpoint Container Factories"/>
+ </appInfo>
+ <documentation>
+ This extension point provides a mechanism for contributing breakpoint container factories. A breakpoint container factories divides breakpoints up into containers based on some specific criteria. For example, breakpoint container factories are provided which organize breakpoints by project.
+ </documentation>
+ </annotation>
+
+ <element name="extension">
+ <complexType>
+ <sequence>
+ <element ref="breakpointContainerFactory" minOccurs="1" maxOccurs="unbounded"/>
+ </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>
+ </annotation>
+ </attribute>
+ </complexType>
+ </element>
+
+ <element name="breakpointContainerFactory">
+ <complexType>
+ <attribute name="id" type="string" use="required">
+ <annotation>
+ <documentation>
+ Unique identifier for this breakpoint container factory.
+ </documentation>
+ </annotation>
+ </attribute>
+ <attribute name="class" type="string" use="required">
+ <annotation>
+ <documentation>
+ Implementation of org.eclipse.debug.internal.ui.views.breakpoints.IBreakpointContainerFactory
+ </documentation>
+ <appInfo>
+ <meta.attribute kind="java"/>
+ </appInfo>
+ </annotation>
+ </attribute>
+ <attribute name="label" type="string" use="required">
+ <annotation>
+ <documentation>
+ Optional label for this container factory which is suitable for presentation to the user.
+ </documentation>
+ </annotation>
+ </attribute>
+ <attribute name="icon" type="string">
+ <annotation>
+ <documentation>
+ Path to an optional icon which can be shown for this container factory
+ </documentation>
+ </annotation>
+ </attribute>
+ </complexType>
+ </element>
+
+ <annotation>
+ <appInfo>
+ <meta.section type="since"/>
+ </appInfo>
+ <documentation>
+ 3.1
+ </documentation>
+ </annotation>
+
+ <annotation>
+ <appInfo>
+ <meta.section type="examples"/>
+ </appInfo>
+ <documentation>
+ The following is an example of an extension provided by the Debug UI plugin
+&lt;pre&gt;
+&lt;extension
+ point=&quot;org.eclipse.debug.ui.breakpointContainerFactories&quot;&gt;
+ &lt;breakpointContainerFactory
+ class=&quot;org.eclipse.debug.internal.ui.views.breakpoints.BreakpointProjectContainerFactory&quot;
+ id=&quot;org.eclipse.debug.ui.breakpointProjectContainerFactory&quot;
+ label=&quot;Project&quot;
+ icon=&quot;icons/full/obj16/prj_obj.gif&quot;/&gt;
+&lt;/extension&gt;
+&lt;/pre&gt;
+In the above example, the supplied factory will be included in the list of options for grouping breakpoints (&quot;Group By &gt; Project&quot;). When the breakpoints view is set to group breakpoints by factory, it will query the given class, which extends AbstractBreakpointContainerFactory.
+ </documentation>
+ </annotation>
+
+ <annotation>
+ <appInfo>
+ <meta.section type="apiInfo"/>
+ </appInfo>
+ <documentation>
+ Value of the attribute &lt;b&gt;class&lt;/b&gt; must be a fully qualified name of a Java class that extends the class &lt;b&gt;org.eclipse.debug.internal.ui.views.breakpoints.AbstractBreakpointContainerFactory&lt;/b&gt;.
+ </documentation>
+ </annotation>
+
+ <annotation>
+ <appInfo>
+ <meta.section type="implementation"/>
+ </appInfo>
+ <documentation>
+ AbstractBreakpointContainerFactory is provided by the platform
+ </documentation>
+ </annotation>
+
+ <annotation>
+ <appInfo>
+ <meta.section type="copyright"/>
+ </appInfo>
+ <documentation>
+ Copyright (c) 2004 IBM Corporation and others.&lt;br&gt;
+All rights reserved. This program and the accompanying materials are made
+available under the terms of the Common Public License v1.0 which
+accompanies this distribution, and is available at
+&lt;a href=&quot;http://www.eclipse.org/legal/cpl-v10.html&quot;&gt;http://www.eclipse.org/legal/cpl-v10.html&lt;/a&gt;
+ </documentation>
+ </annotation>
+
+</schema>

Back to the top