You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wookie.apache.org by ps...@apache.org on 2011/10/28 16:07:52 UTC

svn commit: r1190335 - /incubator/wookie/branches/0.9.1/ant/ivy-java-common.xml

Author: psharples
Date: Fri Oct 28 14:07:51 2011
New Revision: 1190335

URL: http://svn.apache.org/viewvc?rev=1190335&view=rev
Log:
updated to add dummy jar task.

Modified:
    incubator/wookie/branches/0.9.1/ant/ivy-java-common.xml

Modified: incubator/wookie/branches/0.9.1/ant/ivy-java-common.xml
URL: http://svn.apache.org/viewvc/incubator/wookie/branches/0.9.1/ant/ivy-java-common.xml?rev=1190335&r1=1190334&r2=1190335&view=diff
==============================================================================
--- incubator/wookie/branches/0.9.1/ant/ivy-java-common.xml (original)
+++ incubator/wookie/branches/0.9.1/ant/ivy-java-common.xml Fri Oct 28 14:07:51 2011
@@ -141,7 +141,10 @@
 	        <arg line="${run.args}"/>
             <syspropertyset refid="run.syspropertyset.id"/>
 	    </java>    	    	
-	</target>	
+	</target>
+	
+	<!-- buildbot moans if this is not here -->
+	<target name="jar"/>
 
 	<target name="jar-compiled" unless="not-subproject" depends="test-calling-project,clean-dist, compile-core, checkfirstrootivyrootpath, checksecondrootivyrootpath">
     	<mkdir dir="${dist.dir}"/>