Author: olegk
Date: Sat Mar 24 11:09:15 2012
New Revision: 1304761
URL: http://svn.apache.org/viewvc?rev=1304761&view=rev
Log:
MIME4J-213: OSGi metadata fix
Contributed by Raman Gupta <rocketraman at gmail.com>
Modified:
james/mime4j/trunk/pom.xml
Modified: james/mime4j/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/james/mime4j/trunk/pom.xml?rev=1304761&r1=1304760&r2=1304761&view=diff
==============================================================================
--- james/mime4j/trunk/pom.xml (original)
+++ james/mime4j/trunk/pom.xml Sat Mar 24 11:09:15 2012
@@ -104,7 +104,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
- <version>2.3.4</version>
+ <version>2.3.6</version>
</plugin>
</plugins>
</pluginManagement>
@@ -211,12 +211,6 @@
</execution>
</executions>
<extensions>true</extensions>
- <configuration>
- <instructions>
-
<Export-Package>org.apache.james.mime4j.*</Export-Package>
- <Embed-Dependency>*;scope=runtime</Embed-Dependency>
- </instructions>
- </configuration>
</plugin>
</plugins>
</build>