From d125fbeafc8be62ef1dc646feb758ef0d21bb91b Mon Sep 17 00:00:00 2001 From: Tuna Aksoy Date: Mon, 16 Mar 2015 16:29:24 +0000 Subject: [PATCH] Extracted the property for minification in to the build.properties file git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@99525 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- build.properties | 5 ++++- build.xml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/build.properties b/build.properties index 589c200fc0..b37b39b9f8 100644 --- a/build.properties +++ b/build.properties @@ -19,4 +19,7 @@ app.tomcat.webapps=${app.tomcat.folder}/webapps # Application properties app.folder=${app.tomcat.webapps}/${app.war.artifactId} app.package=${app.war.artifactId}.${app.war.packaging} -app.package.path=${app.tomcat.webapps}/${app.package} \ No newline at end of file +app.package.path=${app.tomcat.webapps}/${app.package} + +# Controls the minification process of js files +minifyjs=false \ No newline at end of file diff --git a/build.xml b/build.xml index 0b3671c19f..3ef9daa69e 100644 --- a/build.xml +++ b/build.xml @@ -45,7 +45,7 @@ - +