OPENJPA-194 Changed name of openjpa-all-VERSION.jar in the assembly to be openjpa-VERSION.jar

git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@523798 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Marc Prud'hommeaux 2007-03-29 19:00:10 +00:00
parent fe900d97fe
commit 3d929be170
1 changed files with 1 additions and 0 deletions

View File

@ -78,6 +78,7 @@
<outputDirectory>/</outputDirectory>
<unpack>false</unpack>
<scope>runtime</scope>
<outputFileNameMapping>openjpa-${version}.${extension}</outputFileNameMapping>
<includes>
<include>org.apache.openjpa:openjpa-all</include>
</includes>