Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2012-10-29 14:51:47 +0000
committerDani Megert2012-10-29 14:51:47 +0000
commiteb9bbc203d3c7c0ddd5fde203dd423c2288734a8 (patch)
tree42e536e857e945856e6e5a0fcd85d2b97769a39f
parenta3ba8a3346f0cbd1eb6bd774ae190f2c3ec62cd3 (diff)
downloadeclipse.platform.team-eb9bbc203d3c7c0ddd5fde203dd423c2288734a8.tar.gz
eclipse.platform.team-eb9bbc203d3c7c0ddd5fde203dd423c2288734a8.tar.xz
eclipse.platform.team-eb9bbc203d3c7c0ddd5fde203dd423c2288734a8.zip
Fixed mixed line delimitersv20121029-145147
-rw-r--r--examples/org.eclipse.compare.examples.xml/IdMaps/ant_test.xml3
-rw-r--r--examples/org.eclipse.compare.examples.xml/META-INF/MANIFEST.MF2
-rw-r--r--examples/org.eclipse.compare.examples.xml/plugin.xml3
3 files changed, 5 insertions, 3 deletions
diff --git a/examples/org.eclipse.compare.examples.xml/IdMaps/ant_test.xml b/examples/org.eclipse.compare.examples.xml/IdMaps/ant_test.xml
index 426fdfa84..c83c04616 100644
--- a/examples/org.eclipse.compare.examples.xml/IdMaps/ant_test.xml
+++ b/examples/org.eclipse.compare.examples.xml/IdMaps/ant_test.xml
@@ -1,4 +1,5 @@
-<?xml version="1.0" encoding="UTF-8"?> <!--
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
Copyright (c) 2003, 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
diff --git a/examples/org.eclipse.compare.examples.xml/META-INF/MANIFEST.MF b/examples/org.eclipse.compare.examples.xml/META-INF/MANIFEST.MF
index 163a19d99..693eec40c 100644
--- a/examples/org.eclipse.compare.examples.xml/META-INF/MANIFEST.MF
+++ b/examples/org.eclipse.compare.examples.xml/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.compare.examples.xml; singleton:=true
-Bundle-Version: 3.3.200.qualifier
+Bundle-Version: 3.3.300.qualifier
Bundle-ClassPath: xmlcompareexamples.jar
Bundle-Activator: org.eclipse.compare.examples.xml.XMLPlugin
Bundle-Vendor: %providerName
diff --git a/examples/org.eclipse.compare.examples.xml/plugin.xml b/examples/org.eclipse.compare.examples.xml/plugin.xml
index bac04b201..1a0bd9728 100644
--- a/examples/org.eclipse.compare.examples.xml/plugin.xml
+++ b/examples/org.eclipse.compare.examples.xml/plugin.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<?eclipse version="3.0"?> <!--
+<?eclipse version="3.0"?>
+<!--
Copyright (c) 2003, 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