Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordonald.g.dunne2015-06-23 23:39:32 +0000
committerRyan T. Baldwin2015-06-23 23:39:32 +0000
commit6627ad4cbeb4286e9fbe0a7b198d984b448cb518 (patch)
treeae5e559109dbad831725c50e80713d2155a576a5 /plugins/org.eclipse.osee.ats.client.integration.tests/META-INF
parent674043603eab09d6897784f164724a8e54b6eeaf (diff)
downloadorg.eclipse.osee-6627ad4cbeb4286e9fbe0a7b198d984b448cb518.tar.gz
org.eclipse.osee-6627ad4cbeb4286e9fbe0a7b198d984b448cb518.tar.xz
org.eclipse.osee-6627ad4cbeb4286e9fbe0a7b198d984b448cb518.zip
bug[ats_ATS210326]: Exception creating PACR in OSEE Dev
Diffstat (limited to 'plugins/org.eclipse.osee.ats.client.integration.tests/META-INF')
-rw-r--r--plugins/org.eclipse.osee.ats.client.integration.tests/META-INF/MANIFEST.MF20
1 files changed, 2 insertions, 18 deletions
diff --git a/plugins/org.eclipse.osee.ats.client.integration.tests/META-INF/MANIFEST.MF b/plugins/org.eclipse.osee.ats.client.integration.tests/META-INF/MANIFEST.MF
index 09a12869ec0..286c21ee1c7 100644
--- a/plugins/org.eclipse.osee.ats.client.integration.tests/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.osee.ats.client.integration.tests/META-INF/MANIFEST.MF
@@ -13,7 +13,8 @@ Require-Bundle: org.junit;bundle-version="4.11.0",
org.mockito;bundle-version="1.9.0",
org.hamcrest.core,
org.objenesis,
- org.eclipse.equinox.registry
+ org.eclipse.equinox.registry,
+ org.eclipse.osee.ats.api
Import-Package: com.google.common.collect,
com.google.gson,
javax.ws.rs.client;version="2.0.0",
@@ -25,23 +26,6 @@ Import-Package: com.google.common.collect,
org.eclipse.osee.ats.access,
org.eclipse.osee.ats.actions,
org.eclipse.osee.ats.actions.wizard,
- org.eclipse.osee.ats.api,
- org.eclipse.osee.ats.api.agile,
- org.eclipse.osee.ats.api.ai,
- org.eclipse.osee.ats.api.commit,
- org.eclipse.osee.ats.api.data,
- org.eclipse.osee.ats.api.ev,
- org.eclipse.osee.ats.api.notify,
- org.eclipse.osee.ats.api.review,
- org.eclipse.osee.ats.api.team,
- org.eclipse.osee.ats.api.user,
- org.eclipse.osee.ats.api.util,
- org.eclipse.osee.ats.api.version,
- org.eclipse.osee.ats.api.workdef,
- org.eclipse.osee.ats.api.workflow,
- org.eclipse.osee.ats.api.workflow.log,
- org.eclipse.osee.ats.api.workflow.state,
- org.eclipse.osee.ats.api.workflow.transition,
org.eclipse.osee.ats.artifact,
org.eclipse.osee.ats.client.demo,
org.eclipse.osee.ats.client.demo.config,

Back to the top