Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2005-12-09 15:59:15 +0000
committerDarin Wright2005-12-09 15:59:15 +0000
commit51cb36a16e6702d95d8ef0ea3845dda15c62f7c5 (patch)
tree1db7c2259a5cc114a489b5bed1fa4e29031b94c2 /org.eclipse.debug.core/schema
parent8eb76cd316566796ee9b6a6f432d6435e08be171 (diff)
downloadeclipse.platform.debug-51cb36a16e6702d95d8ef0ea3845dda15c62f7c5.tar.gz
eclipse.platform.debug-51cb36a16e6702d95d8ef0ea3845dda15c62f7c5.tar.xz
eclipse.platform.debug-51cb36a16e6702d95d8ef0ea3845dda15c62f7c5.zip
[javadoc updates] Bug 1952 - 1Launching classes from closed projects
Diffstat (limited to 'org.eclipse.debug.core/schema')
-rw-r--r--org.eclipse.debug.core/schema/launchConfigurationTypes.exsd3
1 files changed, 1 insertions, 2 deletions
diff --git a/org.eclipse.debug.core/schema/launchConfigurationTypes.exsd b/org.eclipse.debug.core/schema/launchConfigurationTypes.exsd
index 38659b0c2..c15c46648 100644
--- a/org.eclipse.debug.core/schema/launchConfigurationTypes.exsd
+++ b/org.eclipse.debug.core/schema/launchConfigurationTypes.exsd
@@ -119,8 +119,7 @@ Launch configuration instances of this type will delegate to instances of this c
<attribute name="migrationDelegate" type="string">
<annotation>
<documentation>
- Allows providers to specify a delegate which is used to migrate launch configurations, which typically involves a mapping being created such that launch configurations can be filtered based on resource availablity.
-since 3.2
+ Optional delegate used to migrate launch configurations of this type to be compatible with current tooling, since 3.2
</documentation>
<appInfo>
<meta.attribute kind="java" basedOn="org.eclipse.debug.core.ILaunchConfigurationMigrationDelegate"/>

Back to the top