mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 22:09:38 +07:00
apple eawt stubs
This commit is contained in:
committed by
Constantine Plotnikov
parent
e377876446
commit
f66d0540d1
@@ -131,6 +131,7 @@ def layoutFull(String targetDirectory) {
|
||||
|
||||
fileset(dir: "$home/lib") {
|
||||
include(name: "*.jar")
|
||||
exclude(name: "eawtstub.jar")
|
||||
}
|
||||
|
||||
fileset(dir: "$home/lib/src") {
|
||||
|
||||
BIN
lib/eawtstub.jar
Normal file
BIN
lib/eawtstub.jar
Normal file
Binary file not shown.
BIN
lib/src/eawtstub_src.zip
Normal file
BIN
lib/src/eawtstub_src.zip
Normal file
Binary file not shown.
@@ -9,10 +9,12 @@
|
||||
<orderEntry type="module-library">
|
||||
<library>
|
||||
<CLASSES>
|
||||
<root url="jar://$MODULE_DIR$/../../../lib/ui.jar!/" />
|
||||
<root url="jar://$MODULE_DIR$/../../lib/eawtstub.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC />
|
||||
<SOURCES />
|
||||
<SOURCES>
|
||||
<root url="jar://$MODULE_DIR$/../../lib/src/eawtstub_src.zip!/src" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</orderEntry>
|
||||
<orderEntry type="inheritedJdk" />
|
||||
|
||||
Reference in New Issue
Block a user