Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Zarna2011-05-05 10:05:56 +0000
committerTomasz Zarna2011-05-05 10:05:56 +0000
commit185bb53cb865d4a413c3116151fe9428ae4dd2ff (patch)
tree0a4ae67e7c8de555c4752218756a0b64c6ebde6d /tests/org.eclipse.team.tests.core
parentb3d67b8829b97312099777e04d4e6b2198315d79 (diff)
downloadeclipse.platform.team-185bb53cb865d4a413c3116151fe9428ae4dd2ff.tar.gz
eclipse.platform.team-185bb53cb865d4a413c3116151fe9428ae4dd2ff.tar.xz
eclipse.platform.team-185bb53cb865d4a413c3116151fe9428ae4dd2ff.zip
Updated Copyrights
Diffstat (limited to 'tests/org.eclipse.team.tests.core')
-rw-r--r--tests/org.eclipse.team.tests.core/build-tests.xml12
-rw-r--r--tests/org.eclipse.team.tests.core/plugin.xml12
-rw-r--r--tests/org.eclipse.team.tests.core/test.xml10
3 files changed, 32 insertions, 2 deletions
diff --git a/tests/org.eclipse.team.tests.core/build-tests.xml b/tests/org.eclipse.team.tests.core/build-tests.xml
index 9a16b11eb..3ee809010 100644
--- a/tests/org.eclipse.team.tests.core/build-tests.xml
+++ b/tests/org.eclipse.team.tests.core/build-tests.xml
@@ -1,4 +1,14 @@
-<?xml version="1.0"?>
+<?xml version="1.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
+ which accompanies this distribution, and is available at
+ http://www.eclipse.org/legal/epl-v10.html
+
+ Contributors:
+ IBM Corporation - initial API and implementation
+ -->
+
<project name="Build Team Sniff" basedir="." default="init">
<property name="root" value="${basedir}/.."/>
diff --git a/tests/org.eclipse.team.tests.core/plugin.xml b/tests/org.eclipse.team.tests.core/plugin.xml
index 52b6d26ca..031dabea3 100644
--- a/tests/org.eclipse.team.tests.core/plugin.xml
+++ b/tests/org.eclipse.team.tests.core/plugin.xml
@@ -1,5 +1,15 @@
<?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
+ which accompanies this distribution, and is available at
+ http://www.eclipse.org/legal/epl-v10.html
+
+ Contributors:
+ IBM Corporation - initial API and implementation
+ -->
+
<plugin
id="org.eclipse.team.tests.core"
name="Eclipse Team Core Tests"
diff --git a/tests/org.eclipse.team.tests.core/test.xml b/tests/org.eclipse.team.tests.core/test.xml
index 4abe51ddf..4918251b5 100644
--- a/tests/org.eclipse.team.tests.core/test.xml
+++ b/tests/org.eclipse.team.tests.core/test.xml
@@ -1,4 +1,14 @@
<?xml version="1.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
+ which accompanies this distribution, and is available at
+ http://www.eclipse.org/legal/epl-v10.html
+
+ Contributors:
+ IBM Corporation - initial API and implementation
+ -->
<project name="Team Automated Tests" default="run" basedir=".">

Back to the top