Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2010-08-13 20:26:38 +0000
committerDarin Wright2010-08-13 20:26:38 +0000
commit48ba77df7298ca4778a0828491a94efd3c4569b1 (patch)
tree08b1883c8e565b82c51489af59933c49cf515bed /org.eclipse.debug.ui/schema
parent807dd2773d417a551b9abddb5ac9153db93f395d (diff)
downloadeclipse.platform.debug-48ba77df7298ca4778a0828491a94efd3c4569b1.tar.gz
eclipse.platform.debug-48ba77df7298ca4778a0828491a94efd3c4569b1.tar.xz
eclipse.platform.debug-48ba77df7298ca4778a0828491a94efd3c4569b1.zip
Bug 319298 - Support EE launch variables
Diffstat (limited to 'org.eclipse.debug.ui/schema')
-rw-r--r--org.eclipse.debug.ui/schema/stringVariablePresentations.exsd16
1 files changed, 14 insertions, 2 deletions
diff --git a/org.eclipse.debug.ui/schema/stringVariablePresentations.exsd b/org.eclipse.debug.ui/schema/stringVariablePresentations.exsd
index d81d9bda8..44100ccc0 100644
--- a/org.eclipse.debug.ui/schema/stringVariablePresentations.exsd
+++ b/org.eclipse.debug.ui/schema/stringVariablePresentations.exsd
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?>
<!-- Schema file written by PDE -->
-<schema targetNamespace="org.eclipse.debug.ui">
+<schema targetNamespace="org.eclipse.debug.ui" xmlns="http://www.w3.org/2001/XMLSchema">
<annotation>
<appInfo>
<meta.schema plugin="org.eclipse.debug.ui" id="stringVariablePresentations" name="String Variable Presentations"/>
@@ -11,6 +11,11 @@
</annotation>
<element name="extension">
+ <annotation>
+ <appInfo>
+ <meta.element />
+ </appInfo>
+ </annotation>
<complexType>
<sequence>
<element ref="variablePresentation" minOccurs="0" maxOccurs="unbounded"/>
@@ -46,6 +51,9 @@
<documentation>
specifies the variable this presentation is for
</documentation>
+ <appInfo>
+ <meta.attribute kind="identifier" basedOn="org.eclipse.core.variables.dynamicVariables/variable/@name"/>
+ </appInfo>
</annotation>
</attribute>
<attribute name="argumentSelector" type="string" use="required">
@@ -53,6 +61,9 @@
<documentation>
specifies a fully qualified name of a Java class that implements &lt;code&gt;IArgumentSelector&lt;/code&gt;
</documentation>
+ <appInfo>
+ <meta.attribute kind="java" basedOn=":org.eclipse.debug.internal.ui.stringsubstitution.IArgumentSelector"/>
+ </appInfo>
</annotation>
</attribute>
</complexType>
@@ -94,12 +105,13 @@ In the above example, the contributed presentation will be used for the variable
</documentation>
</annotation>
+
<annotation>
<appInfo>
<meta.section type="copyright"/>
</appInfo>
<documentation>
-Copyright (c) 2003, 2005 IBM Corporation and others.&lt;br&gt;
+ Copyright (c) 2003, 2005 IBM Corporation 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