コード例 #1
0
ファイル: MvcFramework.java プロジェクト: Zeratyl-SK/consulo
 public void syncSdkAndLibrariesInPluginsModule(@NotNull Module module) {
   final Module pluginsModule = findCommonPluginsModule(module);
   if (pluginsModule != null) {
     MvcModuleStructureUtil.syncAuxModuleSdk(module, pluginsModule, this);
   }
 }