mirror of https://github.com/apache/activemq.git
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:
parent
7497ba459b
commit
12f3a72c59
|
@ -175,14 +175,14 @@
|
||||||
</ant:copy>
|
</ant:copy>
|
||||||
|
|
||||||
<!-- Copy documentation -->
|
<!-- Copy documentation -->
|
||||||
|
<!--
|
||||||
<j:set var="docsDest" value="${project.root}/activemq-core/target/docs"/>
|
<j:set var="docsDest" value="${project.root}/activemq-core/target/docs"/>
|
||||||
<ant:copy todir="${maven.dist.bin.assembly.dir}/docs">
|
<ant:copy todir="${maven.dist.bin.assembly.dir}/docs">
|
||||||
<ant:fileset dir="${docsDest}">
|
<ant:fileset dir="${docsDest}">
|
||||||
<ant:include name="**"/>
|
<ant:include name="**"/>
|
||||||
</ant:fileset>
|
</ant:fileset>
|
||||||
</ant:copy>
|
</ant:copy>
|
||||||
|
-->
|
||||||
</goal>
|
</goal>
|
||||||
|
|
||||||
<goal
|
<goal
|
||||||
|
|
Loading…
Reference in New Issue