Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.ui.genericeditor.examples/plugin.xml')
-rw-r--r--org.eclipse.ui.genericeditor.examples/plugin.xml31
1 files changed, 15 insertions, 16 deletions
diff --git a/org.eclipse.ui.genericeditor.examples/plugin.xml b/org.eclipse.ui.genericeditor.examples/plugin.xml
index 8fb80017c43..80456fdb033 100644
--- a/org.eclipse.ui.genericeditor.examples/plugin.xml
+++ b/org.eclipse.ui.genericeditor.examples/plugin.xml
@@ -1,21 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<?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 -->
-<!-- which accompanies this distribution, and is available at -->
-<!-- https://www.eclipse.org/legal/epl-2.0/ -->
-<!-- -->
-<!-- SPDX-License-Identifier: EPL-2.0 -->
-<!-- -->
-<!-- Contributors: -->
-<!-- Sopot Cela & Mickael Istria (Red Hat Inc). -initial implementation -->
-<!-- Lucas Bullen (Red Hat Inc.) - Bug 508829 custom reconciler support -->
-<!-- - Bug 521382 default highlighter -->
-<!-- Simon Scholz <simon.scholz@vogella.com> - Bug 527834 -->
-<!-- ====================================================================== -->
+<!--
+ 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
+ which accompanies this distribution, and is available at
+ https://www.eclipse.org/legal/epl-2.0/
+
+ SPDX-License-Identifier: EPL-2.0
+
+ Contributors:
+ Sopot Cela & Mickael Istria (Red Hat Inc). -initial implementation
+ Lucas Bullen (Red Hat Inc.) - Bug 508829, 521382
+ Simon Scholz <simon.scholz@vogella.com> - Bug 527834
+-->
<plugin>
<extension
point="org.eclipse.core.contenttype.contentTypes">

Back to the top