Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Thomann2009-04-28 16:38:45 +0000
committerOlivier Thomann2009-04-28 16:38:45 +0000
commit530908a685056354dca216e5a9613ff1abf3265c (patch)
tree79b46fe01fa05e4f77dbc2dcf3b5890385446dc3 /org.eclipse.jdt.compiler.tool.tests/test.xml
parent5cff6125fe279edfbf9f8dab6fa2f26d64a07c8e (diff)
downloadeclipse.jdt.core-530908a685056354dca216e5a9613ff1abf3265c.tar.gz
eclipse.jdt.core-530908a685056354dca216e5a9613ff1abf3265c.tar.xz
eclipse.jdt.core-530908a685056354dca216e5a9613ff1abf3265c.zip
HEAD - Fix copyright
Diffstat (limited to 'org.eclipse.jdt.compiler.tool.tests/test.xml')
-rw-r--r--org.eclipse.jdt.compiler.tool.tests/test.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/org.eclipse.jdt.compiler.tool.tests/test.xml b/org.eclipse.jdt.compiler.tool.tests/test.xml
index 4db53219ca..ed77e1fc43 100644
--- a/org.eclipse.jdt.compiler.tool.tests/test.xml
+++ b/org.eclipse.jdt.compiler.tool.tests/test.xml
@@ -1,4 +1,14 @@
<?xml version="1.0"?>
+ <!--
+ Copyright (c) 2006, 2009 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="testsuite" default="run" basedir=".">
<!-- The property ${eclipse-home} should be passed into this script -->

Back to the top