You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-dev@db.apache.org by to...@apache.org on 2006/01/11 00:15:20 UTC

svn commit: r367831 - /db/ojb/trunk/build.xml

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: ojb-dev-unsubscribe@db.apache.org
For additional commands, e-mail: ojb-dev-help@db.apache.org