commented out the statement where it adds the created core javadoc api in the distribution binary.

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@358428 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Frederick G. Oconer 2005-12-22 00:58:50 +00:00
parent 7497ba459b
commit 12f3a72c59
1 changed files with 2 additions and 2 deletions

View File

@ -175,14 +175,14 @@
</ant:copy>
<!-- Copy documentation -->
<!--
<j:set var="docsDest" value="${project.root}/activemq-core/target/docs"/>
<ant:copy todir="${maven.dist.bin.assembly.dir}/docs">
<ant:fileset dir="${docsDest}">
<ant:include name="**"/>
</ant:fileset>
</ant:copy>
-->
</goal>
<goal