summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Dahlstrom <dahlstrom@google.com>2018-04-03 17:29:47 -0700
committerDana Dahlstrom <dahlstrom@google.com>2018-04-03 17:29:47 -0700
commitf32d5e73c798bf39727d8296e492d45693e8d446 (patch)
treef98c9efee81104e5b591d25bc51afd972957c56c
parent2bff6ed82a5c4c67457cb562b2f855416c245691 (diff)
downloadsamples-f32d5e73c798bf39727d8296e492d45693e8d446.tar.gz
the great module rename
Change-Id: I096ad9172b7e92226f734fdb52f1055abb180c5d
-rw-r--r--google-samples.iml40
1 files changed, 20 insertions, 20 deletions
diff --git a/google-samples.iml b/google-samples.iml
index 4e5892a..90863ae 100644
--- a/google-samples.iml
+++ b/google-samples.iml
@@ -10,28 +10,28 @@
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="Guava" level="project" />
- <orderEntry type="module" module-name="android" />
- <orderEntry type="module" module-name="extensions" />
- <orderEntry type="module" module-name="annotations" />
+ <orderEntry type="module" module-name="intellij.android" />
+ <orderEntry type="module" module-name="intellij.platform.extensions" />
+ <orderEntry type="module" module-name="intellij.platform.annotations.java5" />
<orderEntry type="library" scope="TEST" name="JUnit4" level="project" />
- <orderEntry type="module" module-name="platform-api" />
+ <orderEntry type="module" module-name="intellij.platform.ide" />
<orderEntry type="module" module-name="google-login-as" />
- <orderEntry type="module" module-name="core-api" />
- <orderEntry type="module" module-name="editor-ui-api" />
- <orderEntry type="module" module-name="analysis-api" />
- <orderEntry type="module" module-name="indexing-api" />
- <orderEntry type="module" module-name="xml-psi-api" />
- <orderEntry type="module" module-name="projectModel-api" />
- <orderEntry type="module" module-name="lang-impl" />
- <orderEntry type="module" module-name="lang-api" />
- <orderEntry type="module" module-name="dom-openapi" />
- <orderEntry type="module" module-name="java-psi-api" />
- <orderEntry type="module" module-name="java-psi-impl" />
- <orderEntry type="module" module-name="groovy-psi" />
- <orderEntry type="module" module-name="java-analysis-impl" />
- <orderEntry type="module" module-name="openapi" />
- <orderEntry type="module" module-name="java-impl" />
- <orderEntry type="module" module-name="testFramework-java" />
+ <orderEntry type="module" module-name="intellij.platform.core" />
+ <orderEntry type="module" module-name="intellij.platform.editor" />
+ <orderEntry type="module" module-name="intellij.platform.analysis" />
+ <orderEntry type="module" module-name="intellij.platform.indexing" />
+ <orderEntry type="module" module-name="intellij.xml.psi" />
+ <orderEntry type="module" module-name="intellij.platform.projectModel" />
+ <orderEntry type="module" module-name="intellij.platform.lang.impl" />
+ <orderEntry type="module" module-name="intellij.platform.lang" />
+ <orderEntry type="module" module-name="intellij.xml.dom" />
+ <orderEntry type="module" module-name="intellij.java.psi" />
+ <orderEntry type="module" module-name="intellij.java.psi.impl" />
+ <orderEntry type="module" module-name="intellij.groovy.psi" />
+ <orderEntry type="module" module-name="intellij.java.analysis.impl" />
+ <orderEntry type="module" module-name="intellij.java" />
+ <orderEntry type="module" module-name="intellij.java.impl" />
+ <orderEntry type="module" module-name="intellij.java.testFramework" />
<orderEntry type="library" scope="TEST" name="mockito" level="project" />
</component>
</module> \ No newline at end of file