Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Thomann2010-05-11 19:03:39 +0000
committerOlivier Thomann2010-05-11 19:03:39 +0000
commit90f475069422eaf687608d6a16c5ad551ef1d62a (patch)
treea8639345b19ed29fae7a986286132def6502bacd /org.eclipse.jdt.apt.pluggable.core
parent6f37c2ba7b93e48dfb1ea5d77d4a2519799074c6 (diff)
downloadeclipse.jdt.core-90f475069422eaf687608d6a16c5ad551ef1d62a.tar.gz
eclipse.jdt.core-90f475069422eaf687608d6a16c5ad551ef1d62a.tar.xz
eclipse.jdt.core-90f475069422eaf687608d6a16c5ad551ef1d62a.zip
HEAD - Fix copyrightsv20100512-2030
Diffstat (limited to 'org.eclipse.jdt.apt.pluggable.core')
-rw-r--r--org.eclipse.jdt.apt.pluggable.core/plugin.xml12
1 files changed, 11 insertions, 1 deletions
diff --git a/org.eclipse.jdt.apt.pluggable.core/plugin.xml b/org.eclipse.jdt.apt.pluggable.core/plugin.xml
index 84942a7992..bc0ca85eb9 100644
--- a/org.eclipse.jdt.apt.pluggable.core/plugin.xml
+++ b/org.eclipse.jdt.apt.pluggable.core/plugin.xml
@@ -1,5 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<?eclipse version="3.2"?>
+<?eclipse version="3.2"?> <!--
+ Copyright (c) 2005, 2010 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="org.eclipse.jdt.core.annotationProcessorManager">

Back to the top