svn commit: r1057142 - /ofbiz/trunk/build.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1057142 - /ofbiz/trunk/build.xml

hansbak-2
Author: hansbak
Date: Mon Jan 10 10:23:53 2011
New Revision: 1057142

URL: http://svn.apache.org/viewvc?rev=1057142&view=rev
Log:
add description to download postges driver so it can be used without ivy

Modified:
    ofbiz/trunk/build.xml

Modified: ofbiz/trunk/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/build.xml?rev=1057142&r1=1057141&r2=1057142&view=diff
==============================================================================
--- ofbiz/trunk/build.xml (original)
+++ ofbiz/trunk/build.xml Mon Jan 10 10:23:53 2011
@@ -573,7 +573,7 @@ under the License.
         <ivy:retrieve pattern="framework/base/lib/[artifact]-[revision].[ext]" conf="cobertura"/>
     </target>
 
-    <target name="download-PG-JDBC" depends="ivy-init">
+    <target name="download-PG-JDBC" depends="ivy-init" description="Download postgres jdbc driver">
         <ivy:retrieve pattern="framework/entity/lib/jdbc/[artifact]-[revision].[ext]" conf="postgres"/>
     </target>