Kaynağa Gözat

Removed Access2 again, another solution must be found

benjamin.schwertfeger@gmail.com 13 yıl önce
ebeveyn
işleme
311cc9a911

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

@@ -17,8 +17,7 @@ Require-Bundle: org.yakindu.sct.model.stext;visibility:=reexport,
  org.yakindu.sct.model.stext.edit;bundle-version="1.0.0",
  org.eclipse.help;bundle-version="3.5.100",
  org.yakindu.sct.doc.user;bundle-version="1.0.0",
- de.itemis.xtext.utils.jface;bundle-version="1.0.0",
- org.yakindu.base.shared.ui;bundle-version="1.0.0"
+ de.itemis.xtext.utils.jface;bundle-version="1.0.0"
 Import-Package: org.apache.log4j,
  org.apache.commons.logging
 Bundle-RequiredExecutionEnvironment: J2SE-1.5

+ 0 - 6
plugins/org.yakindu.sct.model.stext.ui/src/org/yakindu/sct/model/stext/ui/STextUiModule.java

@@ -6,7 +6,6 @@ import org.eclipse.xtext.ui.editor.contentassist.antlr.ParserBasedContentAssistC
 import org.eclipse.xtext.ui.editor.hover.DispatchingEObjectTextHover;
 import org.eclipse.xtext.ui.editor.hover.IEObjectHover;
 import org.eclipse.xtext.ui.editor.hover.IEObjectHoverProvider;
-import org.yakindu.sct.model.sgraph.ui.shared.Access2;
 import org.yakindu.sct.model.stext.ui.contentassist.STextStatefulFactory;
 import org.yakindu.sct.model.stext.ui.help.CustomCSSHelpHoverProvider;
 import org.yakindu.sct.model.stext.ui.help.STextUserHelpDocumentationProvider;
@@ -28,11 +27,6 @@ public class STextUiModule extends
 		super(plugin);
 	}
 
-	@Override
-	public com.google.inject.Provider<org.eclipse.xtext.resource.containers.IAllContainersState> provideIAllContainersState() {
-		return Access2.getJavaProjectsState();
-	}
-
 	public Class<? extends StatefulFactory> bindStatefulFactory() {
 		return STextStatefulFactory.class;
 	}