JaroslavTulach commented on a change in pull request #2629:
URL: https://github.com/apache/netbeans/pull/2629#discussion_r593308301
##########
File path: ide/projectapi/apichanges.xml
##########
@@ -83,6 +83,23 @@ is the proper place.
<!-- ACTUAL CHANGES BEGIN HERE: -->
<changes>
+ <change id="parent-and-root-project-provider">
+ <api name="general"/>
+ <summary>Added <code>ParentProjectProvider</code> and
<code>RootProjectProvider</code> to improve project hierarchy
discovery</summary>
+ <version major="1" minor="79"/>
+ <date day="2" month="1" year="2021"/>
+ <author login="lkishalmi"/>
+ <compatibility addition="yes"/>
+ <description>
+ <p>
+ <code><a
href="@TOP@/org/netbeans/spi/project/ParentProjectProvider.html">ParentProjectProvider</a></code>
and
+ <code><a
href="@TOP@/org/netbeans/spi/project/RootProjectProvider.html">RootProjectProvider</a></code>
with correspondig
+ utility methods in <code><a
href="@TOP@/org/netbeans/api/project/ProjectUtils.html">RootProjectProvider</a></code>
Review comment:
Here is a typo. The utility method is in `ProjectUtils`! CCing @sdedic
----------------------------------------------------------------
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.
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