summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Wulfe <benwu@google.com>2015-06-17 14:59:56 -0400
committerBenjamin Wulfe <benwu@google.com>2015-07-01 11:03:23 -0400
commit77d266af0ec4bac23e45b21e80614877398e61aa (patch)
tree05fbb162e6b539985206e2108f669ea4b1709365
parentc23bb9c41c7c0372112fbfbb2865231bdb8e1aa8 (diff)
downloadtesting-77d266af0ec4bac23e45b21e80614877398e61aa.tar.gz
Refactor Cloud Tools plugin into two and Moves Google-Login
This change refactors the Google Cloud Plugin into a base core plugin and an Android (Studio) specific plugin. It also moves Google-Login into our private git repo where it will compile for IJ. All three plugins (ctcore, ct4as, and login) now live under tools/studio/google/cloud The repo under src/tools/studio/google/login should be removed. There is an additional change to our ct4as plugin that removes all functionality unrelated to android which is now included in our core IJ plugin. Change-Id: Ib40d1d1e2d7ca022ef0ba84bd457be25da7185ce
-rw-r--r--google-cloud-testing.iml6
1 files changed, 3 insertions, 3 deletions
diff --git a/google-cloud-testing.iml b/google-cloud-testing.iml
index 0355091..bf67573 100644
--- a/google-cloud-testing.iml
+++ b/google-cloud-testing.iml
@@ -21,18 +21,16 @@
<orderEntry type="module" module-name="jetgroovy" />
<orderEntry type="module" module-name="xdebugger-api" />
<orderEntry type="module" module-name="dom-openapi" />
- <orderEntry type="module" module-name="google-login" />
<orderEntry type="library" name="google-api-java-client" level="project" />
<orderEntry type="module-library">
<library>
<CLASSES>
- <root url="jar://$MODULE_DIR$/../tools/lib/google-api-services-developerprojects-v1-rev20140815212553-1.19.0.jar!/" />
+ <root url="jar://$MODULE_DIR$/../tools/core-plugin/lib/google-api-services-developerprojects-v1-rev20140815212553-1.19.0.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
- <orderEntry type="module" module-name="google-cloud-tools" />
<orderEntry type="module-library">
<library>
<CLASSES>
@@ -60,5 +58,7 @@
<SOURCES />
</library>
</orderEntry>
+ <orderEntry type="module" module-name="google-cloud-tools-core-as" />
+ <orderEntry type="module" module-name="google-login-as" />
</component>
</module>