neilcsmith-net commented on a change in pull request #3443:
URL: https://github.com/apache/netbeans/pull/3443#discussion_r782965873



##########
File path: nbbuild/antsrc/org/netbeans/nbbuild/ReleaseJsonProperties.java
##########
@@ -114,9 +114,9 @@ public void execute() throws BuildException {
         } catch (ParseException | IOException ex) {
             throw new BuildException(ex);
         }
-        
+
         // remove empty api doc 
-        ri.removeIf(e -> e.apidocurl.isEmpty());
+        //ri.removeIf(e -> e.apidocurl.isEmpty());

Review comment:
       @JaroslavTulach normally I'd be the first to agree with you on data 
duplication, but as also mentioned there, we're losing the canonical record of 
Apache IDE releases in that file, which is also important because it's used 
elsewhere. Let's keep conversation on that there.




-- 
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

Reply via email to