Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2011-05-18 14:24:09 +0000
committerDani Megert2011-05-18 14:24:09 +0000
commitc6f2afffe443c85db6ff5f95f1fdd7b4e956878b (patch)
treee0786875c7ce7676ae29625dd1b8e51bd10245fb
parent44c45b6c208f94ee182e08bad7b5f0d677d2e107 (diff)
downloadeclipse.platform.debug-R3_7.tar.gz
eclipse.platform.debug-R3_7.tar.xz
eclipse.platform.debug-R3_7.zip
Fixed typo.R3_7
-rw-r--r--org.eclipse.debug.ui/schema/toggleBreakpointsTargetFactories.exsd4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.debug.ui/schema/toggleBreakpointsTargetFactories.exsd b/org.eclipse.debug.ui/schema/toggleBreakpointsTargetFactories.exsd
index 6221b60fb..d8d748138 100644
--- a/org.eclipse.debug.ui/schema/toggleBreakpointsTargetFactories.exsd
+++ b/org.eclipse.debug.ui/schema/toggleBreakpointsTargetFactories.exsd
@@ -3,7 +3,7 @@
<schema targetNamespace="org.eclipse.debug.ui" xmlns="http://www.w3.org/2001/XMLSchema">
<annotation>
<appinfo>
- <meta.schema plugin="org.eclipse.debug.ui" id="toggleBreakpointsTargetFactories" name="toggleBreakpointsTargetFactories"/>
+ <meta.schema plugin="org.eclipse.debug.ui" id="toggleBreakpointsTargetFactories" name="Toggle Breakpoints Target Factories"/>
</appinfo>
<documentation>
This extension point provides a mechanism for contributing breakpoint toggle action targets which can be registered for specific editors, debug models, or files.
@@ -152,7 +152,7 @@
<meta.section type="copyright"/>
</appinfo>
<documentation>
- Copyright (c) 2007 Wind River Systems and others.&lt;br&gt;
+ Copyright (c) 2007, 2011 Wind River Systems 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