Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorgan E. Cook2017-05-10 15:31:14 +0000
committerMorgan E. Cook2017-05-15 21:49:15 +0000
commitd58db0792397ccaf0788276bce487e80b8447551 (patch)
treeb0c67d4d9dd0d39f67b9fd4069d630572bffb11f /plugins/org.eclipse.osee.framework.core/META-INF/MANIFEST.MF
parentbeadbb90c89cf888ca0ee98e0a0c2935028920b2 (diff)
downloadorg.eclipse.osee-d58db0792397ccaf0788276bce487e80b8447551.tar.gz
org.eclipse.osee-d58db0792397ccaf0788276bce487e80b8447551.tar.xz
org.eclipse.osee-d58db0792397ccaf0788276bce487e80b8447551.zip
refactor: Update PL Word Preview to support embedded tags
--supports removing empty lists --supports copied binData images --allows user to save, but notifies if tags are not valid --blocks on commit if not valid 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 026b6df6d2c..6f862bfc661 100644
--- a/plugins/org.eclipse.osee.framework.core/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.osee.framework.core/META-INF/MANIFEST.MF
@@ -11,6 +11,7 @@ Import-Package: org.antlr.runtime,
org.apache.commons.httpclient,
org.apache.commons.httpclient.methods,
org.apache.commons.httpclient.params,
+ org.apache.commons.lang.mutable,
org.codehaus.jackson,
org.codehaus.jackson.annotate,
org.codehaus.jackson.map,

Back to the top