load application info in right place

This commit is contained in:
Roman Chernyatchik
2011-05-03 21:57:12 +04:00
parent c16a39a519
commit e9de2ee34f
+4 -3
View File
@@ -32,9 +32,6 @@ def paths = new Paths(out)
target(compile: "Compile project") {
loadProject()
// load ApplicationInfo.xml properties
ant.xmlproperty(file: appInfoFile(), collapseAttributes: "true")
project.stage("Cleaning up sandbox folder")
ant.delete(dir: paths.sandbox)
@@ -60,6 +57,10 @@ def wire_build_date(String buildNumber) {
target('default': 'The default target') {
depends(compile)
// load ApplicationInfo.xml properties
ant.xmlproperty(file: appInfoFile(), collapseAttributes: "true")
layoutAll(
buildNumber: "IC-108.SNAPSHOT",
version: "IdeaX",