neilcsmith-net commented on code in PR #6502:
URL: https://github.com/apache/netbeans/pull/6502#discussion_r1356511676
##########
profiler/lib.profiler/build.xml:
##########
@@ -34,6 +34,10 @@
<unzip
src="external/profiler-external-binaries-ASF-5273a10f9471d5cf60ed894dc26ec0e59e71cc24.zip"
overwrite="true"
dest="${profiler.cluster}"/>
+ <!-- AL2 licensed binaries, newer build from ASF code -->
+ <unzip src="external/profiler-external-binaries-1-24aefa9.zip"
+ overwrite="true"
+ dest="${profiler.cluster}"/>
Review Comment:
Yes, I was intending to use `patternset` if we wanted to just use the
updated mac binaries. I'll do this change, although those files don't make it
through to the IDE binary anyway.
--
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