You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by ju...@apache.org on 2012/12/10 23:38:22 UTC

svn commit: r1419843 - /incubator/jspwiki/trunk/build.xml

Author: juanpablo
Date: Mon Dec 10 22:38:22 2012
New Revision: 1419843

URL: http://svn.apache.org/viewvc?rev=1419843&view=rev
Log:
added depends="clean" to sonar-bootstrap

Modified:
    incubator/jspwiki/trunk/build.xml

Modified: incubator/jspwiki/trunk/build.xml
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/build.xml?rev=1419843&r1=1419842&r2=1419843&view=diff
==============================================================================
--- incubator/jspwiki/trunk/build.xml (original)
+++ incubator/jspwiki/trunk/build.xml Mon Dec 10 22:38:22 2012
@@ -1653,7 +1653,7 @@ To automate the JAR signing processs, yo
 	
 	
 	    
-  <target name="sonar-bootstrap" description="sonar ant task build configuration">
+  <target name="sonar-bootstrap" depends="clean" description="sonar ant task build configuration">
   	<!-- bootstrap sonar ant tasks -->
     <typedef resource="org/sonar/ant/antlib.xml" 
              uri="antlib:org.sonar.ant"