svn commit: r1555072 - /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: r1555072 - /ofbiz/trunk/build.xml

jleroux@apache.org
Author: jleroux
Date: Fri Jan  3 12:27:07 2014
New Revision: 1555072

URL: http://svn.apache.org/r1555072
Log:
Better target description

Modified:
    ofbiz/trunk/build.xml

Modified: ofbiz/trunk/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/build.xml?rev=1555072&r1=1555071&r2=1555072&view=diff
==============================================================================
--- ofbiz/trunk/build.xml (original)
+++ ofbiz/trunk/build.xml Fri Jan  3 12:27:07 2014
@@ -1149,7 +1149,7 @@ under the License.
     <!--    Ivy targets, more info at  http://ant.apache.org/ivy/  -->
     <!-- ================================================================== -->
 
-    <target name="download-activemq" depends="ivy-init" description="Download activemq for DCC">
+    <target name="download-activemq" depends="ivy-init" description="Download activemq for DCC (Distributed Cache Clearing)">
         <ivy:retrieve pattern="framework/base/lib/[artifact]-[revision].[ext]" conf="activemq"/>
     </target>