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 18:19:27 UTC

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

Author: rickmcguire
Date: Tue Oct 19 16:19:27 2010
New Revision: 1024308

URL: http://svn.apache.org/viewvc?rev=1024308&view=rev
Log:
previous update inadvertently deleted the sxc parser classes from bundle

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=1024308&r1=1024307&r2=1024308&view=diff
==============================================================================
--- geronimo/components/jaspi/trunk/geronimo-jaspi/pom.xml (original)
+++ geronimo/components/jaspi/trunk/geronimo-jaspi/pom.xml Tue Oct 19 16:19:27 2010
@@ -174,7 +174,7 @@
                         <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>
+                        <Private-Package>org.apache.geronimo.osgi.locator;sxc*</Private-Package>
                         <Bundle-Activator>org.apache.geronimo.osgi.locator.Activator</Bundle-Activator>
                     </instructions>
                 </configuration>