Author: foconer
Date: Thu Dec 22 00:15:46 2005
New Revision: 358526
URL: http://svn.apache.org/viewcvs?rev=358526&view=rev
Log:
removed unnecessary echos.
Modified:
incubator/activemq/trunk/assembly/maven.xml
Modified: incubator/activemq/trunk/assembly/maven.xml
URL:
http://svn.apache.org/viewcvs/incubator/activemq/trunk/assembly/maven.xml?rev=358526&r1=358525&r2=358526&view=diff
==============================================================================
--- incubator/activemq/trunk/assembly/maven.xml (original)
+++ incubator/activemq/trunk/assembly/maven.xml Thu Dec 22 00:15:46 2005
@@ -175,11 +175,9 @@
</ant:copy>
<!-- Copy documentation -->
- <echo>exist 2 ..............................................</echo>
<u:file var="file" name="${project.root}/activemq-core/target/docs"/>
<j:if test="${file.exists()}">
<j:set var="docsDest" value="${project.root}/activemq-core/target/docs"/>
- <echo>exist ..............................................</echo>
<ant:copy todir="${maven.dist.bin.assembly.dir}/docs">
<ant:fileset dir="${docsDest}">
<ant:include name="**"/>