Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/ikvm-fork.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsmallsql <smallsql>2011-02-22 23:50:13 +0300
committersmallsql <smallsql>2011-02-22 23:50:13 +0300
commit23ba2f8b00e9317fc579932a6c9a8e0d9600d518 (patch)
tree1b8e94a80f6f5988a4ff5902a3b11f92d63da1df /openjdk/openjdk.build
parentc24cd301cf382a9a29e99da9dea4a78322447325 (diff)
Added missing non-internal look and feel resources to the SwingAWT dll
Diffstat (limited to 'openjdk/openjdk.build')
-rw-r--r--openjdk/openjdk.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/openjdk/openjdk.build b/openjdk/openjdk.build
index a1007ddf..878a8f8b 100644
--- a/openjdk/openjdk.build
+++ b/openjdk/openjdk.build
@@ -151,6 +151,8 @@
<zip zipfile="resources.zip">
<fileset basedir="${OpenJDK.dir}/jdk/src/share/classes">
<include name="com/sun/swing/internal/plaf/**/*" />
+ <include name="com/sun/java/swing/plaf/**/*.properties" />
+ <include name="com/sun/java/swing/plaf/**/*.gif" />
</fileset>
</zip>
</target>