Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan D. Brooks2015-11-12 06:45:57 +0000
committerRyan D. Brooks2015-11-12 06:45:57 +0000
commit78c9896daf9501b1f50e4f87307bb4893fbeac31 (patch)
treeabc0c7d59770a99873bfae1044a018186b5412cd /plugins/org.eclipse.osee.client.integration.tests/META-INF/MANIFEST.MF
parentc8bddb5b191ba0f453a5163ec22c80fe9506c604 (diff)
downloadorg.eclipse.osee-78c9896daf9501b1f50e4f87307bb4893fbeac31.tar.gz
org.eclipse.osee-78c9896daf9501b1f50e4f87307bb4893fbeac31.tar.xz
org.eclipse.osee-78c9896daf9501b1f50e4f87307bb4893fbeac31.zip
refactor: Use BranchId in BranchManager.getType
Diffstat (limited to 'plugins/org.eclipse.osee.client.integration.tests/META-INF/MANIFEST.MF')
-rw-r--r--plugins/org.eclipse.osee.client.integration.tests/META-INF/MANIFEST.MF2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/org.eclipse.osee.client.integration.tests/META-INF/MANIFEST.MF b/plugins/org.eclipse.osee.client.integration.tests/META-INF/MANIFEST.MF
index 9afd0672943..f9cdcc51ad9 100644
--- a/plugins/org.eclipse.osee.client.integration.tests/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.osee.client.integration.tests/META-INF/MANIFEST.MF
@@ -47,8 +47,6 @@ Import-Package: javax.ws.rs.client;version="2.0.0",
org.eclipse.swt.graphics,
org.osgi.framework
Require-Bundle: org.junit,
- org.mockito;bundle-version="1.9.0",
- org.hamcrest.core,
org.objenesis,
org.eclipse.core.runtime,
org.eclipse.core.resources,

Back to the top