File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -274,9 +274,12 @@ target platform and specify -Dntdll_target=msbuild on the mvn command line.
274274 <configuration >
275275 <instructions >
276276 <!-- omit chainsaw and LF5 -->
277- <Export-Package >org.apache.log4j.*;version=1.2.18;-noimport:=true</Export-Package >
277+ <Export-Package >!org.apache.log4j.lf5.*,
278+ !org.apache.log4j.chainsaw.*,
279+ org.apache.log4j.*;version=1.2.18;-noimport:=true</Export-Package >
278280 <!-- all other potential imports are covered by DynamicImport-Package earlier -->
279- <Import-Package >javax.jmdns.*;resolution:=optional,
281+ <Import-Package >!javax.swing.*,
282+ javax.jmdns.*;resolution:=optional,
280283 javax.jms.*;resolution:=optional,
281284 javax.mail.*;resolution:=optional,
282285 *</Import-Package >
You can’t perform that action at this time.
0 commit comments