Author: solomax
Date: Wed Mar 14 15:59:09 2012
New Revision: 1300610

URL: http://svn.apache.org/viewvc?rev=1300610&view=rev
Log:
dist-bin is now dependent on clean.all to reflect any changes in libraries

Modified:
    incubator/openmeetings/trunk/singlewebapp/build.xml

Modified: incubator/openmeetings/trunk/singlewebapp/build.xml
URL: 
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/build.xml?rev=1300610&r1=1300609&r2=1300610&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/build.xml (original)
+++ incubator/openmeetings/trunk/singlewebapp/build.xml Wed Mar 14 15:59:09 2012
@@ -116,7 +116,7 @@
        </target>
 
        <!-- build artefacts -->
-       <target name="dist-bin" description="pack binary distribution" 
depends="dist">
+       <target name="dist-bin" description="pack binary distribution" 
depends="clean.all, dist">
                <tstamp>
                        <format property="build.time" pattern="dd-MM-yyyy_HHmm" 
/>
                </tstamp>


Reply via email to