Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2018-08-21 13:55:24 +0000
committerLars Vogel2018-08-21 13:55:24 +0000
commit01cf0da3714f662b15458e698496f93a76d60e90 (patch)
tree566119df856dd292b5702041b0951f80748b354e
parent26cd84cf3cb1675a6fa7f658d75e119abe4b442b (diff)
downloadeclipse.platform.text-01cf0da3714f662b15458e698496f93a76d60e90.tar.gz
eclipse.platform.text-01cf0da3714f662b15458e698496f93a76d60e90.tar.xz
eclipse.platform.text-01cf0da3714f662b15458e698496f93a76d60e90.zip
Fixes syntax error in org.eclipse.ui.genericeditor.examples/plugin.xml
Change-Id: If7e54e2df53e05819271401c6747dbde713455bd Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
-rw-r--r--org.eclipse.ui.genericeditor.examples/plugin.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/org.eclipse.ui.genericeditor.examples/plugin.xml b/org.eclipse.ui.genericeditor.examples/plugin.xml
index 6c5eae68843..f8aa498629e 100644
--- a/org.eclipse.ui.genericeditor.examples/plugin.xml
+++ b/org.eclipse.ui.genericeditor.examples/plugin.xml
@@ -2,13 +2,13 @@
<?eclipse version="3.4"?>
<!-- ====================================================================== -->
<!-- Copyright (c) 2016, 2017 Red Hat Inc. and others. -->
--
-- This program and the accompanying materials -->
-<!-- are made available under the terms of the Eclipse Public License 2.0 -->
+<!-- All rights reserved. This program and the accompanying materials -->
+<!-- are made available under the terms of the Eclipse Public License 2.0 -->
<!-- which accompanies this distribution, and is available at -->
-- https://www.eclipse.org/legal/epl-2.0/
--
-- SPDX-License-Identifier: EPL-2.0 -->
+<!-- https://www.eclipse.org/legal/epl-2.0/ -->
+<!-- -->
+<!-- ====================================================================== -->
+<!-- SPDX-License-Identifier: EPL-2.0 -->
<!-- -->
<!-- Contributors: -->
<!-- Sopot Cela & Mickael Istria (Red Hat Inc). -initial implementation -->

Back to the top