File tree 4 files changed +6
-10
lines changed
platform/o.n.bootstrap/launcher/windows
4 files changed +6
-10
lines changed Original file line number Diff line number Diff line change 19
19
20
20
#define COMPANY ""
21
21
#define COMPONENT "Apache NetBeans IDE Launcher"
22
- #define VER "101.1.0 .0"
23
- #define FVER 101,1,0 ,0
24
- #define BUILD_ID "101100 "
22
+ #define VER "101.1.1 .0"
23
+ #define FVER 101,1,1 ,0
24
+ #define BUILD_ID "101110 "
25
25
#define INTERNAL_NAME "netbeans"
26
26
#define COPYRIGHT "Based on Apache NetBeans from the Apache Software Foundation and is licensed under Apache License Version 2.0"
27
27
#define NAME "Apache NetBeans IDE Launcher"
Original file line number Diff line number Diff line change @@ -52,7 +52,6 @@ const char *PlatformLauncher::OPT_NB_USERDIR = "-Dnetbeans.user=";
52
52
const char *PlatformLauncher::OPT_DEFAULT_USERDIR_ROOT = " -Dnetbeans.default_userdir_root=" ;
53
53
const char *PlatformLauncher::OPT_HEAP_DUMP = " -XX:+HeapDumpOnOutOfMemoryError" ;
54
54
const char *PlatformLauncher::OPT_HEAP_DUMP_PATH = " -XX:HeapDumpPath=" ;
55
- const char *PlatformLauncher::OPT_JAVA_SECURITY_MANAGER_ALLOW = " -Djava.security.manager=allow" ;
56
55
const char *PlatformLauncher::OPT_KEEP_WORKING_SET_ON_MINIMIZE = " -Dsun.awt.keepWorkingSetOnMinimize=true" ;
57
56
const char *PlatformLauncher::OPT_CLASS_PATH = " -Djava.class.path=" ;
58
57
const char *PlatformLauncher::OPT_SPLASH = " -splash:" ;
@@ -579,8 +578,6 @@ void PlatformLauncher::prepareOptions() {
579
578
option = OPT_KEEP_WORKING_SET_ON_MINIMIZE;
580
579
javaOptions.push_back (option);
581
580
582
- option = OPT_JAVA_SECURITY_MANAGER_ALLOW;
583
- javaOptions.push_back (option);
584
581
}
585
582
586
583
string & PlatformLauncher::constructClassPath (bool runUpdater) {
Original file line number Diff line number Diff line change @@ -42,7 +42,6 @@ class PlatformLauncher {
42
42
static const char *OPT_DEFAULT_USERDIR_ROOT;
43
43
static const char *OPT_HEAP_DUMP;
44
44
static const char *OPT_HEAP_DUMP_PATH;
45
- static const char *OPT_JAVA_SECURITY_MANAGER_ALLOW;
46
45
static const char *OPT_KEEP_WORKING_SET_ON_MINIMIZE;
47
46
static const char *OPT_CLASS_PATH;
48
47
static const char *OPT_SPLASH;
Original file line number Diff line number Diff line change 19
19
20
20
#define COMPANY ""
21
21
#define COMPONENT "Apache NetBeans Platform Launcher"
22
- #define VER "101.1.0 .0"
23
- #define FVER 101,1,0 ,0
24
- #define BUILD_ID "101100 "
22
+ #define VER "101.1.1 .0"
23
+ #define FVER 101,1,1 ,0
24
+ #define BUILD_ID "101110 "
25
25
#define INTERNAL_NAME "nbexec"
26
26
#define COPYRIGHT "Based on Apache NetBeans from the Apache Software Foundation and is licensed under Apache License Version 2.0"
27
27
#define NAME "Apache NetBeans Platform Launcher"
You can’t perform that action at this time.
0 commit comments