Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorgan E. Cook2017-01-03 22:13:55 +0000
committerdonald.g.dunne2017-03-21 02:08:02 +0000
commitd02678c2fc5c8a263a020e7289733879c97f2528 (patch)
treeda85e39e9b4283715c871f67e86b2f765cafe0e1 /plugins/org.eclipse.osee.framework.core/META-INF/MANIFEST.MF
parentfae7e0433d7c024dd3b1127f5bdd697f0f397850 (diff)
downloadorg.eclipse.osee-d02678c2fc5c8a263a020e7289733879c97f2528.tar.gz
org.eclipse.osee-d02678c2fc5c8a263a020e7289733879c97f2528.tar.xz
org.eclipse.osee-d02678c2fc5c8a263a020e7289733879c97f2528.zip
refactor[ats_ATS28884]: Add verification of MS Word applicability
Change-Id: I78d1703cd4177cf10c68b066458e702b7765fe0f Signed-off-by: Morgan E. Cook <Morgan.e.cook@boeing.com>
Diffstat (limited to 'plugins/org.eclipse.osee.framework.core/META-INF/MANIFEST.MF')
-rw-r--r--plugins/org.eclipse.osee.framework.core/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/org.eclipse.osee.framework.core/META-INF/MANIFEST.MF b/plugins/org.eclipse.osee.framework.core/META-INF/MANIFEST.MF
index 684b33d5b98..24fb34b5af3 100644
--- a/plugins/org.eclipse.osee.framework.core/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.osee.framework.core/META-INF/MANIFEST.MF
@@ -24,6 +24,7 @@ Import-Package: org.antlr.runtime;
org.eclipse.osee.framework.jdk.core.text.rules,
org.eclipse.osee.framework.jdk.core.type,
org.eclipse.osee.framework.jdk.core.util,
+ org.eclipse.osee.framework.jdk.core.util.xml,
org.eclipse.osee.framework.logging,
org.eclipse.osgi.framework.console,
org.osgi.service.event,

Back to the top