Implementation dependency
"Pennywise" <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Message-ID | <[email protected]> |
Hello! In my plugin I need to use J2SEProject class that is located in private package of org.netbeans.modules.java.j2seproject module. The only solution that I've found at the moment is to use implementation dependency. But AFAIK this means that I won't be able to publish my plugin on the Plugin Portal Update Center. So, maybe there is another way to solve my problem? Best regards, Alexander