Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAxel Richard2015-07-07 09:50:59 +0000
committerAxel RICHARD2015-07-07 10:35:56 +0000
commit9afd308f73ce27c0e7f09edfe6533adeed8df500 (patch)
tree343e841791eddd6cad1a664774a76ae84a393c0c /plugins/org.eclipse.emf.compare.tests/META-INF/MANIFEST.MF
parent5b53964f614a68b5c33c26bd9f90e122f4caa6e3 (diff)
downloadorg.eclipse.emf.compare-9afd308f73ce27c0e7f09edfe6533adeed8df500.tar.gz
org.eclipse.emf.compare-9afd308f73ce27c0e7f09edfe6533adeed8df500.tar.xz
org.eclipse.emf.compare-9afd308f73ce27c0e7f09edfe6533adeed8df500.zip
Update Mars TPs with jdt.annotation plugin
Also update mockito version Change-Id: I97830e51a9499ccd37c63fe26b9fdd7d42c3d411 Signed-off-by: Axel Richard <axel.richard@obeo.fr>
Diffstat (limited to 'plugins/org.eclipse.emf.compare.tests/META-INF/MANIFEST.MF')
-rw-r--r--plugins/org.eclipse.emf.compare.tests/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.emf.compare.tests/META-INF/MANIFEST.MF b/plugins/org.eclipse.emf.compare.tests/META-INF/MANIFEST.MF
index 978670646..b0d89887b 100644
--- a/plugins/org.eclipse.emf.compare.tests/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.emf.compare.tests/META-INF/MANIFEST.MF
@@ -18,7 +18,7 @@ Require-Bundle: org.eclipse.core.runtime,
org.eclipse.emf.compare.edit,
org.eclipse.emf.compare.rcp;bundle-version="2.2.0",
org.eclipse.emf.transaction;bundle-version="1.3.0",
- org.mockito;bundle-version="1.9.5",
+ org.mockito;bundle-version="1.8.0",
org.hamcrest;bundle-version="1.1.0"
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top