mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Standalone JPS should include jna-platform.jar and oromatcher.jar
This commit is contained in:
@@ -80,6 +80,8 @@ def layoutJps(String home, String targetDir, String buildNumber, Closure additio
|
||||
fileset(dir: "$home/lib") {
|
||||
include(name: "jdom.jar")
|
||||
include(name: "jna.jar")
|
||||
include(name: "jna-platform.jar")
|
||||
include(name: "oromatcher.jar")
|
||||
include(name: "trove4j.jar")
|
||||
include(name: "asm-all.jar")
|
||||
include(name: "nanoxml-*.jar")
|
||||
|
||||
Reference in New Issue
Block a user