Author: rdonkin
Date: Tue May 31 14:51:45 2011
New Revision: 1129721

URL: http://svn.apache.org/viewvc?rev=1129721&view=rev
Log:
Push OSGI binding into parent pom

Modified:
    james/mailet/ai/trunk/pom.xml

Modified: james/mailet/ai/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/james/mailet/ai/trunk/pom.xml?rev=1129721&r1=1129720&r2=1129721&view=diff
==============================================================================
--- james/mailet/ai/trunk/pom.xml (original)
+++ james/mailet/ai/trunk/pom.xml Tue May 31 14:51:45 2011
@@ -146,37 +146,7 @@ Javadoc
           </execution>
         </executions>
       </plugin>
-      
-
-<!-- 
-
-
-
-
-=============================================
-OSGI
- -->
-      <plugin>
-         <groupId>org.apache.felix</groupId>
-         <artifactId>maven-bundle-plugin</artifactId>
-         <executions>
-            <execution>
-               <id>bundle-manifest</id>
-               <phase>process-classes</phase>
-               <goals>
-                  <goal>manifest</goal>
-               </goals>
-            </execution>
-         </executions>
-         <extensions>true</extensions>
-         <configuration>
-            <instructions>
-               <Export-Package>org.apache.james.ai.*</Export-Package>
-               <Embed-Dependency>*;scope=runtime</Embed-Dependency>
-            </instructions>
-         </configuration>
-      </plugin>
-      
+            
     </plugins>
   </build>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to