You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dj...@apache.org on 2010/04/09 02:25:19 UTC

svn commit: r932189 - /geronimo/yoko/trunk/yoko-rmi-impl/pom.xml

Author: djencks
Date: Fri Apr  9 00:25:19 2010
New Revision: 932189

URL: http://svn.apache.org/viewvc?rev=932189&view=rev
Log:
GERONIMO-5091 geronimo needs an impl class, so export it.  Maybe there's a better way

Modified:
    geronimo/yoko/trunk/yoko-rmi-impl/pom.xml

Modified: geronimo/yoko/trunk/yoko-rmi-impl/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-rmi-impl/pom.xml?rev=932189&r1=932188&r2=932189&view=diff
==============================================================================
--- geronimo/yoko/trunk/yoko-rmi-impl/pom.xml (original)
+++ geronimo/yoko/trunk/yoko-rmi-impl/pom.xml Fri Apr  9 00:25:19 2010
@@ -48,4 +48,18 @@
         </dependency>
     </dependencies>
 
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.felix</groupId>
+                <artifactId>maven-bundle-plugin</artifactId>
+                <configuration>
+                    <instructions>
+                        <Export-Package>org.apache.yoko.rmi.impl*,*</Export-Package>
+                    </instructions>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+
 </project>