diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2011-10-09 18:46:39 +0200 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2011-10-09 18:46:39 +0200 |
commit | b8135c03e29c0cf49603435e598039a018851f41 (patch) | |
tree | 354823032ea828a11fbd4f98367644de01486407 /sonar-application | |
parent | 45e2d5db126fd13552b56f51ad5ead72615e71d0 (diff) | |
download | sonarqube-b8135c03e29c0cf49603435e598039a018851f41.tar.gz sonarqube-b8135c03e29c0cf49603435e598039a018851f41.zip |
SONAR-2881 change the message when executing the script build-war.sh
Diffstat (limited to 'sonar-application')
-rw-r--r-- | sonar-application/src/main/assembly/war/build.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sonar-application/src/main/assembly/war/build.xml b/sonar-application/src/main/assembly/war/build.xml index 9a2467fb881..364956b1008 100644 --- a/sonar-application/src/main/assembly/war/build.xml +++ b/sonar-application/src/main/assembly/war/build.xml @@ -47,7 +47,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02 * supported web servers are Jetty and Tomcat 5.x/6.x/7.x * the web application uses the Sonar home directory. For this reason it must be deployed on this host only. * the war file must be rebuilt when : - - logback configuration is updated (conf/logback.xml) - the Sonar home directory is moved to other location - sonar is upgraded to a new version ----------------------------------------------------------------------------------------------------------- |