diff options
author | Darin Wright | 2006-11-09 18:54:42 +0000 |
---|---|---|
committer | Darin Wright | 2006-11-09 18:54:42 +0000 |
commit | f3e0da21d3378e2fc887f408294452e655f521f4 (patch) | |
tree | d01835034fac673356a1dcf3942e0a3f4152a1b2 /org.eclipse.debug.core | |
parent | b68717295bec2da52c2bda1862d4964935ff93f2 (diff) | |
download | eclipse.platform.debug-f3e0da21d3378e2fc887f408294452e655f521f4.tar.gz eclipse.platform.debug-f3e0da21d3378e2fc887f408294452e655f521f4.tar.xz eclipse.platform.debug-f3e0da21d3378e2fc887f408294452e655f521f4.zip |
Bug 163961 Schema description for launchConfigurationTypes outdated
Diffstat (limited to 'org.eclipse.debug.core')
-rw-r--r-- | org.eclipse.debug.core/schema/launchConfigurationTypes.exsd | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/org.eclipse.debug.core/schema/launchConfigurationTypes.exsd b/org.eclipse.debug.core/schema/launchConfigurationTypes.exsd index 9b800a1fc..45dba14e5 100644 --- a/org.eclipse.debug.core/schema/launchConfigurationTypes.exsd +++ b/org.eclipse.debug.core/schema/launchConfigurationTypes.exsd @@ -123,7 +123,7 @@ With new API changes for 3.3M3 the sourceLocatorId id should be contributed via <attribute name="migrationDelegate" type="string"> <annotation> <documentation> - Optional delegate used to migrate launch configurations of this type to be compatible with current tooling, since 3.2 + specifies the fully qualified name of a Java class that implements <code>org.eclipse.debug.core.ILaunchConfigurationMigrationDelegate</code>. 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"/> @@ -245,9 +245,10 @@ The specified type also has an associated migration delegate, a source locator i </appInfo> <documentation> <p> -Value of the attribute <b>delegate</b> must be a fully qualified name of a Java class that implements the interface <b>org.eclipse.debug.core.model.ILaunchConfigurationDelegate</b>. - -The value of the attribute <b>migrationDelegate</b> must be a fully qualified name of a Java class that implements <b>org.eclipse.debug.core.ILaunchConfigurationMigrationDelegate</b>. +Value of the attribute <b>delegate</b> must be a fully qualified name of a Java class that implements the interface <code>org.eclipse.debug.core.model.ILaunchConfigurationDelegate</code>. +</p> +<p> +The value of the attribute <b>migrationDelegate</b> must be a fully qualified name of a Java class that implements <code>org.eclipse.debug.core.ILaunchConfigurationMigrationDelegate</code>. </p> </documentation> </annotation> |