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/04/05 14:07:10 UTC

svn commit: r930847 - /geronimo/specs/trunk/geronimo-jaspic_1.0_spec/pom.xml

Author: rickmcguire
Date: Mon Apr  5 12:07:10 2010
New Revision: 930847

URL: http://svn.apache.org/viewvc?rev=930847&view=rev
Log:
Fix bundle manifest errors

Modified:
    geronimo/specs/trunk/geronimo-jaspic_1.0_spec/pom.xml

Modified: geronimo/specs/trunk/geronimo-jaspic_1.0_spec/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-jaspic_1.0_spec/pom.xml?rev=930847&r1=930846&r2=930847&view=diff
==============================================================================
--- geronimo/specs/trunk/geronimo-jaspic_1.0_spec/pom.xml (original)
+++ geronimo/specs/trunk/geronimo-jaspic_1.0_spec/pom.xml Mon Apr  5 12:07:10 2010
@@ -80,9 +80,6 @@
                         <Private-Package>org.apache.geronimo.osgi.locator</Private-Package>
                         <Bundle-Activator>org.apache.geronimo.osgi.locator.Activator</Bundle-Activator>
                     </instructions>
-                    <instructions>
-                        <Export-Package>javax.security.auth.message*;version=1.0</Export-Package>
-                    </instructions>
                 </configuration>
             </plugin>
         </plugins>