Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrescobar2010-06-19 01:41:13 +0000
committerrescobar2010-06-19 01:41:13 +0000
commit0461283b8037f748a93194124d15c6c8c23b15db (patch)
tree1b262d5b2d172d71fd8fb8e062597957700d0b76 /plugins/org.eclipse.osee.ote.ui.define/META-INF/MANIFEST.MF
parent8f9ca3a0da89ca96fcf24c71bbda0a219c7cb19e (diff)
downloadorg.eclipse.osee-0461283b8037f748a93194124d15c6c8c23b15db.tar.gz
org.eclipse.osee-0461283b8037f748a93194124d15c6c8c23b15db.tar.xz
org.eclipse.osee-0461283b8037f748a93194124d15c6c8c23b15db.zip
Diffstat (limited to 'plugins/org.eclipse.osee.ote.ui.define/META-INF/MANIFEST.MF')
-rw-r--r--plugins/org.eclipse.osee.ote.ui.define/META-INF/MANIFEST.MF4
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/org.eclipse.osee.ote.ui.define/META-INF/MANIFEST.MF b/plugins/org.eclipse.osee.ote.ui.define/META-INF/MANIFEST.MF
index b185f31b95b..193254903aa 100644
--- a/plugins/org.eclipse.osee.ote.ui.define/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.osee.ote.ui.define/META-INF/MANIFEST.MF
@@ -16,7 +16,8 @@ Require-Bundle: org.eclipse.core.runtime,
org.eclipse.osee.framework.ui.swt,
org.eclipse.osee.ote.define,
org.eclipse.osee.framework.svn,
- org.eclipse.nebula.widgets.xviewer
+ org.eclipse.nebula.widgets.xviewer,
+ org.eclipse.osee.framework.core.model
Bundle-ActivationPolicy: lazy
Export-Package: org.eclipse.osee.ote.ui.define,
org.eclipse.osee.ote.ui.define.dialogs,
@@ -40,6 +41,7 @@ Import-Package: com.lowagie.text;version="2.1.7",
org.eclipse.osee.framework.core.enums,
org.eclipse.osee.framework.core.exception,
org.eclipse.osee.framework.core.model,
+ org.eclipse.osee.framework.core.model.type,
org.eclipse.osee.framework.core.util,
org.eclipse.osee.framework.jdk.core.type,
org.eclipse.osee.framework.jdk.core.util,

Back to the top