You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2018/05/29 04:43:24 UTC

[GitHub] jlahoda commented on a change in pull request #561: Removing GPL licenses from nbbuild/licenses, and a lot of various ref…

jlahoda commented on a change in pull request #561: Removing GPL licenses from nbbuild/licenses, and a lot of various ref…
URL: https://github.com/apache/incubator-netbeans/pull/561#discussion_r191302953
 
 

 ##########
 File path: nbbuild/antsrc/org/netbeans/nbbuild/extlibs/CreateDependencies.java
 ##########
 @@ -107,7 +107,7 @@ public void setSourceDependencies(boolean sourceDependencies) {
 
                 Map<String, Map<String, Set<String>>> dependenciesDesc = new LinkedHashMap<>();
                 dependenciesDesc.put("Runtime dependencies:", origin2TextsRuntime);
-                if (sourceDependencies) {
+                if (sourceDependencies && /*don't print the compile-time dependencies*/false) {
 
 Review comment:
   It was not explicitly part of the objection, but when the list of compile-time dependencies is incomplete (at least to some degree), it seemed better to avoid it at all.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists