Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordonald.g.dunne2016-07-13 22:14:24 +0000
committerRyan D. Brooks2016-08-31 16:17:26 +0000
commit667704f36a542792928be11e8d668d5258c106c9 (patch)
tree8a6c10b7907623ddbee3deba62ca55b193bf9cd6 /plugins/org.eclipse.osee.framework.ui.skynet/META-INF/MANIFEST.MF
parent8c18fb1df34d25048e95ea1f2156ed0d01ec8637 (diff)
downloadorg.eclipse.osee-667704f36a542792928be11e8d668d5258c106c9.tar.gz
org.eclipse.osee-667704f36a542792928be11e8d668d5258c106c9.tar.xz
org.eclipse.osee-667704f36a542792928be11e8d668d5258c106c9.zip
refinement: Remove ResultsEditor chart tab and Birt dependency
Diffstat (limited to 'plugins/org.eclipse.osee.framework.ui.skynet/META-INF/MANIFEST.MF')
-rw-r--r--plugins/org.eclipse.osee.framework.ui.skynet/META-INF/MANIFEST.MF17
1 files changed, 0 insertions, 17 deletions
diff --git a/plugins/org.eclipse.osee.framework.ui.skynet/META-INF/MANIFEST.MF b/plugins/org.eclipse.osee.framework.ui.skynet/META-INF/MANIFEST.MF
index c0d7d9c1e8e..5c974887c1c 100644
--- a/plugins/org.eclipse.osee.framework.ui.skynet/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.osee.framework.ui.skynet/META-INF/MANIFEST.MF
@@ -25,22 +25,6 @@ Import-Package: com.google.common.base;version="15.0.0",
org.apache.commons.lang.mutable,
org.codehaus.jackson,
org.codehaus.jackson.map,
- org.eclipse.birt.chart.device,
- org.eclipse.birt.chart.exception,
- org.eclipse.birt.chart.factory,
- org.eclipse.birt.chart.model,
- org.eclipse.birt.chart.model.attribute,
- org.eclipse.birt.chart.model.attribute.impl,
- org.eclipse.birt.chart.model.component,
- org.eclipse.birt.chart.model.component.impl,
- org.eclipse.birt.chart.model.data,
- org.eclipse.birt.chart.model.data.impl,
- org.eclipse.birt.chart.model.impl,
- org.eclipse.birt.chart.model.layout,
- org.eclipse.birt.chart.model.type,
- org.eclipse.birt.chart.model.type.impl,
- org.eclipse.birt.chart.util,
- org.eclipse.birt.core.exception,
org.eclipse.compare,
org.eclipse.compare.structuremergeviewer,
org.eclipse.core.commands,
@@ -238,7 +222,6 @@ Export-Package: org.eclipse.osee.framework.ui.skynet,
org.eclipse.osee.framework.ui.skynet.render.word,
org.eclipse.osee.framework.ui.skynet.render.word.template,
org.eclipse.osee.framework.ui.skynet.results,
- org.eclipse.osee.framework.ui.skynet.results.chart,
org.eclipse.osee.framework.ui.skynet.results.example,
org.eclipse.osee.framework.ui.skynet.results.html,
org.eclipse.osee.framework.ui.skynet.results.table,

Back to the top