vieiro opened a new pull request #3428:
URL: https://github.com/apache/netbeans/pull/3428


   Both cpplite and cnd declare:
   
   - An "Options/C C++" entry.
   - A "Template/Projects/Native" folder.
   
   in the "layer.xml" generated file. This generates failures when one runs 
"ant commit-validation", as reported in 
https://issues.apache.org/jira/browse/NETBEANS-6372
   
   This PR:
   - Makes cpplite and cnd publish the "Template/Projects/Native" folder with 
the same "position" attribute.
   - Adds a friend dependency "cpplite editor" -> "cnd.editor", and 
"cnd.editor" is the responsible for registering the "Options/C C++" dialog. We 
could use a "weight" attribute to solve the situation and avoid this 
dependency, as stated in https://bz.apache.org/netbeans/show_bug.cgi?id=141925 
but sadly the annotation that register the option pane does not support the 
weight attribute.
   - Adds both "cnd" and "dlight" to the "release" cluster, in order to 
validate the "commit-validation" test in our pipelines.
   
   
   


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