Author: mprudhom
Date: Wed Nov 8 14:59:41 2006
New Revision: 472680
URL: http://svn.apache.org/viewvc?view=rev&rev=472680
Log:
Manually include the openjpa-all module in the zip file. For some reason, it
wasn't being included in the package.
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=472680&r1=472679&r2=472680
==============================================================================
--- incubator/openjpa/trunk/openjpa-project/assembly.xml (original)
+++ incubator/openjpa/trunk/openjpa-project/assembly.xml Wed Nov 8 14:59:41
2006
@@ -59,6 +59,14 @@
</fileSets>
<dependencySets>
<dependencySet>
+ <outputDirectory>/</outputDirectory>
+ <unpack>false</unpack>
+ <scope>runtime</scope>
+ <includes>
+ <include>org.apache.openjpa:openjpa-all</include>
+ </includes>
+ </dependencySet>
+ <dependencySet>
<outputDirectory>/lib</outputDirectory>
<unpack>false</unpack>
<scope>runtime</scope>