Author: mprudhom
Date: Thu Mar 29 12:00:10 2007
New Revision: 523798
URL: http://svn.apache.org/viewvc?view=rev&rev=523798
Log:
OPENJPA-194 Changed name of openjpa-all-VERSION.jar in the assembly to be
openjpa-VERSION.jar
Modified:
incubator/openjpa/trunk/openjpa-project/assembly.xml
Modified: incubator/openjpa/trunk/openjpa-project/assembly.xml
URL:
http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa-project/assembly.xml?view=diff&rev=523798&r1=523797&r2=523798
==============================================================================
--- incubator/openjpa/trunk/openjpa-project/assembly.xml (original)
+++ incubator/openjpa/trunk/openjpa-project/assembly.xml Thu Mar 29 12:00:10
2007
@@ -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>