renamed module editor-ui-impl to editor-ui-ex

This commit is contained in:
Alexey Kudravtsev
2013-09-05 17:13:37 +04:00
parent d711697ef6
commit bfb94e07f4
18 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -161,7 +161,7 @@
<module fileurl="file://$PROJECT_DIR$/plugins/xslt-debugger/engine/impl/xslt-debugger-engine-impl.iml" filepath="$PROJECT_DIR$/plugins/xslt-debugger/engine/impl/xslt-debugger-engine-impl.iml" group="plugins" />
<module fileurl="file://$PROJECT_DIR$/plugins/xpath/xslt-rt/xslt-rt.iml" filepath="$PROJECT_DIR$/plugins/xpath/xslt-rt/xslt-rt.iml" group="plugins" />
<module fileurl="file://$PROJECT_DIR$/platform/editor-ui-api/editor-ui-api.iml" filepath="$PROJECT_DIR$/platform/editor-ui-api/editor-ui-api.iml" />
<module fileurl="file://$PROJECT_DIR$/platform/editor-ui-impl/editor-ui-impl.iml" filepath="$PROJECT_DIR$/platform/editor-ui-impl/editor-ui-impl.iml" />
<module fileurl="file://$PROJECT_DIR$/platform/editor-ui-ex/editor-ui-ex.iml" filepath="$PROJECT_DIR$/platform/editor-ui-ex/editor-ui-ex.iml" />
</modules>
</component>
</project>
+1 -1
View File
@@ -267,7 +267,7 @@ binding.setVariable("platformImplementationModules", [
"analysis-impl",
"core-impl",
"dvcs",
"editor-ui-impl",
"editor-ui-ex",
"images",
"indexing-impl",
"jps-model-impl",
+1 -1
View File
@@ -14,7 +14,7 @@
<orderEntry type="module" module-name="extensions" />
<orderEntry type="module" module-name="resources-en" />
<orderEntry type="module" module-name="projectModel-impl" />
<orderEntry type="module" module-name="editor-ui-impl" />
<orderEntry type="module" module-name="editor-ui-ex" />
<orderEntry type="module" module-name="indexing-api" />
</component>
</module>
@@ -29,7 +29,6 @@ public interface EditorColorsScheme extends Cloneable, JDOMExternalizable, TextA
void setName(String name);
TextAttributes getAttributes(TextAttributesKey key);
void setAttributes(TextAttributesKey key, TextAttributes attributes);
@NotNull
+1 -1
View File
@@ -38,7 +38,7 @@
<orderEntry type="module" module-name="jps-model-impl" />
<orderEntry type="module" module-name="analysis-impl" exported="" />
<orderEntry type="library" name="jayatana" level="project" />
<orderEntry type="module" module-name="editor-ui-impl" exported="" />
<orderEntry type="module" module-name="editor-ui-ex" exported="" />
<orderEntry type="library" name="gson" level="project" />
</component>
</module>