Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan D. Brooks2013-11-27 18:39:49 +0000
committerRyan D. Brooks2013-12-03 16:52:32 +0000
commitf87e59318db93cba5191db31e24ad2e906ed9508 (patch)
tree19978ab41a713a0eecb4b7028e4ba638e8131e70 /plugins/org.eclipse.osee.framework.lifecycle/META-INF/MANIFEST.MF
parentc8164a62042005eb1c1c3313bf9c9f6bde2e494e (diff)
downloadorg.eclipse.osee-f87e59318db93cba5191db31e24ad2e906ed9508.tar.gz
org.eclipse.osee-f87e59318db93cba5191db31e24ad2e906ed9508.tar.xz
org.eclipse.osee-f87e59318db93cba5191db31e24ad2e906ed9508.zip
refactor: Move Conditions class to jdk.core
Diffstat (limited to 'plugins/org.eclipse.osee.framework.lifecycle/META-INF/MANIFEST.MF')
-rw-r--r--plugins/org.eclipse.osee.framework.lifecycle/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/org.eclipse.osee.framework.lifecycle/META-INF/MANIFEST.MF b/plugins/org.eclipse.osee.framework.lifecycle/META-INF/MANIFEST.MF
index 6006670b480..b1ae30a0450 100644
--- a/plugins/org.eclipse.osee.framework.lifecycle/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.osee.framework.lifecycle/META-INF/MANIFEST.MF
@@ -11,6 +11,7 @@ Import-Package: org.eclipse.core.runtime,
org.eclipse.osee.framework.core.operation,
org.eclipse.osee.framework.core.util,
org.eclipse.osee.framework.jdk.core.type,
+ org.eclipse.osee.framework.jdk.core.util,
org.eclipse.osee.framework.lifecycle,
org.osgi.framework
Eclipse-ExtensibleAPI: true

Back to the top