Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2012-10-29 14:53:15 +0000
committerDani Megert2012-10-29 14:53:15 +0000
commit5f13a6e399d93bd5275fcbfeaaf81f31f7085229 (patch)
tree861b5848c637101e61d6db3237798268c22ec63a /examples/org.eclipse.compare.examples
parenteb9bbc203d3c7c0ddd5fde203dd423c2288734a8 (diff)
downloadeclipse.platform.team-5f13a6e399d93bd5275fcbfeaaf81f31f7085229.tar.gz
eclipse.platform.team-5f13a6e399d93bd5275fcbfeaaf81f31f7085229.tar.xz
eclipse.platform.team-5f13a6e399d93bd5275fcbfeaaf81f31f7085229.zip
Fixed mixed line delimitersv20121029-145315
Diffstat (limited to 'examples/org.eclipse.compare.examples')
-rw-r--r--examples/org.eclipse.compare.examples/META-INF/MANIFEST.MF2
-rw-r--r--examples/org.eclipse.compare.examples/plugin.xml3
2 files changed, 3 insertions, 2 deletions
diff --git a/examples/org.eclipse.compare.examples/META-INF/MANIFEST.MF b/examples/org.eclipse.compare.examples/META-INF/MANIFEST.MF
index 84b55ad53..107b9f8f0 100644
--- a/examples/org.eclipse.compare.examples/META-INF/MANIFEST.MF
+++ b/examples/org.eclipse.compare.examples/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.compare.examples; singleton:=true
-Bundle-Version: 3.1.200.qualifier
+Bundle-Version: 3.1.300.qualifier
Bundle-ClassPath: compareexamples.jar
Bundle-Activator: org.eclipse.core.internal.compatibility.PluginActivator
Bundle-Vendor: %providerName
diff --git a/examples/org.eclipse.compare.examples/plugin.xml b/examples/org.eclipse.compare.examples/plugin.xml
index 56535180a..b5b630806 100644
--- a/examples/org.eclipse.compare.examples/plugin.xml
+++ b/examples/org.eclipse.compare.examples/plugin.xml
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?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