Author: tomdz
Date: Tue Jan 10 15:15:16 2006
New Revision: 367831

URL: http://svn.apache.org/viewcvs?rev=367831&view=rev
Log:
Forgot to add dependency to jars target

Modified:
    db/ojb/trunk/build.xml

Modified: db/ojb/trunk/build.xml
URL: 
http://svn.apache.org/viewcvs/db/ojb/trunk/build.xml?rev=367831&r1=367830&r2=367831&view=diff
==============================================================================
--- db/ojb/trunk/build.xml (original)
+++ db/ojb/trunk/build.xml Tue Jan 10 15:15:16 2006
@@ -1110,7 +1110,7 @@
 
     <target name="maven-dist"
           description="Creates a convenience zip file containing the files for 
publishing a release to the maven repository"
-          depends="init">
+          depends="init,jar">
       <delete dir="${build.mavendist}"
               failonerror="false"
               verbose="false" />



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to