Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Rennie2013-02-25 16:36:33 +0000
committerMike Rennie2013-02-25 16:36:33 +0000
commitd98ec11127d070a55749d31a8e7ddd25eebb3fcb (patch)
tree1e0a31221570f1c10982191f84b393d9e092cb30
parente38393e0567c0f68e16694c4e50c3e7b655929b6 (diff)
downloadeclipse.platform.debug-d98ec11127d070a55749d31a8e7ddd25eebb3fcb.tar.gz
eclipse.platform.debug-d98ec11127d070a55749d31a8e7ddd25eebb3fcb.tar.xz
eclipse.platform.debug-d98ec11127d070a55749d31a8e7ddd25eebb3fcb.zip
[nobug] update copyright
-rw-r--r--org.eclipse.debug.core/schema/launchDelegates.exsd20
1 files changed, 10 insertions, 10 deletions
diff --git a/org.eclipse.debug.core/schema/launchDelegates.exsd b/org.eclipse.debug.core/schema/launchDelegates.exsd
index b66fadcc6..7300609c9 100644
--- a/org.eclipse.debug.core/schema/launchDelegates.exsd
+++ b/org.eclipse.debug.core/schema/launchDelegates.exsd
@@ -160,15 +160,6 @@ Unlike the modes attribute of the <code>launchDeleaget</code> elemen
<annotation>
<appInfo>
- <meta.section type="apiInfo"/>
- </appInfo>
- <documentation>
- Value of the attribute &lt;b&gt;delegate&lt;/b&gt; must be a fully qualified name of a Java class that implements the interface &lt;b&gt;org.eclipse.debug.core.model.ILaunchConfigurationDelegate&lt;/b&gt;.
- </documentation>
- </annotation>
-
- <annotation>
- <appInfo>
<meta.section type="since"/>
</appInfo>
<documentation>
@@ -211,7 +202,7 @@ In the example above, the specified launch delegate is contributed to launch Jav
<meta.section type="copyright"/>
</appInfo>
<documentation>
- Copyright (c) 2000, 2005 IBM Corporation and others.&lt;br&gt;
+ Copyright (c) 2000, 2013 IBM Corporation and others.&lt;br&gt;
All rights reserved. This program and the accompanying materials are made
available under the terms of the Eclipse Public License v1.0 which
accompanies this distribution, and is available at
@@ -219,4 +210,13 @@ accompanies this distribution, and is available at
</documentation>
</annotation>
+ <annotation>
+ <appInfo>
+ <meta.section type="apiInfo"/>
+ </appInfo>
+ <documentation>
+ Value of the attribute &lt;b&gt;delegate&lt;/b&gt; must be a fully qualified name of a Java class that implements the interface &lt;b&gt;org.eclipse.debug.core.model.ILaunchConfigurationDelegate&lt;/b&gt;.
+ </documentation>
+ </annotation>
+
</schema>

Back to the top