apple eawt stubs

This commit is contained in:
unknown
2009-09-28 06:57:20 +04:00
committed by Constantine Plotnikov
parent e377876446
commit f66d0540d1
4 changed files with 5 additions and 2 deletions
+1
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
View File
Binary file not shown.
Binary file not shown.
+4 -2
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" />