changeset in /hg/icedtea: 2009-06-12 Omair Majid <omajid at redha...
Omair Majid
omajid at redhat.com
Tue Aug 4 09:07:42 PDT 2009
changeset 88c498641265 in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=88c498641265
description:
2009-06-12 Omair Majid <omajid at redhat.com>
* patches/icedtea-liveconnect.patch: Make netscape.javascript package
visible to javac by adding it to the non-core package list.
diffstat:
2 files changed, 22 insertions(+)
ChangeLog | 5 +++++
patches/icedtea-liveconnect.patch | 17 +++++++++++++++++
diffs (36 lines):
diff -r 03e2ef9b5c6b -r 88c498641265 ChangeLog
--- a/ChangeLog Wed Jul 29 10:57:38 2009 -0400
+++ b/ChangeLog Fri Jun 12 10:05:15 2009 -0400
@@ -1,3 +1,8 @@ 2009-07-29 Omair Majid <omajid at redhat.
+2009-06-12 Omair Majid <omajid at redhat.com>
+
+ * patches/icedtea-liveconnect.patch: Make netscape.javascript package
+ visible to javac by adding it to the non-core package list.
+
2009-07-29 Omair Majid <omajid at redhat.com>
* netx/net/sourceforge/jnlp/IconDesc.java: Add new icon kind SHORTCUT.
diff -r 03e2ef9b5c6b -r 88c498641265 patches/icedtea-liveconnect.patch
--- a/patches/icedtea-liveconnect.patch Wed Jul 29 10:57:38 2009 -0400
+++ b/patches/icedtea-liveconnect.patch Fri Jun 12 10:05:15 2009 -0400
@@ -67,3 +67,20 @@ diff -Nru openjdk.orig/jdk/make/sun/plug
+JAVA_ARGS = "{ \"sun.applet.PluginMain\" }"
+include $(BUILDDIR)/common/Program.gmk
+
+--- openjdk/jdk/make/docs/NON_CORE_PKGS.gmk.orig 2009-06-10 17:48:57.000000000 -0400
++++ openjdk/jdk/make/docs/NON_CORE_PKGS.gmk 2009-06-10 17:49:59.000000000 -0400
+@@ -82,11 +82,14 @@
+ TREEAPI_PKGS = com.sun.source.tree \
+ com.sun.source.util
+
++JAVASCRIPT_PKGS = netscape.javascript
++
+ SMARTCARDIO_PKGS = javax.smartcardio
+
+ # non-core packages in rt.jar
+ NON_CORE_PKGS = $(DOMAPI_PKGS) \
+ $(MGMT_PKGS) \
++ $(JAVASCRIPT_PKGS) \
+ $(JAAS_PKGS) \
+ $(JGSS_PKGS) \
+ $(OLD_JSSE_PKGS) \
More information about the distro-pkg-dev
mailing list