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:11:02 UTC

svn commit: r903652 - /geronimo/sandbox/jbohn/daytrader-bp-new/modules/daytrader-entities/pom.xml

Author: jbohn
Date: Wed Jan 27 14:11:02 2010
New Revision: 903652

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

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

Modified: geronimo/sandbox/jbohn/daytrader-bp-new/modules/daytrader-entities/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/jbohn/daytrader-bp-new/modules/daytrader-entities/pom.xml?rev=903652&r1=903651&r2=903652&view=diff
==============================================================================
--- geronimo/sandbox/jbohn/daytrader-bp-new/modules/daytrader-entities/pom.xml (original)
+++ geronimo/sandbox/jbohn/daytrader-bp-new/modules/daytrader-entities/pom.xml Wed Jan 27 14:11:02 2010
@@ -127,6 +127,7 @@
                     <instructions>
                         <Bundle-SymbolicName>${pom.groupId}.${pom.artifactId}</Bundle-SymbolicName>
                         <Bundle-Version>${pom.version}</Bundle-Version>
+                        <Meta-Persistence>META-INF/persistence.xml</Meta-Persistence>
                         <Export-Package>
                             org.apache.geronimo.samples.daytrader.beans;version=1.0.0
                         </Export-Package>