Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoberto E. Escobar2013-05-23 19:37:40 +0000
committerRyan T. Baldwin2013-05-23 19:37:40 +0000
commit1be999ae61ea72aad57dd6e9f51b7802bc31c7f5 (patch)
tree94e04ffac557a62054bd1c47293b31c6c3f8ad20 /plugins/org.eclipse.osee.framework.core.dsl.ui.integration/META-INF
parent9014cc562e48f0f1700da6d2e61153d1746aae28 (diff)
downloadorg.eclipse.osee-1be999ae61ea72aad57dd6e9f51b7802bc31c7f5.tar.gz
org.eclipse.osee-1be999ae61ea72aad57dd6e9f51b7802bc31c7f5.tar.xz
org.eclipse.osee-1be999ae61ea72aad57dd6e9f51b7802bc31c7f5.zip
feature[ats_4LPYJ]: Create DslGrammar extension and manager
Diffstat (limited to 'plugins/org.eclipse.osee.framework.core.dsl.ui.integration/META-INF')
-rw-r--r--plugins/org.eclipse.osee.framework.core.dsl.ui.integration/META-INF/MANIFEST.MF4
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/org.eclipse.osee.framework.core.dsl.ui.integration/META-INF/MANIFEST.MF b/plugins/org.eclipse.osee.framework.core.dsl.ui.integration/META-INF/MANIFEST.MF
index 8ebaefee777..4416227fb8e 100644
--- a/plugins/org.eclipse.osee.framework.core.dsl.ui.integration/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.osee.framework.core.dsl.ui.integration/META-INF/MANIFEST.MF
@@ -18,6 +18,7 @@ Import-Package: org.eclipse.compare,
org.eclipse.osee.framework.core.data,
org.eclipse.osee.framework.core.dsl.integration,
org.eclipse.osee.framework.core.dsl.integration.util,
+ org.eclipse.osee.framework.core.dsl.ui,
org.eclipse.osee.framework.core.enums,
org.eclipse.osee.framework.core.exception,
org.eclipse.osee.framework.core.message,
@@ -71,6 +72,7 @@ Require-Bundle: org.eclipse.osee.framework.core.dsl,
org.eclipse.ui.views,
org.eclipse.jface,
org.eclipse.xtext,
- org.eclipse.ui.editors
+ org.eclipse.ui.editors,
+ org.eclipse.osee.framework.ui.skynet
Export-Package: org.eclipse.osee.framework.core.dsl.ui.integration.operations
Service-Component: OSGI-INF/*.xml

Back to the top