GitHub user matthiasblaesing added a comment to the discussion: Is it possible to create a VCS plugin module?
Just looked into the git integration code quickly. Core is not used there (at least there are no references to packages from Versioning Core). The SPI is provided by Versioning, and that is exported API (ok, in this case exported SPI). The Versioning Support Utils module does seem to provide common implementations used by git, svn, hg, but not necessarly required to be used. It makes sense to share these in tree, exporting is a different level of support requirements. As NB is now licenses ALv2, you are free to copy the implementations. So given the cloudy question, I give a cloudy answer: Yeah, most probably. GitHub link: https://github.com/apache/netbeans/discussions/8890#discussioncomment-14650469 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [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
