changeset in /hg/icedtea6: 2009-06-12 Omair Majid <omajid at redh...

Omair Majid omajid at redhat.com
Fri Jun 12 07:05:23 PDT 2009


changeset eb47e16e3ace in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=eb47e16e3ace
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 0a1a8cd8eda3 -r eb47e16e3ace ChangeLog
--- a/ChangeLog	Thu Jun 11 18:02:04 2009 +0100
+++ b/ChangeLog	Fri Jun 12 10:05:15 2009 -0400
@@ -1,3 +1,8 @@ 2009-06-10  Andrew John Hughes  <ahughes
+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-06-10  Andrew John Hughes  <ahughes at redhat.com>
 	
 	* Makefile.am:
diff -r 0a1a8cd8eda3 -r eb47e16e3ace patches/icedtea-liveconnect.patch
--- a/patches/icedtea-liveconnect.patch	Thu Jun 11 18:02:04 2009 +0100
+++ b/patches/icedtea-liveconnect.patch	Fri Jun 12 10:05:15 2009 -0400
@@ -143,3 +143,20 @@ diff -urN 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