From dae2194d9396cc06135ec878bbfb3a30f73e3068 Mon Sep 17 00:00:00 2001 From: Tuna Aksoy Date: Wed, 8 Jan 2014 17:08:45 +0000 Subject: [PATCH] Minor changes (changed ant targets, deleted unnecessary files) after changing the folder structure back to the original. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@59562 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- build.properties | 9 +++++---- build.xml | 27 +++++++++++++++------------ rm-server/build.xml | 2 +- rm-server/config/readme.txt | 1 - rm-server/pom.xml | 2 +- rm-server/source/resources/readme.txt | 1 - 6 files changed, 22 insertions(+), 20 deletions(-) delete mode 100644 rm-server/config/readme.txt delete mode 100644 rm-server/source/resources/readme.txt diff --git a/build.properties b/build.properties index 9a73144a6d..07a1a87a57 100644 --- a/build.properties +++ b/build.properties @@ -11,12 +11,13 @@ mvn.exec=${env.MAVEN_HOME}/bin/mvn.bat bash.exec=${env.CYGWIN_HOME}/bin/bash catalina.exec=${app.tomcat.folder}/bin/catalina.sh -# Maven build directory properties -mvn.build.directory=target -mvn.resources.directory=src/main/resources +# Ant directory properties +ant.build.directory=target +ant.config.directory=config +ant.source.web.directory=source/web # Tomcat properties -app.tomcat.folder=${mvn.build.directory}/../../../software/${app.tomcat} +app.tomcat.folder=${ant.build.directory}/../../../software/${app.tomcat} app.tomcat.webapps=${app.tomcat.folder}/webapps # Application properties diff --git a/build.xml b/build.xml index 6e3a3e3f27..3d96d5c6d9 100644 --- a/build.xml +++ b/build.xml @@ -9,7 +9,7 @@ - + @@ -32,7 +32,7 @@ - + @@ -57,7 +57,7 @@ - + @@ -85,8 +85,9 @@ - - + + + @@ -99,9 +100,11 @@ - - + + + + @@ -113,18 +116,18 @@ - + - + - - - + + + \ No newline at end of file diff --git a/rm-server/build.xml b/rm-server/build.xml index 621153ce72..510bf020c6 100644 --- a/rm-server/build.xml +++ b/rm-server/build.xml @@ -21,7 +21,7 @@ - + diff --git a/rm-server/config/readme.txt b/rm-server/config/readme.txt deleted file mode 100644 index 4659be670f..0000000000 --- a/rm-server/config/readme.txt +++ /dev/null @@ -1 +0,0 @@ -Files in this directory will be added to the amp. \ No newline at end of file diff --git a/rm-server/pom.xml b/rm-server/pom.xml index 6b2bd6adc5..b02eca6175 100644 --- a/rm-server/pom.xml +++ b/rm-server/pom.xml @@ -38,7 +38,7 @@ - + org.codehaus.mojo build-helper-maven-plugin diff --git a/rm-server/source/resources/readme.txt b/rm-server/source/resources/readme.txt deleted file mode 100644 index c3322908fb..0000000000 --- a/rm-server/source/resources/readme.txt +++ /dev/null @@ -1 +0,0 @@ -Files in this directory will be added to the jar. \ No newline at end of file