Author: carnold
Date: Sat Jun 12 19:51:19 2010
New Revision: 954131
URL: http://svn.apache.org/viewvc?rev=954131&view=rev
Log:
Bug 43282: Provide UtilLoggingLevel, XSLTLayout and SoundAppender in extras
package, add version to Export-Package and suppress unwanted class
Modified:
logging/log4j/companions/extras/trunk/pom.xml
Modified: logging/log4j/companions/extras/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/logging/log4j/companions/extras/trunk/pom.xml?rev=954131&r1=954130&r2=954131&view=diff
==============================================================================
--- logging/log4j/companions/extras/trunk/pom.xml (original)
+++ logging/log4j/companions/extras/trunk/pom.xml Sat Jun 12 19:51:19 2010
@@ -249,19 +249,15 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
- <version>2.0.1</version>
+ <version>2.1.0</version>
<extensions>true</extensions>
<configuration>
<instructions>
- <!-- currently only exporting packages that
- are also supplied by log4j.
- Exporting org.apache.log4j.varia.SoundAppender
- and org.apache.log4j.xml.XSLTLayout requires someone
- more experiences with OSGi -->
- <Export-Package>org.apache.log4j.extras;
- org.apache.log4j.filter;
- org.apache.log4j.rolling;
- org.apache.log4j.rule</Export-Package>
+ <Export-Package>org.apache.log4j.extras;version=1.1,
+ org.apache.log4j.filter;version=1.1,
+ org.apache.log4j.rolling;version=1.1,
+ org.apache.log4j.rule;version=1.1</Export-Package>
+ <Import-Package>!com.ibm.uvm.tools.*,*</Import-Package>
<Bundle-DocURL>http://logging.apache.org/log4j/companions/extras/index.html</Bundle-DocURL>
</instructions>
</configuration>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]