Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2012-01-14 10:27:01 +0000
committerEike Stepper2012-01-14 10:27:01 +0000
commit0266166cb9ff9535c150250073ea1e57b42d2693 (patch)
treec006a3bc0ba1f6e1d8a2bc032eedc346f71eab0d /plugins/org.eclipse.emf.cdo.releng.help/plugin.xml
parent7416443692cdda72d1f704ea4fc5ececcc669df7 (diff)
downloadcdo-0266166cb9ff9535c150250073ea1e57b42d2693.tar.gz
cdo-0266166cb9ff9535c150250073ea1e57b42d2693.tar.xz
cdo-0266166cb9ff9535c150250073ea1e57b42d2693.zip
Adjusted copyrights to 2012
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.releng.help/plugin.xml')
-rw-r--r--plugins/org.eclipse.emf.cdo.releng.help/plugin.xml52
1 files changed, 26 insertions, 26 deletions
diff --git a/plugins/org.eclipse.emf.cdo.releng.help/plugin.xml b/plugins/org.eclipse.emf.cdo.releng.help/plugin.xml
index b9df1fce4b..ae55250875 100644
--- a/plugins/org.eclipse.emf.cdo.releng.help/plugin.xml
+++ b/plugins/org.eclipse.emf.cdo.releng.help/plugin.xml
@@ -1,26 +1,26 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?eclipse version="3.4"?>
-<!--
- Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) 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:
- Eike Stepper - initial API and implementation
--->
-
-<plugin>
-
- <extension point="org.eclipse.help.toc">
- <toc file="toc.xml" primary="true"/>
- <index path="index"/>
- <tocIcon id="plugin" altText="Plugin" openIcon="images/plugin.gif"/>
- <tocIcon id="package" altText="Package" openIcon="images/package.gif"/>
- <tocIcon id="extpoint" altText="Extension Point" openIcon="images/extpoint.gif"/>
- <tocIcon id="external" altText="External Article" openIcon="images/external.gif"/>
- </extension>
-
-</plugin>
-
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.4"?>
+<!--
+ Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) 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:
+ Eike Stepper - initial API and implementation
+-->
+
+<plugin>
+
+ <extension point="org.eclipse.help.toc">
+ <toc file="toc.xml" primary="true"/>
+ <index path="index"/>
+ <tocIcon id="plugin" altText="Plugin" openIcon="images/plugin.gif"/>
+ <tocIcon id="package" altText="Package" openIcon="images/package.gif"/>
+ <tocIcon id="extpoint" altText="Extension Point" openIcon="images/extpoint.gif"/>
+ <tocIcon id="external" altText="External Article" openIcon="images/external.gif"/>
+ </extension>
+
+</plugin>
+

Back to the top