diff options
author | Jonathan E. Jensen | 2013-10-18 01:59:40 +0000 |
---|---|---|
committer | Gerrit Code Review @ Eclipse.org | 2013-10-21 17:47:13 +0000 |
commit | 877ced5617ba61d98e96a92b2e1547e4cd5af2ed (patch) | |
tree | 5e7946e311c0bf28d2b5609d1b926aefbf870b77 /plugins/org.eclipse.osee.framework.ui.skynet/META-INF | |
parent | e00857647dbd6aa4b970ded17fc9953fec182e2d (diff) | |
download | org.eclipse.osee-877ced5617ba61d98e96a92b2e1547e4cd5af2ed.tar.gz org.eclipse.osee-877ced5617ba61d98e96a92b2e1547e4cd5af2ed.tar.xz org.eclipse.osee-877ced5617ba61d98e96a92b2e1547e4cd5af2ed.zip |
bug[ats_WYBZN]: Allow DslGrammarManager to return null grammar when grammar not found
Change-Id: I36a4c49a6f7289e70ca2b974c8838669e8fbae8a
Signed-off-by: Jonathan E. Jensen <jonathan.e.jensen2@boeing.com>
Diffstat (limited to 'plugins/org.eclipse.osee.framework.ui.skynet/META-INF')
-rw-r--r-- | plugins/org.eclipse.osee.framework.ui.skynet/META-INF/MANIFEST.MF | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/org.eclipse.osee.framework.ui.skynet/META-INF/MANIFEST.MF b/plugins/org.eclipse.osee.framework.ui.skynet/META-INF/MANIFEST.MF index 31525a9a0ca..6a8645277ff 100644 --- a/plugins/org.eclipse.osee.framework.ui.skynet/META-INF/MANIFEST.MF +++ b/plugins/org.eclipse.osee.framework.ui.skynet/META-INF/MANIFEST.MF @@ -47,6 +47,7 @@ Import-Package: com.lowagie.text;version="2.1.7", org.apache.commons.lang.mutable;version="2.4.0", org.apache.xml.serialize;version="2.9.0", org.eclipse.core.resources, + org.eclipse.jdt.annotation, org.eclipse.jdt.core, org.eclipse.jdt.core.search, org.eclipse.nebula.widgets.xviewer, |