mbien commented on code in PR #9030:
URL: https://github.com/apache/netbeans/pull/9030#discussion_r2553817719


##########
java/xml.jaxb/nbproject/project.xml:
##########
@@ -61,6 +61,23 @@
                         <specification-version>1.40</specification-version>
                     </run-dependency>
                 </dependency>
+                <dependency>
+                    
<code-name-base>org.netbeans.api.progress.nb</code-name-base>

Review Comment:
   ah I see. If I understood it correctly, there was an attempt to reduce the 
surface area of that API and split it in two (pre-apache, see linked commit in 
https://github.com/apache/netbeans/pull/8927).
   
   `org.netbeans.api.progress` would be the minimal/toolkit independent API. If 
I see this correctly it would be sufficient for this module since it uses only 
`ProgressHandle` and nothing more advanced. I likely forgot to add it as direct 
dependency to this module since I had to fix some manually.



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