diff --git a/build/scripts/dist.gant b/build/scripts/dist.gant index d05aef4d93fc..e52a0d710621 100644 --- a/build/scripts/dist.gant +++ b/build/scripts/dist.gant @@ -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",