Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan D. Brooks2013-10-10 05:17:05 +0000
committerRyan D. Brooks2013-10-22 22:12:27 +0000
commit989feebd0648bb7c9d4bfb473d13afee7f896d38 (patch)
tree38d5c1867454da624c9183c79bbc132663d8149e /plugins/org.eclipse.osee.framework.branch.gantt/META-INF/MANIFEST.MF
parent572141e9dd5d85360829c71b8e5770abcd91adf8 (diff)
downloadorg.eclipse.osee-989feebd0648bb7c9d4bfb473d13afee7f896d38.tar.gz
org.eclipse.osee-989feebd0648bb7c9d4bfb473d13afee7f896d38.tar.xz
org.eclipse.osee-989feebd0648bb7c9d4bfb473d13afee7f896d38.zip
refactor: Move identity classes to jdk.core
Diffstat (limited to 'plugins/org.eclipse.osee.framework.branch.gantt/META-INF/MANIFEST.MF')
-rw-r--r--plugins/org.eclipse.osee.framework.branch.gantt/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/org.eclipse.osee.framework.branch.gantt/META-INF/MANIFEST.MF b/plugins/org.eclipse.osee.framework.branch.gantt/META-INF/MANIFEST.MF
index f514b9b055e..b78ed062088 100644
--- a/plugins/org.eclipse.osee.framework.branch.gantt/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.osee.framework.branch.gantt/META-INF/MANIFEST.MF
@@ -13,6 +13,7 @@ Import-Package: org.eclipse.nebula.widgets.ganttchart,
org.eclipse.osee.framework.core.enums,
org.eclipse.osee.framework.core.exception,
org.eclipse.osee.framework.core.model,
+ org.eclipse.osee.framework.jdk.core.type,
org.eclipse.osee.framework.jdk.core.util,
org.eclipse.osee.framework.logging,
org.eclipse.osee.framework.skynet.core,

Back to the top