Author: jbonofre
Date: Tue Jul 31 14:25:39 2012
New Revision: 1367573

URL: http://svn.apache.org/viewvc?rev=1367573&view=rev
Log:
[MRM-1651] Simplify the OSGi statements

Modified:
    
archiva/redback/redback-core/trunk/redback-authentication/redback-authentication-api/pom.xml
    
archiva/redback/redback-core/trunk/redback-authentication/redback-authentication-providers/redback-authentication-ldap/pom.xml

Modified: 
archiva/redback/redback-core/trunk/redback-authentication/redback-authentication-api/pom.xml
URL: 
http://svn.apache.org/viewvc/archiva/redback/redback-core/trunk/redback-authentication/redback-authentication-api/pom.xml?rev=1367573&r1=1367572&r2=1367573&view=diff
==============================================================================
--- 
archiva/redback/redback-core/trunk/redback-authentication/redback-authentication-api/pom.xml
 (original)
+++ 
archiva/redback/redback-core/trunk/redback-authentication/redback-authentication-api/pom.xml
 Tue Jul 31 14:25:39 2012
@@ -54,13 +54,6 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
-        <configuration>
-          <instructions>
-            <Export-Bundle>
-              
org.apache.archiva.redback.authentication;version=${project.version}
-            </Export-Bundle>
-          </instructions>
-        </configuration>
       </plugin>
     </plugins>
   </build>

Modified: 
archiva/redback/redback-core/trunk/redback-authentication/redback-authentication-providers/redback-authentication-ldap/pom.xml
URL: 
http://svn.apache.org/viewvc/archiva/redback/redback-core/trunk/redback-authentication/redback-authentication-providers/redback-authentication-ldap/pom.xml?rev=1367573&r1=1367572&r2=1367573&view=diff
==============================================================================
--- 
archiva/redback/redback-core/trunk/redback-authentication/redback-authentication-providers/redback-authentication-ldap/pom.xml
 (original)
+++ 
archiva/redback/redback-core/trunk/redback-authentication/redback-authentication-providers/redback-authentication-ldap/pom.xml
 Tue Jul 31 14:25:39 2012
@@ -94,13 +94,6 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
-        <configuration>
-          <instructions>
-            <Export-Package>
-              org.apache.archiva.redback.authentication.ldap
-            </Export-Package>
-          </instructions>
-        </configuration>
       </plugin>
       <plugin>
         <groupId>org.sonatype.plugins</groupId>


Reply via email to