Skip to content

Commit fba0229

Browse files
authored
Fixes #186 - The JDK dropped Apache Derby
and hence the folder cannot be chmodded anymore
1 parent 836de36 commit fba0229

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nbi/stub/ext/components/products/helloworld/src/org/mycompany/ConfigurationLogic.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,6 @@ public void install(Progress progress) throws InstallationException {
199199
// ADDED BY KIRILL: force correct permissions for JDK files
200200
LogManager.log("Setting JDK files as executable");
201201
setExecutableContents(target, "bin");
202-
setExecutableContents(target, "db/bin");
203202
setExecutableContents(target, "jre/bin");
204203
setExecutableFile(target, "lib/jexec");
205204
setExecutableFile(target, "lib/amd64/libjawt.so");

0 commit comments

Comments
 (0)