Pre-setting the Subversion Repository URL
"WeserLinux19" <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Message-ID | <[email protected]> |
Hello markieweb it seems it is simply saved in config/Preferences/org/netbeans/modules/subversion.properties According to the NB 8.1 sources, the preferences file is read/written with something like Code: NbPreferences.forModule(SvnModuleConfig.class); or Code: NbPreferences.forModule(Subversion.class) But I do not know how to refer to one of these classes in my application. How can I import them in order to access the subversion.properties file? many thanks for the help Olaf