You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ri...@apache.org on 2010/10/19 16:12:42 UTC

svn commit: r1024240 - /geronimo/components/jaspi/trunk/geronimo-jaspi/pom.xml

Author: rickmcguire
Date: Tue Oct 19 14:12:41 2010
New Revision: 1024240

URL: http://svn.apache.org/viewvc?rev=1024240&view=rev
Log:
GERONIMO-5656 JASPI implementation not using ProviderLocator correctly. 


Modified:
    geronimo/components/jaspi/trunk/geronimo-jaspi/pom.xml

Modified: geronimo/components/jaspi/trunk/geronimo-jaspi/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/components/jaspi/trunk/geronimo-jaspi/pom.xml?rev=1024240&r1=1024239&r2=1024240&view=diff
==============================================================================
--- geronimo/components/jaspi/trunk/geronimo-jaspi/pom.xml (original)
+++ geronimo/components/jaspi/trunk/geronimo-jaspi/pom.xml Tue Oct 19 14:12:41 2010
@@ -62,6 +62,7 @@
             <groupId>org.apache.geronimo.specs</groupId>
             <artifactId>geronimo-osgi-locator</artifactId>
             <version>1.0</version>
+            <scope>provided</scope>
         </dependency>
 
         <dependency>
@@ -173,6 +174,8 @@
                         <Specification-Version>1.0</Specification-Version>
                         <Specification-Title>JASPIC</Specification-Title>
                         <Specification-Vendor>Sun Microsystems</Specification-Vendor>
+                        <Private-Package>org.apache.geronimo.osgi.locator</Private-Package>
+                        <Bundle-Activator>org.apache.geronimo.osgi.locator.Activator</Bundle-Activator>
                     </instructions>
                 </configuration>
             </plugin>