Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2013-05-03 12:07:39 +0000
committerDani Megert2013-05-03 12:13:55 +0000
commit9d6d5aa67fdf40ae39a456e23d8969c908542373 (patch)
tree2829abebfb9597aecf957c3e810434aaf6790122
parent7ef7c1a0f93a06e47295662b1aced02bb84cc20c (diff)
downloadeclipse.platform.team-9d6d5aa67fdf40ae39a456e23d8969c908542373.tar.gz
eclipse.platform.team-9d6d5aa67fdf40ae39a456e23d8969c908542373.tar.xz
eclipse.platform.team-9d6d5aa67fdf40ae39a456e23d8969c908542373.zip
Fixed warnings
-rw-r--r--tests/org.eclipse.team.tests.core/plugin.properties13
-rw-r--r--tests/org.eclipse.team.tests.cvs.core/plugin.properties13
2 files changed, 26 insertions, 0 deletions
diff --git a/tests/org.eclipse.team.tests.core/plugin.properties b/tests/org.eclipse.team.tests.core/plugin.properties
new file mode 100644
index 000000000..0615e205c
--- /dev/null
+++ b/tests/org.eclipse.team.tests.core/plugin.properties
@@ -0,0 +1,13 @@
+###############################################################################
+# Copyright (c) 2013 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
+###############################################################################
+
+pluginName= Eclipse Team Core Tests
+providerName= Eclipse.org
diff --git a/tests/org.eclipse.team.tests.cvs.core/plugin.properties b/tests/org.eclipse.team.tests.cvs.core/plugin.properties
new file mode 100644
index 000000000..f89166134
--- /dev/null
+++ b/tests/org.eclipse.team.tests.cvs.core/plugin.properties
@@ -0,0 +1,13 @@
+###############################################################################
+# Copyright (c) 2013 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
+###############################################################################
+
+pluginName= Eclipse CVS Tests Core
+providerName= Eclipse.org

Back to the top