Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2005-03-18 17:44:45 +0000
committerDarin Wright2005-03-18 17:44:45 +0000
commitbb5bcbf6619225711d572fa07363af759a0d7673 (patch)
treeb7650d11abdd91e3b9f2711a15d98a1bb31d62c1 /org.eclipse.debug.ui/schema
parentb4c774930b95f95697e31fb957a57da5a0d072dd (diff)
downloadeclipse.platform.debug-bb5bcbf6619225711d572fa07363af759a0d7673.tar.gz
eclipse.platform.debug-bb5bcbf6619225711d572fa07363af759a0d7673.tar.xz
eclipse.platform.debug-bb5bcbf6619225711d572fa07363af759a0d7673.zip
API review/cleanup
Diffstat (limited to 'org.eclipse.debug.ui/schema')
-rw-r--r--org.eclipse.debug.ui/schema/breakpointOrganizers.exsd4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.debug.ui/schema/breakpointOrganizers.exsd b/org.eclipse.debug.ui/schema/breakpointOrganizers.exsd
index 3b2b3c627..7f48c34f2 100644
--- a/org.eclipse.debug.ui/schema/breakpointOrganizers.exsd
+++ b/org.eclipse.debug.ui/schema/breakpointOrganizers.exsd
@@ -73,7 +73,7 @@ Organizers with the specified name will be automatically created by the Debug Pl
<attribute name="icon" type="string">
<annotation>
<documentation>
- Path to an optional icon which can be shown for this organizer.
+ Optional path to an icon which can be shown for this organizer.
</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;

Back to the top