Author: carnold
Date: Sat Jun 12 19:50:01 2010
New Revision: 954130
URL: http://svn.apache.org/viewvc?rev=954130&view=rev
Log:
Bug 43282: Add version, -noimport to exported packages
Modified:
logging/log4j/trunk/pom.xml
Modified: logging/log4j/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/logging/log4j/trunk/pom.xml?rev=954130&r1=954129&r2=954130&view=diff
==============================================================================
--- logging/log4j/trunk/pom.xml (original)
+++ logging/log4j/trunk/pom.xml Sat Jun 12 19:50:01 2010
@@ -407,7 +407,9 @@ target platform and specify -Dntdll_targ
<configuration>
<instructions>
<!-- omit chainsaw and LF5 -->
-
<Export-Package>!org.apache.log4j.lf5.*,!org.apache.log4j.chainsaw.*,org.apache.log4j.*</Export-Package>
+ <Export-Package>!org.apache.log4j.lf5.*,
+ !org.apache.log4j.chainsaw.*,
+
org.apache.log4j.*;version=1.2.17;-noimport:=true</Export-Package>
<!-- all other potential imports are covered by
DynamicImport-Package earlier -->
<Import-Package>!javax.swing.*,
!com.ibm.uvm.tools.*,
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]