From a7839d51d547559579cba8edba1563d16cfc6ad3 Mon Sep 17 00:00:00 2001 From: Tuna Aksoy Date: Sat, 25 Jan 2014 21:58:43 +0000 Subject: [PATCH] Changes in the ant targets * Get properties from the pom file rather than defining it again in the build.properties * Add to the created zip file name for the localisation package the project version * Remove "assembleIconPackage" for rm-server git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@60559 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- build.properties | 2 -- build.xml | 25 ++++++++++++------------- 2 files changed, 12 insertions(+), 15 deletions(-) diff --git a/build.properties b/build.properties index 0d6a010f4a..589c200fc0 100644 --- a/build.properties +++ b/build.properties @@ -2,8 +2,6 @@ # create a file called "build.local.properties" in the same folder and change the value in that file. # The application war file properties -app.war.version=4.2.0 -app.war.groupId=org.alfresco app.war.packaging=war # Executable properties diff --git a/build.xml b/build.xml index 695fb7360d..326ea9708b 100644 --- a/build.xml +++ b/build.xml @@ -20,11 +20,12 @@ + - + - + @@ -79,16 +80,13 @@ - + + - - - - - - - + + + @@ -111,8 +109,9 @@ - - - + + + + \ No newline at end of file