summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAppu Goundan <loosebazooka@users.noreply.github.com>2015-07-13 16:14:29 -0400
committerAppu Goundan <loosebazooka@users.noreply.github.com>2015-07-13 16:14:29 -0400
commit5116bac372e34f1c0cf3b7c508c1615317f4cd18 (patch)
tree3e5cf859a8ed90bffadc44d7999a298972b39d4e
parentaeb16e1d52b0b17f491660e24a89f646777e31b5 (diff)
parentf6f1c08382fe12c37bf371f4be3fe7241500de58 (diff)
downloadtools-5116bac372e34f1c0cf3b7c508c1615317f4cd18.tar.gz
Merge pull request #3 from loosebazooka/configfix-gerrit
Update configuration for missing plugin dep
-rw-r--r--android-studio-plugin/src/META-INF/plugin.xml1
-rw-r--r--core-plugin/google-cloud-tools-core-as.iml2
-rw-r--r--google-login-plugin/google-login-as.iml2
3 files changed, 3 insertions, 2 deletions
diff --git a/android-studio-plugin/src/META-INF/plugin.xml b/android-studio-plugin/src/META-INF/plugin.xml
index 943dc01..cd12849 100644
--- a/android-studio-plugin/src/META-INF/plugin.xml
+++ b/android-studio-plugin/src/META-INF/plugin.xml
@@ -11,6 +11,7 @@
<depends>org.jetbrains.android</depends>
<depends>org.jetbrains.plugins.gradle</depends>
<depends>com.google.gct.login</depends>
+ <depends>com.google.gct.core</depends>
<depends>Git4Idea</depends>
<extensions defaultExtensionNs="org.jetbrains.android">
diff --git a/core-plugin/google-cloud-tools-core-as.iml b/core-plugin/google-cloud-tools-core-as.iml
index 442b5fb..6920ae1 100644
--- a/core-plugin/google-cloud-tools-core-as.iml
+++ b/core-plugin/google-cloud-tools-core-as.iml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<module relativePaths="true" type="PLUGIN_MODULE" version="4">
+<module relativePaths="true" type="JAVA_MODULE" version="4">
<component name="DevKit.ModuleBuildProperties" url="file://$MODULE_DIR$/src/META-INF/plugin.xml" />
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
diff --git a/google-login-plugin/google-login-as.iml b/google-login-plugin/google-login-as.iml
index e242505..c6b703a 100644
--- a/google-login-plugin/google-login-as.iml
+++ b/google-login-plugin/google-login-as.iml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<module type="PLUGIN_MODULE" version="4">
+<module type="JAVA_MODULE" version="4">
<component name="DevKit.ModuleBuildProperties" url="file://$MODULE_DIR$/src/META-INF/plugin.xml" />
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />