Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2009-05-21 20:43:52 +0000
committerDarin Wright2009-05-21 20:43:52 +0000
commit90a3f1a15d6fba7a586f33de42b4c14464ee3bbc (patch)
treec81edcbdfe8f300c28a1d7e3cf7799ca3e96efde /org.eclipse.core.variables/plugin.xml
parentc098317342480e25a8ded27192f865076e026561 (diff)
downloadeclipse.platform.debug-90a3f1a15d6fba7a586f33de42b4c14464ee3bbc.tar.gz
eclipse.platform.debug-90a3f1a15d6fba7a586f33de42b4c14464ee3bbc.tar.xz
eclipse.platform.debug-90a3f1a15d6fba7a586f33de42b4c14464ee3bbc.zip
copyright
Diffstat (limited to 'org.eclipse.core.variables/plugin.xml')
-rw-r--r--org.eclipse.core.variables/plugin.xml12
1 files changed, 11 insertions, 1 deletions
diff --git a/org.eclipse.core.variables/plugin.xml b/org.eclipse.core.variables/plugin.xml
index 97246bb7f..38ae46646 100644
--- a/org.eclipse.core.variables/plugin.xml
+++ b/org.eclipse.core.variables/plugin.xml
@@ -1,5 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<?eclipse version="3.0"?>
+<?eclipse version="3.0"?> <!--
+ Copyright (c) 2005, 2006 IBM Corporation and others.
+ 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
+ http://www.eclipse.org/legal/epl-v10.html
+
+ Contributors:
+ IBM Corporation - initial API and implementation
+ -->
+
<plugin>
<extension-point id="valueVariables" name="%valueVariablesExtensionPointName" schema="schema/valueVariables.exsd"/>

Back to the top