Author: jleroux
Date: Fri Jan 3 12:27:07 2014
New Revision: 1555072
URL:
http://svn.apache.org/r1555072Log:
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>