Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Barnes2005-06-14 16:09:08 +0000
committerKevin Barnes2005-06-14 16:09:08 +0000
commit634526e33838126e857939defd05a8f2e98b58e1 (patch)
tree148d7a85b059574a6fe19ce2cc17e9911a92cde3 /org.eclipse.debug.ui/schema
parent24385118027a08de8a8d7ee214edebe448381c37 (diff)
downloadeclipse.platform.debug-634526e33838126e857939defd05a8f2e98b58e1.tar.gz
eclipse.platform.debug-634526e33838126e857939defd05a8f2e98b58e1.tar.xz
eclipse.platform.debug-634526e33838126e857939defd05a8f2e98b58e1.zip
documentation
Diffstat (limited to 'org.eclipse.debug.ui/schema')
-rw-r--r--org.eclipse.debug.ui/schema/breakpointOrganizers.exsd10
-rw-r--r--org.eclipse.debug.ui/schema/variableValueEditors.exsd8
2 files changed, 9 insertions, 9 deletions
diff --git a/org.eclipse.debug.ui/schema/breakpointOrganizers.exsd b/org.eclipse.debug.ui/schema/breakpointOrganizers.exsd
index da9504159..89c7e76b5 100644
--- a/org.eclipse.debug.ui/schema/breakpointOrganizers.exsd
+++ b/org.eclipse.debug.ui/schema/breakpointOrganizers.exsd
@@ -20,21 +20,21 @@ Organizers with the specified name will be automatically created by the Debug Pl
<attribute name="point" type="string" use="required">
<annotation>
<documentation>
-
+ a fully qualified identifier of the target extension point
</documentation>
</annotation>
</attribute>
<attribute name="id" type="string">
<annotation>
<documentation>
-
+ an optional identifier of the extension instance
</documentation>
</annotation>
</attribute>
<attribute name="name" type="string">
<annotation>
<documentation>
-
+ an optional name of the extension instance
</documentation>
</annotation>
</attribute>
@@ -109,7 +109,7 @@ Organizers with the specified name will be automatically created by the Debug Pl
&lt;extension
point=&quot;org.eclipse.debug.ui.breakpointOrganizers&quot;&gt;
&lt;breakpointOrganizer
- class=&quot;com.example.BreakpointOrganizer&quot;
+ class=&quot;com.example.BreakpointOrganizer&quot;
id=&quot;com.example.BreakpointOrganizer&quot;
label=&quot;Example Organizer&quot;
icon=&quot;icons/full/obj16/example_org.gif&quot;/&gt;
@@ -142,7 +142,7 @@ In the above example, the supplied factory will be included in the list of optio
<meta.section type="copyright"/>
</appInfo>
<documentation>
-Copyright (c) 2005 IBM Corporation and others.&lt;br&gt;
+ Copyright (c) 2005 IBM Corporation and others.&lt;br&gt;
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
diff --git a/org.eclipse.debug.ui/schema/variableValueEditors.exsd b/org.eclipse.debug.ui/schema/variableValueEditors.exsd
index e41f3f8e9..0afd18686 100644
--- a/org.eclipse.debug.ui/schema/variableValueEditors.exsd
+++ b/org.eclipse.debug.ui/schema/variableValueEditors.exsd
@@ -18,21 +18,21 @@
<attribute name="point" type="string" use="required">
<annotation>
<documentation>
-
+ a fully qualified identifier of the target extension point
</documentation>
</annotation>
</attribute>
<attribute name="id" type="string">
<annotation>
<documentation>
-
+ an optional identifier of the extension instance
</documentation>
</annotation>
</attribute>
<attribute name="name" type="string">
<annotation>
<documentation>
-
+ an optional name of the extension instance
</documentation>
</annotation>
</attribute>
@@ -106,7 +106,7 @@
<meta.section type="copyright"/>
</appInfo>
<documentation>
-Copyright (c) 2004, 2005 IBM Corporation and others.&lt;br&gt;
+ Copyright (c) 2004, 2005 IBM Corporation and others.&lt;br&gt;
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

Back to the top