Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2013-05-03 12:07:39 +0000
committerDani Megert2013-05-03 12:07:39 +0000
commit7ef7c1a0f93a06e47295662b1aced02bb84cc20c (patch)
tree1d91b0934cd549bdf005cfdd19bd3e6d58484db4 /tests/org.eclipse.team.tests.core/build.properties
parent688c909262be4125519f167e1ce5b5d99ddca0f2 (diff)
downloadeclipse.platform.team-7ef7c1a0f93a06e47295662b1aced02bb84cc20c.tar.gz
eclipse.platform.team-7ef7c1a0f93a06e47295662b1aced02bb84cc20c.tar.xz
eclipse.platform.team-7ef7c1a0f93a06e47295662b1aced02bb84cc20c.zip
Fixed warnings
Diffstat (limited to 'tests/org.eclipse.team.tests.core/build.properties')
-rw-r--r--tests/org.eclipse.team.tests.core/build.properties5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/org.eclipse.team.tests.core/build.properties b/tests/org.eclipse.team.tests.core/build.properties
index 0622aeff0..597dfc01b 100644
--- a/tests/org.eclipse.team.tests.core/build.properties
+++ b/tests/org.eclipse.team.tests.core/build.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2000, 2006 IBM Corporation and others.
+# Copyright (c) 2000, 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
@@ -13,4 +13,5 @@ bin.includes = about.html,\
plugin.xml,\
*.jar,\
test.xml,\
- META-INF/
+ META-INF/,\
+ plugin.properties

Back to the top