Author: tomdz
Date: Tue Jan 10 15:15:29 2006
New Revision: 367832

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

Modified:
    db/ojb/branches/OJB_1_0_RELEASE/build.xml

Modified: db/ojb/branches/OJB_1_0_RELEASE/build.xml
URL: 
http://svn.apache.org/viewcvs/db/ojb/branches/OJB_1_0_RELEASE/build.xml?rev=367832&r1=367831&r2=367832&view=diff
==============================================================================
--- db/ojb/branches/OJB_1_0_RELEASE/build.xml (original)
+++ db/ojb/branches/OJB_1_0_RELEASE/build.xml Tue Jan 10 15:15:29 2006
@@ -1220,7 +1220,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