Skip to content

Commit

Permalink
Moving Windows launcher changes to a separate repository.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlahoda committed Jun 26, 2021
1 parent 540a94d commit 5af5836
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 170 deletions.
49 changes: 0 additions & 49 deletions nbbuild/launchers/README.md

This file was deleted.

94 changes: 0 additions & 94 deletions nbbuild/launchers/build.xml

This file was deleted.

22 changes: 0 additions & 22 deletions nbbuild/launchers/javadoc.txt

This file was deleted.

4 changes: 0 additions & 4 deletions platform/o.n.bootstrap/launcher/windows/platformlauncher.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ const char *PlatformLauncher::OPT_NB_USERDIR = "-Dnetbeans.user=";
const char *PlatformLauncher::OPT_DEFAULT_USERDIR_ROOT = "-Dnetbeans.default_userdir_root=";
const char *PlatformLauncher::OPT_HEAP_DUMP = "-XX:+HeapDumpOnOutOfMemoryError";
const char *PlatformLauncher::OPT_HEAP_DUMP_PATH = "-XX:HeapDumpPath=";
const char *PlatformLauncher::OPT_JAVA_SECURITY_MANAGER_ALLOW = "-Djava.security.manager=allow";
const char *PlatformLauncher::OPT_KEEP_WORKING_SET_ON_MINIMIZE = "-Dsun.awt.keepWorkingSetOnMinimize=true";
const char *PlatformLauncher::OPT_CLASS_PATH = "-Djava.class.path=";
const char *PlatformLauncher::OPT_SPLASH = "-splash:";
Expand Down Expand Up @@ -569,9 +568,6 @@ void PlatformLauncher::prepareOptions() {

option = OPT_KEEP_WORKING_SET_ON_MINIMIZE;
javaOptions.push_back(option);

option = OPT_JAVA_SECURITY_MANAGER_ALLOW;
javaOptions.push_back(option);
}

string & PlatformLauncher::constructClassPath(bool runUpdater) {
Expand Down
1 change: 0 additions & 1 deletion platform/o.n.bootstrap/launcher/windows/platformlauncher.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ class PlatformLauncher {
static const char *OPT_DEFAULT_USERDIR_ROOT;
static const char *OPT_HEAP_DUMP;
static const char *OPT_HEAP_DUMP_PATH;
static const char *OPT_JAVA_SECURITY_MANAGER_ALLOW;
static const char *OPT_KEEP_WORKING_SET_ON_MINIMIZE;
static const char *OPT_CLASS_PATH;
static const char *OPT_SPLASH;
Expand Down

0 comments on commit 5af5836

Please sign in to comment.