mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Fix NCDFE 'org.w3c.dom.ElementTraversal' in standalone-jps by adding necessary jars to package.
Problem introduced on Jan 26 in commit 6ff87c6 (IDEA-CR-17756)
This commit is contained in:
@@ -93,6 +93,7 @@ def layoutJps(String home, String targetDir, String buildNumber, Closure additio
|
||||
include(name: "netty-all-*.jar")
|
||||
include(name: "snappy-in-java-*.jar")
|
||||
include(name: "xercesImpl.jar")
|
||||
include(name: "xml-apis.jar")
|
||||
}
|
||||
fileset(dir: "$home/jps/lib") {
|
||||
include(name: "optimizedFileManager.jar")
|
||||
|
||||
Reference in New Issue
Block a user