From ecdc76b215ce19656d74c78780c9b7988f213033 Mon Sep 17 00:00:00 2001 From: Tuna Aksoy Date: Sat, 9 Jan 2016 15:35:50 +0000 Subject: [PATCH] Fixed rm-community build process --- rm-community/build.properties | 48 +++--- rm-community/rm-server/build.xml | 269 +++++++++++++++---------------- 2 files changed, 158 insertions(+), 159 deletions(-) diff --git a/rm-community/build.properties b/rm-community/build.properties index b37b39b9f8..aeefd2ae33 100644 --- a/rm-community/build.properties +++ b/rm-community/build.properties @@ -1,25 +1,25 @@ -# Do NOT change the values directly in this file. If you need to change the value of a property, -# 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.packaging=war - -# Executable properties -mvn.exec=${env.MAVEN_HOME}/bin/mvn.bat - -# Ant directory properties -ant.build.directory=target -ant.config.directory=config -ant.source.web.directory=source/web - -# Tomcat properties -app.tomcat.folder=${ant.build.directory}/../../../software/${app.tomcat} -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} - -# Controls the minification process of js files +# Do NOT change the values directly in this file. If you need to change the value of a property, +# 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.packaging=war + +# Executable properties +mvn.exec=${env.MAVEN_HOME}/bin/mvn.bat + +# Ant directory properties +ant.build.directory=target +ant.config.directory=config +ant.source.web.directory=source/web + +# Tomcat properties +app.tomcat.folder=${ant.build.directory}/../../../../software/${app.tomcat} +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} + +# Controls the minification process of js files minifyjs=false \ No newline at end of file diff --git a/rm-community/rm-server/build.xml b/rm-community/rm-server/build.xml index 7aee96cb85..e2323d9a82 100644 --- a/rm-community/rm-server/build.xml +++ b/rm-community/rm-server/build.xml @@ -1,136 +1,135 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ]]> - ]]> - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ]]> + ]]> + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file