removed unnecessary echos.

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@358526 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Frederick G. Oconer 2005-12-22 08:15:46 +00:00
parent 09e95290f6
commit 9e149665ba

View File

@ -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="**"/>