apple eawt stubs

This commit is contained in:
unknown
2009-09-27 19:31:24 +04:00
committed by Constantine Plotnikov
parent e377876446
commit f66d0540d1
4 changed files with 5 additions and 2 deletions

View File

@@ -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

Binary file not shown.

BIN
lib/src/eawtstub_src.zip Normal file

Binary file not shown.

View File

@@ -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" />