You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by er...@apache.org on 2011/03/16 09:46:04 UTC

svn commit: r1082097 - /ofbiz/trunk/build.xml

Author: erwan
Date: Wed Mar 16 08:46:04 2011
New Revision: 1082097

URL: http://svn.apache.org/viewvc?rev=1082097&view=rev
Log:
Adding a description for the sonar task

Modified:
    ofbiz/trunk/build.xml

Modified: ofbiz/trunk/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/build.xml?rev=1082097&r1=1082096&r2=1082097&view=diff
==============================================================================
--- ofbiz/trunk/build.xml (original)
+++ ofbiz/trunk/build.xml Wed Mar 16 08:46:04 2011
@@ -773,7 +773,8 @@ under the License.
         </cobertura-report>
     </target>
 
-    <target name="sonar" depends="download-sonar-ant-task, sonar-init">
+    <target name="sonar" depends="download-sonar-ant-task, sonar-init"
+            description="Sonar code analysis. You need a Sonar instance running to use it. More info on http://www.sonarsource.org/">
         <exec executable="svn" dir="." output="runtime/svninfo_tmp.xml">
             <arg value="info"/>
             <arg value="--xml"/>