diff options
author | donald.g.dunne | 2016-03-17 15:44:01 +0000 |
---|---|---|
committer | donald.g.dunne | 2016-03-17 17:43:58 +0000 |
commit | 360372feffdb92a1daef07d6b2b5d589eb656be6 (patch) | |
tree | 172c85b164102e163afa47c47e9c61b7355b4c6b /plugins/org.eclipse.osee.framework.ui.skynet/META-INF | |
parent | fc93c49a5cc550d26e7caccc82174903b0bb722e (diff) | |
download | org.eclipse.osee-360372feffdb92a1daef07d6b2b5d589eb656be6.tar.gz org.eclipse.osee-360372feffdb92a1daef07d6b2b5d589eb656be6.tar.xz org.eclipse.osee-360372feffdb92a1daef07d6b2b5d589eb656be6.zip |
feature[ats_ATS277469]: Create Implementation Details types and images
Change-Id: I42532c6acef9ce4a2c840600a68b3f7ea98286a1
Diffstat (limited to 'plugins/org.eclipse.osee.framework.ui.skynet/META-INF')
-rw-r--r-- | plugins/org.eclipse.osee.framework.ui.skynet/META-INF/MANIFEST.MF | 2 |
1 files changed, 2 insertions, 0 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 af95cd02414..47c646a2523 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 @@ -22,6 +22,8 @@ Import-Package: com.google.common.base;version="15.0.0", org.apache.commons.io, org.apache.commons.lang, 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, |