Author: erwan
Date: Wed Mar 16 08:46:04 2011
New Revision: 1082097
URL:
http://svn.apache.org/viewvc?rev=1082097&view=revLog:
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"/>