diff options
-rw-r--r-- | org.eclipse.debug.core/schema/launchConfigurationTypes.exsd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.debug.core/schema/launchConfigurationTypes.exsd b/org.eclipse.debug.core/schema/launchConfigurationTypes.exsd index 0504060a5..3e0004033 100644 --- a/org.eclipse.debug.core/schema/launchConfigurationTypes.exsd +++ b/org.eclipse.debug.core/schema/launchConfigurationTypes.exsd @@ -107,7 +107,7 @@ Launch configuration instances of this type will delegate to instances of this c <documentation> The unique identifier of a sourcePathComputer extension that is used to compute a default source lookup path for launch configurations of this type. This atttribute was added in the 3.0 release. -With new API changes for 3.3M3 the sourcePathComputer id should be contributed via the <code>launchDelegates</code> extension point +Since 3.3, the <code>sourcePathComputerId</code> can also be specified via the <code>launchDelegates</code> extension point. </documentation> </annotation> </attribute> @@ -116,7 +116,7 @@ With new API changes for 3.3M3 the sourcePathComputer id should be contributed v <documentation> The unique identifier of a sourceLocator extension that is used to create the source locator for sessions launched using launch configurations of this type. This atttribute was added in the 3.0 release. -With new API changes for 3.3M3 the sourceLocatorId id should be contributed via the <code>launchDelegates</code> extension point +Since 3.3, the <code>sourceLocatorId</code> can also be specified via the <code>launchDelegates</code> extension point. </documentation> </annotation> </attribute> |