From db7d993330d69dc6de2db58ac09eb158da0fbda6 Mon Sep 17 00:00:00 2001
From: Dani Megert
Date: Fri, 28 Jun 2013 14:49:24 +0200
Subject: Removed duplicate since declaration
---
.../schema/sourcePathComputers.exsd | 269 ++++++++++-----------
1 file changed, 130 insertions(+), 139 deletions(-)
(limited to 'org.eclipse.debug.core/schema')
diff --git a/org.eclipse.debug.core/schema/sourcePathComputers.exsd b/org.eclipse.debug.core/schema/sourcePathComputers.exsd
index 48f8289b4..63085cb1c 100644
--- a/org.eclipse.debug.core/schema/sourcePathComputers.exsd
+++ b/org.eclipse.debug.core/schema/sourcePathComputers.exsd
@@ -1,139 +1,130 @@
-
-
-
-
-
-
-
-
- Defines an extension point to register a computer that can describe a default source lookup path for
- a launch configuration. Source path computers are associated with launch configuration types via the
- launchConfigurationTypes extension point. As well, a source path computer can be associated with a
- specific launch configuration via the launch configuration attribute ATTR_SOURCE_PATH_COMPUTER_ID.
-
-
-
-
-
-
-
-
-
-
-
- a fully qualified identifier of the target extension point
-
-
-
-
-
-
- an optional identifier of the extension instance
-
-
-
-
-
-
- an optional name of the extension instance
-
-
-
-
-
-
-
-
-
- Defines an extension point to register a computer that can describe a default source lookup path
- for a launch configuration.
-
-
-
-
-
-
- The unique id used to refer to this computer.
-
-
-
-
-
-
- A class that implements <code>ISourcePathComputerDelegate</code>.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 3.0
-
-
-
-
-
-
-
-
- 3.0
-
-
-
-
-
-
-
-
- Following is an example source path computer definition:
-<pre>
- <extension point="org.eclipse.debug.core.sourcePathComputers">
- <sourcePathComputer
- id="org.eclipse.example.exampleSourcePathComputer"
- class="org.eclipse.example.SourcePathComputer">
- </sourcePathComputer>
- </extension>
-</pre>
-
-
-
-
-
-
-
-
- Value of the attribute <b>class</b> must be a fully qualified name of a Java class that implements the interface <b>ISourcePathComputer</b>.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Copyright (c) 2003, 2005 IBM Corporation and others.<br>
-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
-<a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>
-
-
-
-
+
+
+
+
+
+
+
+
+ Defines an extension point to register a computer that can describe a default source lookup path for
+ a launch configuration. Source path computers are associated with launch configuration types via the
+ launchConfigurationTypes extension point. As well, a source path computer can be associated with a
+ specific launch configuration via the launch configuration attribute ATTR_SOURCE_PATH_COMPUTER_ID.
+
+
+
+
+
+
+
+
+
+
+
+ a fully qualified identifier of the target extension point
+
+
+
+
+
+
+ an optional identifier of the extension instance
+
+
+
+
+
+
+ an optional name of the extension instance
+
+
+
+
+
+
+
+
+
+ Defines an extension point to register a computer that can describe a default source lookup path
+ for a launch configuration.
+
+
+
+
+
+
+ The unique id used to refer to this computer.
+
+
+
+
+
+
+ A class that implements <code>ISourcePathComputerDelegate</code>.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 3.0
+
+
+
+
+
+
+
+
+ Following is an example source path computer definition:
+<pre>
+ <extension point="org.eclipse.debug.core.sourcePathComputers">
+ <sourcePathComputer
+ id="org.eclipse.example.exampleSourcePathComputer"
+ class="org.eclipse.example.SourcePathComputer">
+ </sourcePathComputer>
+ </extension>
+</pre>
+
+
+
+
+
+
+
+
+ Value of the attribute <b>class</b> must be a fully qualified name of a Java class that implements the interface <b>ISourcePathComputer</b>.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Copyright (c) 2003, 2013 IBM Corporation and others.<br>
+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
+<a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>
+
+
+
+
--
cgit v1.2.1