Make the dist build work again

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@393151 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Hiram R. Chirino 2006-04-11 07:02:50 +00:00
parent ad612f59d0
commit 13e8bf0b91
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@
</ant:copy>
-->
<ant:copy todir="${maven.dist.bin.assembly.dir}" file="${maven.repo.local}/${pom.groupId}/jars/activemq-${pom.currentVersion}.jar"/>
<ant:copy todir="${maven.dist.bin.assembly.dir}" file="${maven.repo.local}/${pom.groupId}/jars/${pom.artifactId}-${pom.currentVersion}.jar"/>
<!-- Copy the runtime dependencies into lib and create a classpath for the server.jar file -->
<j:set var="libDir" value="${maven.dist.bin.assembly.dir}/lib"/>