Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--org.eclipse.debug.core/schema/launchDelegates.exsd3
1 files changed, 0 insertions, 3 deletions
diff --git a/org.eclipse.debug.core/schema/launchDelegates.exsd b/org.eclipse.debug.core/schema/launchDelegates.exsd
index 06f39c46d..dc1d00134 100644
--- a/org.eclipse.debug.core/schema/launchDelegates.exsd
+++ b/org.eclipse.debug.core/schema/launchDelegates.exsd
@@ -46,8 +46,6 @@
</appInfo>
</annotation>
<complexType>
- <sequence minOccurs="0" maxOccurs="unbounded">
- </sequence>
<attribute name="id" type="string" use="required">
<annotation>
<documentation>
@@ -159,7 +157,6 @@ without consulting with the Platform/Debug team.
&lt;/p&gt;
In the example above, the specified launch delegate is contributed to launch Java applications in profile mode. The delegate supports mixed mode launching. The delegate supports profiling when launching in run or debug mode.
-
</documentation>
</annotation>

Back to the top