You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jb...@apache.org on 2010/01/27 15:09:18 UTC

svn commit: r903649 - /geronimo/sandbox/jbohn/daytrader-bp-CntEM/modules/entities/pom.xml

Author: jbohn
Date: Wed Jan 27 14:09:17 2010
New Revision: 903649

URL: http://svn.apache.org/viewvc?rev=903649&view=rev
Log:
add Meta-Persistence entry to bundle

Modified:
    geronimo/sandbox/jbohn/daytrader-bp-CntEM/modules/entities/pom.xml

Modified: geronimo/sandbox/jbohn/daytrader-bp-CntEM/modules/entities/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/jbohn/daytrader-bp-CntEM/modules/entities/pom.xml?rev=903649&r1=903648&r2=903649&view=diff
==============================================================================
--- geronimo/sandbox/jbohn/daytrader-bp-CntEM/modules/entities/pom.xml (original)
+++ geronimo/sandbox/jbohn/daytrader-bp-CntEM/modules/entities/pom.xml Wed Jan 27 14:09:17 2010
@@ -145,6 +145,7 @@
                 <artifactId>maven-bundle-plugin</artifactId>
                 <configuration>
                     <instructions>
+                        <Meta-Persistence>META-INF/persistence.xml</Meta-Persistence>
                         <Export-Package>org.apache.geronimo.samples.daytrader.beans*;version=1.0.0</Export-Package>
                         <Import-Package>
                             org.apache.geronimo.samples.daytrader.util;version=1.0,