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.cvs.core/build-tests.xml
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.cvs.core/build-tests.xml')
-rw-r--r--tests/org.eclipse.team.tests.cvs.core/build-tests.xml12
1 files changed, 11 insertions, 1 deletions
diff --git a/tests/org.eclipse.team.tests.cvs.core/build-tests.xml b/tests/org.eclipse.team.tests.cvs.core/build-tests.xml
index ef6cbe55f..facf26d30 100644
--- a/tests/org.eclipse.team.tests.cvs.core/build-tests.xml
+++ b/tests/org.eclipse.team.tests.cvs.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 CVS Sniff" basedir="." default="init">
<property name="root" value="${basedir}/.."/>

Back to the top