diff options
author | Darin Wright | 2006-10-23 15:12:41 +0000 |
---|---|---|
committer | Darin Wright | 2006-10-23 15:12:41 +0000 |
commit | 274c0679e7a8befb770af5af8f18fdfc7b12f8f6 (patch) | |
tree | 62de07055c1bd26157b60465b6d9be9a46760aa9 | |
parent | dd05e9b7bf8c44e691f8a34fbed7439d75d528c4 (diff) | |
download | eclipse.platform.debug-274c0679e7a8befb770af5af8f18fdfc7b12f8f6.tar.gz eclipse.platform.debug-274c0679e7a8befb770af5af8f18fdfc7b12f8f6.tar.xz eclipse.platform.debug-274c0679e7a8befb770af5af8f18fdfc7b12f8f6.zip |
Bug 161080 [schema] build > N20061016-0010 schema errors
-rw-r--r-- | org.eclipse.debug.core/schema/launchDelegates.exsd | 3 |
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. </p>
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>
|