From 09c09fce3d3778aca7f7a7dfd638c8e00edadc95 Mon Sep 17 00:00:00 2001 From: "William L. Thomson Jr" Date: Thu, 26 Apr 2018 12:17:55 -0400 Subject: [PATCH] build: Drop idlj from install/link to run-java-tool.bash for Java 11 Conflicts with dev-java/idlj, which now provides idlj binary --- InstallScript.cmake | 1 - 1 file changed, 1 deletion(-) diff --git a/InstallScript.cmake b/InstallScript.cmake index b1dc09d..e681da5 100644 --- a/InstallScript.cmake +++ b/InstallScript.cmake @@ -15,7 +15,6 @@ set(JAVA_BIN_TOOLS "appletviewer" - "idlj" "jaotc" "jar" "jarsigner"