Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2012-10-29 14:54:14 +0000
committerDani Megert2012-10-29 14:54:14 +0000
commit6b1bbe1f8a16ef1f2c63e4dbb0d62edf5cdb93d7 (patch)
tree8686370fe030f39fb9e4d50913cd52da3483e6b8 /examples
parent5f13a6e399d93bd5275fcbfeaaf81f31f7085229 (diff)
downloadeclipse.platform.team-6b1bbe1f8a16ef1f2c63e4dbb0d62edf5cdb93d7.tar.gz
eclipse.platform.team-6b1bbe1f8a16ef1f2c63e4dbb0d62edf5cdb93d7.tar.xz
eclipse.platform.team-6b1bbe1f8a16ef1f2c63e4dbb0d62edf5cdb93d7.zip
Fixed mixed line delimitersv20121029-145414I20121029-2000
Diffstat (limited to 'examples')
-rw-r--r--examples/org.eclipse.team.examples.filesystem/META-INF/MANIFEST.MF2
-rw-r--r--examples/org.eclipse.team.examples.filesystem/plugin.xml3
2 files changed, 3 insertions, 2 deletions
diff --git a/examples/org.eclipse.team.examples.filesystem/META-INF/MANIFEST.MF b/examples/org.eclipse.team.examples.filesystem/META-INF/MANIFEST.MF
index dfc38fc5c..5cfc50280 100644
--- a/examples/org.eclipse.team.examples.filesystem/META-INF/MANIFEST.MF
+++ b/examples/org.eclipse.team.examples.filesystem/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.team.examples.filesystem; singleton:=true
-Bundle-Version: 3.4.100.qualifier
+Bundle-Version: 3.4.200.qualifier
Bundle-ClassPath: teamfilesystem.jar
Bundle-Activator: org.eclipse.core.internal.compatibility.PluginActivator
Bundle-Vendor: %providerName
diff --git a/examples/org.eclipse.team.examples.filesystem/plugin.xml b/examples/org.eclipse.team.examples.filesystem/plugin.xml
index b28d1ea4d..953e82d75 100644
--- a/examples/org.eclipse.team.examples.filesystem/plugin.xml
+++ b/examples/org.eclipse.team.examples.filesystem/plugin.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<?eclipse version="3.0"?> <!--
+<?eclipse version="3.0"?>
+<!--
Copyright (c) 2002, 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