Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2013-05-03 12:07:39 +0000
committerDani Megert2013-05-03 12:07:39 +0000
commit7ef7c1a0f93a06e47295662b1aced02bb84cc20c (patch)
tree1d91b0934cd549bdf005cfdd19bd3e6d58484db4
parent688c909262be4125519f167e1ce5b5d99ddca0f2 (diff)
downloadeclipse.platform.team-7ef7c1a0f93a06e47295662b1aced02bb84cc20c.tar.gz
eclipse.platform.team-7ef7c1a0f93a06e47295662b1aced02bb84cc20c.tar.xz
eclipse.platform.team-7ef7c1a0f93a06e47295662b1aced02bb84cc20c.zip
Fixed warnings
-rw-r--r--tests/org.eclipse.team.tests.core/META-INF/MANIFEST.MF7
-rw-r--r--tests/org.eclipse.team.tests.core/build.properties5
-rw-r--r--tests/org.eclipse.team.tests.core/pom.xml2
-rw-r--r--tests/org.eclipse.team.tests.cvs.core/META-INF/MANIFEST.MF7
-rw-r--r--tests/org.eclipse.team.tests.cvs.core/build.properties5
5 files changed, 16 insertions, 10 deletions
diff --git a/tests/org.eclipse.team.tests.core/META-INF/MANIFEST.MF b/tests/org.eclipse.team.tests.core/META-INF/MANIFEST.MF
index 1ea453a59..27c30b6b8 100644
--- a/tests/org.eclipse.team.tests.core/META-INF/MANIFEST.MF
+++ b/tests/org.eclipse.team.tests.core/META-INF/MANIFEST.MF
@@ -1,11 +1,11 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: Eclipse Team Core Tests
+Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.team.tests.core; singleton:=true
-Bundle-Version: 3.7.0.qualifier
+Bundle-Version: 3.7.100.qualifier
Bundle-ClassPath: teamtests.jar
Bundle-Activator: org.eclipse.core.internal.compatibility.PluginActivator
-Bundle-Vendor: Eclipse.org
+Bundle-Vendor: %providerName
Bundle-Localization: plugin
Export-Package: org.eclipse.team.tests.core,
org.eclipse.team.tests.core.mapping,
@@ -33,3 +33,4 @@ Require-Bundle: org.eclipse.ui.ide;resolution:=optional,
org.eclipse.compare.tests
Bundle-ActivationPolicy: lazy
Eclipse-BundleShape: dir
+Bundle-RequiredExecutionEnvironment: J2SE-1.4
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
diff --git a/tests/org.eclipse.team.tests.core/pom.xml b/tests/org.eclipse.team.tests.core/pom.xml
index 3e9692df9..afce9a974 100644
--- a/tests/org.eclipse.team.tests.core/pom.xml
+++ b/tests/org.eclipse.team.tests.core/pom.xml
@@ -19,7 +19,7 @@
</parent>
<groupId>org.eclipse.team</groupId>
<artifactId>org.eclipse.team.tests.core</artifactId>
- <version>3.7.0-SNAPSHOT</version>
+ <version>3.7.100-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
<build>
<plugins>
diff --git a/tests/org.eclipse.team.tests.cvs.core/META-INF/MANIFEST.MF b/tests/org.eclipse.team.tests.cvs.core/META-INF/MANIFEST.MF
index daca7a960..d482d836e 100644
--- a/tests/org.eclipse.team.tests.cvs.core/META-INF/MANIFEST.MF
+++ b/tests/org.eclipse.team.tests.cvs.core/META-INF/MANIFEST.MF
@@ -1,16 +1,19 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: Eclipse CVS Tests Core
+Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.team.tests.cvs.core; singleton:=true
Bundle-Version: 3.3.400.qualifier
Bundle-ClassPath: cvstests.jar
Bundle-Activator: org.eclipse.team.tests.ccvs.core.TeamCVSTestPlugin
-Bundle-Vendor: Eclipse.org
+Bundle-Vendor: %providerName
Bundle-Localization: plugin
Export-Package: org.eclipse.team.tests.ccvs.core,
org.eclipse.team.tests.ccvs.core.compatible,
org.eclipse.team.tests.ccvs.core.cvsresources,
+ org.eclipse.team.tests.ccvs.core.jsch,
org.eclipse.team.tests.ccvs.core.mappings,
+ org.eclipse.team.tests.ccvs.core.mappings.model,
+ org.eclipse.team.tests.ccvs.core.mappings.model.mapping,
org.eclipse.team.tests.ccvs.core.provider,
org.eclipse.team.tests.ccvs.core.subscriber,
org.eclipse.team.tests.ccvs.ui,
diff --git a/tests/org.eclipse.team.tests.cvs.core/build.properties b/tests/org.eclipse.team.tests.cvs.core/build.properties
index 7507567a0..3db205950 100644
--- a/tests/org.eclipse.team.tests.cvs.core/build.properties
+++ b/tests/org.eclipse.team.tests.cvs.core/build.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2000, 2009 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
@@ -17,5 +17,6 @@ bin.includes = about.html,\
resources/,\
patchdata/,\
icons/,\
- META-INF/
+ META-INF/,\
+ plugin.properties
src.includes = resources/

Back to the top