Browse Source

Refactored GlobalScopeProvider, Statechart Editor is dirty aware now

Andreas Mülder 14 years ago
parent
commit
a956e576e4
1 changed files with 2 additions and 1 deletions
  1. 2 1
      plugins/org.yakindu.sct.model.stext/META-INF/MANIFEST.MF

+ 2 - 1
plugins/org.yakindu.sct.model.stext/META-INF/MANIFEST.MF

@@ -21,7 +21,8 @@ Require-Bundle: org.eclipse.xtext;visibility:=reexport,
  de.itemis.xtext.utils.gmf,
  org.eclipse.gmf.runtime.emf.core;bundle-version="1.4.1",
  org.yakindu.base.types;bundle-version="1.0.0",
- org.yakindu.base.types.scope;bundle-version="1.0.0"
+ org.yakindu.base.types.scope;bundle-version="1.0.0",
+ de.itemis.xtext.utils.jface;bundle-version="1.0.0"
 Import-Package: org.apache.commons.logging,
  org.apache.log4j,
  org.eclipse.xtext.builder.builderState,