matthiasblaesing commented on code in PR #9254:
URL: https://github.com/apache/netbeans/pull/9254#discussion_r3343582041
##########
platform/o.apache.commons.lang3/build.xml:
##########
@@ -21,5 +21,19 @@
-->
<project name="platform/o.apache.commons.lang3" default="build" basedir=".">
<import file="../../nbbuild/templates/projectized.xml"/>
- <target name="jar"/>
+ <!--
+ The NetBeans module org.apache.commons.lang3 is just a repackaging
+ of the original bundle, with problematic elements relating to OSGI
+ and Netbinox replaced in the MANIFEST.
+ -->
Review Comment:
Ok - I see. Maybe it is finally time to ditch equinox (@mbien did some work
that might enable us to do that). The hack from
https://github.com/apache/netbeans/pull/9329 fixed the problem for bouncy
castle, but there the Import-Packages are declared optional.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists