소스 검색

Fixes #186 - The JDK dropped Apache Derby

and hence the folder cannot be chmodded anymore
MeFisto94 6 년 전
부모
커밋
b672b1edc0
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      nbi/stub/ext/components/products/helloworld/src/org/mycompany/ConfigurationLogic.java

+ 0 - 1
nbi/stub/ext/components/products/helloworld/src/org/mycompany/ConfigurationLogic.java

@@ -199,7 +199,6 @@ public class ConfigurationLogic extends ProductConfigurationLogic {
             // ADDED BY KIRILL: force correct permissions for JDK files
             LogManager.log("Setting JDK files as executable");
             setExecutableContents(target, "bin");
-            setExecutableContents(target, "db/bin");
             setExecutableContents(target, "jre/bin");
             setExecutableFile(target, "lib/jexec");
             setExecutableFile(target, "lib/amd64/libjawt.so");