diff options
author | Darin Wright | 2007-05-31 02:49:49 +0000 |
---|---|---|
committer | Darin Wright | 2007-05-31 02:49:49 +0000 |
commit | 26981393babfb69fd5d34533f11051e5236603e5 (patch) | |
tree | 8259a03f5dc5d5863d999b967cad9fd781977a63 | |
parent | 1b94f3eecca5affc895f26cf94d4e918bec749fc (diff) | |
download | eclipse.platform.debug-26981393babfb69fd5d34533f11051e5236603e5.tar.gz eclipse.platform.debug-26981393babfb69fd5d34533f11051e5236603e5.tar.xz eclipse.platform.debug-26981393babfb69fd5d34533f11051e5236603e5.zip |
remove experimental tags
-rw-r--r-- | org.eclipse.debug.core/schema/launchConfigurationTypes.exsd | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/org.eclipse.debug.core/schema/launchConfigurationTypes.exsd b/org.eclipse.debug.core/schema/launchConfigurationTypes.exsd index c87ea7186..0504060a5 100644 --- a/org.eclipse.debug.core/schema/launchConfigurationTypes.exsd +++ b/org.eclipse.debug.core/schema/launchConfigurationTypes.exsd @@ -137,12 +137,6 @@ With new API changes for 3.3M3 the sourceLocatorId id should be contributed via <p> An example of a 'human readable name' would be something like (in the case of the default java application delegate): Eclipse JDT Java Tooling </p> -<p> -<strong>EXPERIMENTAL</strong>. This attribute has been added as -part of a work in progress. There is no guarantee that this API will -remain unchanged during the 3.3 release cycle. Please do not use this API -without consulting with the Platform/Debug team. -</p> </documentation> <appInfo> <meta.attribute translatable="true"/> @@ -152,7 +146,7 @@ without consulting with the Platform/Debug team. <attribute name="delegateDescription" type="string"> <annotation> <documentation> - This attribute provides a description of the associated launch delegate i.e. what it does and what tooling it is assciated with. This attribute was added in the 3.3 release. EXPERIMENTAL. + This attribute provides a description of the associated launch delegate i.e. what it does and what tooling it is assciated with. This attribute was added in the 3.3 release. </documentation> <appInfo> <meta.attribute translatable="true"/> |