removed dependency on 'external-system' from java-psi-impl and excluded 'external-system-api' from core distributions

This commit is contained in:
nik
2013-05-22 16:42:02 +04:00
parent 1f40cfbc80
commit 830e549f59
5 changed files with 1 additions and 4 deletions

View File

@@ -707,7 +707,6 @@ def layout_core(String home, String target) {
module("java-psi-impl")
module("analysis-api")
module("analysis-impl")
module("external-system-api")
}
jar("annotations.jar") {
@@ -752,7 +751,6 @@ def layout_core_upsource(String home, String target) {
module("analysis-impl")
module("java-analysis-api")
module("java-analysis-impl")
module("external-system-api")
}
jar("annotations.jar") {

View File

@@ -33,6 +33,7 @@
<orderEntry type="module" module-name="java-indexing-api" />
<orderEntry type="module" module-name="jps-model-impl" />
<orderEntry type="module" module-name="java-analysis-impl" exported="" />
<orderEntry type="module" module-name="external-system-api" />
</component>
<component name="copyright">
<Base>

View File

@@ -11,8 +11,6 @@
<orderEntry type="module" module-name="core-impl" exported="" />
<orderEntry type="module" module-name="resources-en" />
<orderEntry type="library" name="asm4" level="project" />
<orderEntry type="module" module-name="openapi" />
<orderEntry type="module" module-name="external-system-api" />
</component>
</module>