You are viewing a plain text version of this content. The canonical link for it is here.
Posted to easyant-commits@incubator.apache.org by jl...@apache.org on 2012/07/18 21:36:09 UTC

svn commit: r1363128 - /incubator/easyant/core/trunk/module.ant

Author: jlboudart
Date: Wed Jul 18 21:36:09 2012
New Revision: 1363128

URL: http://svn.apache.org/viewvc?rev=1363128&view=rev
Log:
Fixes distribution-plugin initialisation target

Modified:
    incubator/easyant/core/trunk/module.ant

Modified: incubator/easyant/core/trunk/module.ant
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/module.ant?rev=1363128&r1=1363127&r2=1363128&view=diff
==============================================================================
--- incubator/easyant/core/trunk/module.ant (original)
+++ incubator/easyant/core/trunk/module.ant Wed Jul 18 21:36:09 2012
@@ -174,7 +174,7 @@
     </target>
 
     <!-- Create a zip for full distribution  -->
-    <target name="package-full-distribution" depends="dist" description="package a distribution (including includes sources)">
+    <target name="package-full-distribution" depends="distribution:init,dist" description="package a distribution (including includes sources)">
         <echo message="Packaging full distribution." />
         <property name="full.root.dir" value="${ivy.module}-${ivy.revision}-full"/>
         <bundle destfile="${target.distributions}/${ivy.module}-${version}-full">