|
@@ -64,6 +64,9 @@ public class Installer extends ModuleInstall {
|
|
// myProjectsDir.mkdirs();
|
|
// myProjectsDir.mkdirs();
|
|
// }
|
|
// }
|
|
|
|
|
|
|
|
+ //Fixes online urls in panels
|
|
|
|
+ System.setProperty("http.agent", "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.4; en-US; rv:1.9.2.2) Gecko/20100316 Firefox/3.6.2");
|
|
|
|
+
|
|
//select project folder
|
|
//select project folder
|
|
String projectDir = NbPreferences.forModule(Installer.class).get("projects_path", null);
|
|
String projectDir = NbPreferences.forModule(Installer.class).get("projects_path", null);
|
|
if (projectDir == null) {
|
|
if (projectDir == null) {
|