From 9fcee29903e703c3fb0384805d8d9e88fdfb1e29 Mon Sep 17 00:00:00 2001 From: Evgeny Pasynkov Date: Thu, 21 Jun 2012 16:14:50 +0200 Subject: [PATCH] New module: java-indexing-api --- .idea/modules.xml | 1 + build/scripts/layouts.gant | 3 ++- java/java-indexing-api/java-indexing-api.iml | 12 ++++++++++++ 3 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 java/java-indexing-api/java-indexing-api.iml diff --git a/.idea/modules.xml b/.idea/modules.xml index 8720385396a2..d943f90d0368 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -56,6 +56,7 @@ + diff --git a/build/scripts/layouts.gant b/build/scripts/layouts.gant index cba7816b15ef..55c5cf77e6a6 100644 --- a/build/scripts/layouts.gant +++ b/build/scripts/layouts.gant @@ -49,7 +49,7 @@ def layoutFull(String home, String targetDirectory, String patchedDescriptorDir //noinspection GroovyAssignabilityCheck List openapiModules = [platformApiModules, - "java-psi-api", "openapi", "testFramework-java", "debugger-openapi", "compiler-openapi", "dom-openapi", "execution-openapi", + "java-psi-api", "java-indexing-api", "openapi", "testFramework-java", "debugger-openapi", "compiler-openapi", "dom-openapi", "execution-openapi", "jsp-openapi", "jsp-base-openapi"].flatten() //noinspection GroovyAssignabilityCheck @@ -531,6 +531,7 @@ def layout_core_upsource(String home, String target) { module("java-psi-impl") module("projectModel-api") module("projectModel-impl") + module("java-indexing-api") module("java-indexing-impl") module("platform-resources") module("platform-resources-en") diff --git a/java/java-indexing-api/java-indexing-api.iml b/java/java-indexing-api/java-indexing-api.iml new file mode 100644 index 000000000000..d5c074327501 --- /dev/null +++ b/java/java-indexing-api/java-indexing-api.iml @@ -0,0 +1,12 @@ + + + + + + + + + + + +