Skip to content

Commit 37da638

Browse files
committed
correct bundles info
Signed-off-by: Ceki Gulcu <ceki@qos.ch>
1 parent 15f9a0f commit 37da638

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

pom.xml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)