Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'jsf/tests/org.eclipse.jst.pagedesigner.tests/test.xml')
-rw-r--r--jsf/tests/org.eclipse.jst.pagedesigner.tests/test.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/jsf/tests/org.eclipse.jst.pagedesigner.tests/test.xml b/jsf/tests/org.eclipse.jst.pagedesigner.tests/test.xml
index b086b9add..738b7cea3 100644
--- a/jsf/tests/org.eclipse.jst.pagedesigner.tests/test.xml
+++ b/jsf/tests/org.eclipse.jst.pagedesigner.tests/test.xml
@@ -1,5 +1,18 @@
<?xml version="1.0"?>
+<!--
+ Copyright (c) 2007, 2019 IBM Corporation and others.
+ This program and the accompanying materials
+ are made available under the terms of the Eclipse Public License 2.0
+ which accompanies this distribution, and is available at
+ https://www.eclipse.org/legal/epl-2.0/
+
+ SPDX-License-Identifier: EPL-2.0
+
+ Contributors:
+ IBM Corporation - initial API and implementation
+ -->
+
<project name="testsuite" default="run" basedir=".">
<!-- The property ${eclipse-home} should be passed into this script -->
<!-- Set a meaningful default value for when it is not. -->

Back to the top