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/25 13:23:27 UTC

svn commit: r1188610 - /incubator/wookie/trunk/ant/ivy-java-common.xml

Author: psharples
Date: Tue Oct 25 11:23:26 2011
New Revision: 1188610

URL: http://svn.apache.org/viewvc?rev=1188610&view=rev
Log:
Added a default "jar" task. Buildbot seems to expect it.

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

Modified: incubator/wookie/trunk/ant/ivy-java-common.xml
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/ant/ivy-java-common.xml?rev=1188610&r1=1188609&r2=1188610&view=diff
==============================================================================
--- incubator/wookie/trunk/ant/ivy-java-common.xml (original)
+++ incubator/wookie/trunk/ant/ivy-java-common.xml Tue Oct 25 11:23:26 2011
@@ -143,6 +143,9 @@
 	    </java>    	    	
 	</target>	
 
+	<!-- buildbot moans of this is not here -->
+	<target name="jar"/>
+	
 	<target name="jar-compiled" unless="not-subproject" depends="test-calling-project,clean-dist, compile-core">
     	<mkdir dir="${dist.dir}"/>
     	<!-- Create compiled jar -->