summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAppu Goundan <appu@google.com>2014-04-04 16:13:30 -0400
committerSiva Velusamy <vsiva@google.com>2014-04-04 23:00:45 +0000
commit3addf3fb6de17676329abb00ebfae5032811b5b3 (patch)
tree9dcfa8b0b4d613d15551849b7c4f56b5379a893b
parentcf002836b19325e0a55a5246ef2ccc40d9dfd614 (diff)
downloadidea-3addf3fb6de17676329abb00ebfae5032811b5b3.tar.gz
Remove unused cloud tools templates
Change-Id: I042186a3946ec4de5f42bdd455b706f095d3ee5c (cherry picked from commit 14f0bee0ef0d56db7eeb8532b4a6f7fb1ac54b06)
-rw-r--r--build/scripts/layouts.gant3
1 files changed, 0 insertions, 3 deletions
diff --git a/build/scripts/layouts.gant b/build/scripts/layouts.gant
index c60b71cb5785..260bc9e9e0cb 100644
--- a/build/scripts/layouts.gant
+++ b/build/scripts/layouts.gant
@@ -737,9 +737,6 @@ def layoutCloud() {
dir("templates") {
fileset(dir: "$home/../studio/cloud/resources/templates")
}
- dir("sdktemplates") {
- fileset(dir: "$home/../studio/cloud/resources/sdktemplates")
- }
}
}
}