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/05/06 01:18:20 UTC

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

Author: djencks
Date: Wed May  5 23:18:19 2010
New Revision: 941530

URL: http://svn.apache.org/viewvc?rev=941530&view=rev
Log:
final pom cleanup

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=941530&r1=941529&r2=941530&view=diff
==============================================================================
--- geronimo/components/jaspi/trunk/geronimo-jaspi/pom.xml (original)
+++ geronimo/components/jaspi/trunk/geronimo-jaspi/pom.xml Wed May  5 23:18:19 2010
@@ -124,6 +124,22 @@
 
     </dependencies>
     <build>
+        <pluginManagement>
+            <plugins>
+                <plugin>
+                  <groupId>org.apache.maven.plugins</groupId>
+                  <artifactId>maven-jar-plugin</artifactId>
+                  <configuration>
+                    <archive>
+                      <manifest>
+                        <addDefaultSpecificationEntries>false</addDefaultSpecificationEntries>
+                      </manifest>
+                    </archive>
+                  </configuration>
+                </plugin>
+
+            </plugins>
+        </pluginManagement>
 
         <plugins>
 
@@ -146,13 +162,21 @@
                     <instructions>
                         <Export-Package>org.apache.geronimo.components.jaspi*;version=1.0</Export-Package>
                         <Export-SPI-Provider>org.apache.geronimo.components.jaspi.AuthConfigFactoryImpl</Export-SPI-Provider>
+                        <Import-Package>
+                            org.apache.geronimo.components.jaspi*;version="[1.0,1.1)",
+                            *
+                        </Import-Package>
+                        <!-- once a maven-bundle-plugin that can interpret the impl/uses version policy is released we can remove the explicit version ranges on import-package -->
                         <_versionpolicy-impl>[$(version;==;$(@)),$(version;=+;$(@)))</_versionpolicy-impl>
                         <_versionpolicy-uses>[$(version;==;$(@)),$(version;+;$(@)))</_versionpolicy-uses>
                         <_versionpolicy>[$(version;==;$(@)),$(version;+;$(@)))</_versionpolicy>
+                        <Specification-Version>1.0</Specification-Version>
+                        <Specification-Title>JASPIC</Specification-Title>
+                        <Specification-Vendor>Sun Microsystems</Specification-Vendor>
                     </instructions>
                 </configuration>
             </plugin>
-         </plugins>
+        </plugins>
     </build>
 
     <profiles>