diff options
author | Axel Richard | 2017-03-10 15:30:18 +0000 |
---|---|---|
committer | Sarika Sinha | 2017-12-11 05:47:08 +0000 |
commit | ca4c3de585c743486c2df55b551ec3f2dfd9b6a2 (patch) | |
tree | e408d2fd23d7014b1db5116fce46d5ce6e4f0bfb /org.eclipse.debug.core/schema | |
parent | 8803c89e9471914c5a66f0f869cd4fea67357576 (diff) | |
download | eclipse.platform.debug-ca4c3de585c743486c2df55b551ec3f2dfd9b6a2.tar.gz eclipse.platform.debug-ca4c3de585c743486c2df55b551ec3f2dfd9b6a2.tar.xz eclipse.platform.debug-ca4c3de585c743486c2df55b551ec3f2dfd9b6a2.zip |
Bug 41353 - Launch configuration prototypesI20171211-2000
First implementation of the launch configuration prototypes mechanism.
Change-Id: I21a2a97b83aa9cb1be79153bbc4b72171cc6be20
Signed-off-by: Axel Richard <axel.richard@obeo.fr>
Diffstat (limited to 'org.eclipse.debug.core/schema')
-rw-r--r-- | org.eclipse.debug.core/schema/launchConfigurationTypes.exsd | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/org.eclipse.debug.core/schema/launchConfigurationTypes.exsd b/org.eclipse.debug.core/schema/launchConfigurationTypes.exsd index aa2db7717..aed236e9b 100644 --- a/org.eclipse.debug.core/schema/launchConfigurationTypes.exsd +++ b/org.eclipse.debug.core/schema/launchConfigurationTypes.exsd @@ -156,6 +156,13 @@ Since 3.3, the <code>sourceLocatorId</code> can also be specified vi </appinfo> </annotation> </attribute> + <attribute name="allowPrototypes" type="boolean"> + <annotation> + <documentation> + specifies whether this launch configuration type allows prototypes or not. Defaults to <code>false</code> if not specified. This attribute was added in 4.7 release. + </documentation> + </annotation> + </attribute> </complexType> </element> |