Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2011-11-02 10:39:13 +0000
committerDani Megert2011-11-02 10:39:48 +0000
commitafc0ca1dd6d491dcf8c0ab22e807f7ecd52e3f6b (patch)
tree75d9983ae1ec23451eda907fac07fc09aab11ae2 /bundles
parent97174e215a5dcdb7bf682873e42b68ae118ee99f (diff)
downloadeclipse.platform.team-afc0ca1dd6d491dcf8c0ab22e807f7ecd52e3f6b.tar.gz
eclipse.platform.team-afc0ca1dd6d491dcf8c0ab22e807f7ecd52e3f6b.tar.xz
eclipse.platform.team-afc0ca1dd6d491dcf8c0ab22e807f7ecd52e3f6b.zip
Fixed mixed line delimiters.
Diffstat (limited to 'bundles')
-rw-r--r--bundles/org.eclipse.compare.win32/plugin.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/bundles/org.eclipse.compare.win32/plugin.xml b/bundles/org.eclipse.compare.win32/plugin.xml
index 76b02ea6d..dd3ba75df 100644
--- a/bundles/org.eclipse.compare.win32/plugin.xml
+++ b/bundles/org.eclipse.compare.win32/plugin.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<?eclipse version="3.2"?> <!--
+<?eclipse version="3.2"?>
+<!--
Copyright (c) 2008, 2011 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

Back to the top