Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2012-10-29 14:48:23 +0000
committerDani Megert2012-10-29 14:48:23 +0000
commita3ba8a3346f0cbd1eb6bd774ae190f2c3ec62cd3 (patch)
tree8b8070a19ce65c71963a9c0791c03a0fa6466c51 /tests/org.eclipse.compare.tests
parent05a620a4e1a5d0775399d5b589b3f473767a95e9 (diff)
downloadeclipse.platform.team-a3ba8a3346f0cbd1eb6bd774ae190f2c3ec62cd3.tar.gz
eclipse.platform.team-a3ba8a3346f0cbd1eb6bd774ae190f2c3ec62cd3.tar.xz
eclipse.platform.team-a3ba8a3346f0cbd1eb6bd774ae190f2c3ec62cd3.zip
Fixed mixed line delimitersv20121029-144823
Diffstat (limited to 'tests/org.eclipse.compare.tests')
-rw-r--r--tests/org.eclipse.compare.tests/META-INF/MANIFEST.MF2
-rw-r--r--tests/org.eclipse.compare.tests/test.xml3
2 files changed, 3 insertions, 2 deletions
diff --git a/tests/org.eclipse.compare.tests/META-INF/MANIFEST.MF b/tests/org.eclipse.compare.tests/META-INF/MANIFEST.MF
index b28feeb4c..15b8c032a 100644
--- a/tests/org.eclipse.compare.tests/META-INF/MANIFEST.MF
+++ b/tests/org.eclipse.compare.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.compare.tests;singleton:=true
-Bundle-Version: 3.5.300.qualifier
+Bundle-Version: 3.5.400.qualifier
Bundle-ClassPath: comparetests.jar
Require-Bundle: org.junit,
org.eclipse.compare,
diff --git a/tests/org.eclipse.compare.tests/test.xml b/tests/org.eclipse.compare.tests/test.xml
index 971bce715..d2cdbabce 100644
--- a/tests/org.eclipse.compare.tests/test.xml
+++ b/tests/org.eclipse.compare.tests/test.xml
@@ -1,5 +1,6 @@
<?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

Back to the top