Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.debug.core/schema/sourcePathComputers.exsd')
-rw-r--r--org.eclipse.debug.core/schema/sourcePathComputers.exsd52
1 files changed, 27 insertions, 25 deletions
diff --git a/org.eclipse.debug.core/schema/sourcePathComputers.exsd b/org.eclipse.debug.core/schema/sourcePathComputers.exsd
index 3b5e25a32..2df990a8d 100644
--- a/org.eclipse.debug.core/schema/sourcePathComputers.exsd
+++ b/org.eclipse.debug.core/schema/sourcePathComputers.exsd
@@ -6,20 +6,13 @@
<meta.schema plugin="org.eclipse.debug.core" id="sourcePathComputers" name="Source Path Computers"/>
</appInfo>
<documentation>
- 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
+ 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.
</documentation>
</annotation>
- <annotation>
- <appInfo>
- <meta.section type="since"/>
- </appInfo>
- <documentation>
- 3.0
- </documentation>
- </annotation>
+
<element name="extension">
<complexType>
<sequence>
@@ -52,7 +45,7 @@
<element name="sourcePathComputer">
<annotation>
<documentation>
- Defines an extension point to register a computer that can describe a default source lookup path
+ Defines an extension point to register a computer that can describe a default source lookup path
for a launch configuration.
</documentation>
</annotation>
@@ -67,7 +60,7 @@
<attribute name="class" type="string" use="required">
<annotation>
<documentation>
- A class that implements ISourcePathComputerDelegate.
+ A class that implements &lt;code&gt;ISourcePathComputerDelegate&lt;/code&gt;.
</documentation>
<appInfo>
<meta.attribute kind="java" basedOn="org.eclipse.debug.internal.core.sourcelookup.ISourcePathComputerDelegate"/>
@@ -88,17 +81,26 @@
<annotation>
<appInfo>
+ <meta.section type="since"/>
+ </appInfo>
+ <documentation>
+ 3.0
+ </documentation>
+ </annotation>
+
+ <annotation>
+ <appInfo>
<meta.section type="examples"/>
</appInfo>
<documentation>
- Following is an example source path computer definition:
-&lt;pre&gt;
- &lt;extension point=&quot;org.eclipse.debug.core.sourcePathComputers&quot;&gt;
- &lt;sourcePathComputer
- id=&quot;org.eclipse.example.exampleSourcePathComputer&quot;
- class=&quot;org.eclipse.example.SourcePathComputer&quot;&gt;
- &lt;/sourcePathComputer&gt;
- &lt;/extension&gt;
+ Following is an example source path computer definition:
+&lt;pre&gt;
+ &lt;extension point=&quot;org.eclipse.debug.core.sourcePathComputers&quot;&gt;
+ &lt;sourcePathComputer
+ id=&quot;org.eclipse.example.exampleSourcePathComputer&quot;
+ class=&quot;org.eclipse.example.SourcePathComputer&quot;&gt;
+ &lt;/sourcePathComputer&gt;
+ &lt;/extension&gt;
&lt;/pre&gt;
</documentation>
</annotation>
@@ -126,10 +128,10 @@
<meta.section type="copyright"/>
</appInfo>
<documentation>
- Copyright (c) 2003, 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
+ Copyright (c) 2003, 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>

Back to the top