Author: psharples
Date: Wed Oct 19 15:39:24 2011
New Revision: 1186277

URL: http://svn.apache.org/viewvc?rev=1186277&view=rev
Log:
Fix for buildbot - running subtasks to build pom on top level project

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=1186277&r1=1186276&r2=1186277&view=diff
==============================================================================
--- incubator/wookie/trunk/ant/ivy-java-common.xml (original)
+++ incubator/wookie/trunk/ant/ivy-java-common.xml Wed Oct 19 15:39:24 2011
@@ -293,7 +293,7 @@
                </openpgp:signer>               
        </target>
        
-    <target name="make-subproject-pom">
+    <target name="make-subproject-pom" unless="not-subproject">
        <echo>Locally publishing ${ant.project.name}-${version}</echo>
                <delete file="${dist.dir}/ivy.xml"/> <!-- delete last produced 
ivy file to be sure a new one will be generated -->
        <tstamp>


Reply via email to