diff options
author | Olivier Thomann | 2010-05-11 15:03:39 -0400 |
---|---|---|
committer | Olivier Thomann | 2010-05-11 15:03:39 -0400 |
commit | 90f475069422eaf687608d6a16c5ad551ef1d62a (patch) | |
tree | a8639345b19ed29fae7a986286132def6502bacd /org.eclipse.jdt.apt.ui | |
parent | 6f37c2ba7b93e48dfb1ea5d77d4a2519799074c6 (diff) | |
download | eclipse.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.ui')
-rw-r--r-- | org.eclipse.jdt.apt.ui/plugin.xml | 12 | ||||
-rw-r--r-- | org.eclipse.jdt.apt.ui/scripts/exportplugin.xml | 10 |
2 files changed, 21 insertions, 1 deletions
diff --git a/org.eclipse.jdt.apt.ui/plugin.xml b/org.eclipse.jdt.apt.ui/plugin.xml index bd7907d785..29856c9045 100644 --- a/org.eclipse.jdt.apt.ui/plugin.xml +++ b/org.eclipse.jdt.apt.ui/plugin.xml @@ -1,5 +1,15 @@ <?xml version="1.0" encoding="UTF-8"?> -<?eclipse version="3.0"?> +<?eclipse version="3.0"?>
<!-- + 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> <!-- =================================================================================== --> diff --git a/org.eclipse.jdt.apt.ui/scripts/exportplugin.xml b/org.eclipse.jdt.apt.ui/scripts/exportplugin.xml index 4db455a9be..ab00daafce 100644 --- a/org.eclipse.jdt.apt.ui/scripts/exportplugin.xml +++ b/org.eclipse.jdt.apt.ui/scripts/exportplugin.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> +
<!-- + 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 + --> <!-- Build script to create the apt.ui plugin. |