changeset in /hg/icedtea: 2008-03-04 Lillian Angel <langel at red...

Lillian Angel langel at redhat.com
Thu May 29 14:11:11 PDT 2008


changeset cf28a734a321 in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=cf28a734a321
description:
	2008-03-04  Lillian Angel  <langel at redhat.com>

	        * rt/com/sun/script: Removed.
	        * rt/java/io: Removed.
	        * rt/javax/script: Removed.
	        * rt/sun/: Removed.
	        * Makefile.am: Updated rt.jar.
	        * Makefile.in: Regenerated.
	        * .hgignore: Updated with new files copied from openjdk srcs.

diffstat:

32 files changed, 17 insertions(+), 2082 deletions(-)
.hgignore                                                   |    1 
ChangeLog                                                   |   10 
Makefile.am                                                 |    5 
Makefile.in                                                 |    5 
rt/com/sun/script/javascript/ClassShutter.java              |   43 --
rt/com/sun/script/javascript/Context.java                   |  170 --------
rt/com/sun/script/javascript/ContextFactory.java            |   60 ---
rt/com/sun/script/javascript/Function.java                  |   48 --
rt/com/sun/script/javascript/ImporterTopLevel.java          |  131 ------
rt/com/sun/script/javascript/JavaScriptException.java       |   54 --
rt/com/sun/script/javascript/LazilyLoadedCtor.java          |   47 --
rt/com/sun/script/javascript/NativeArray.java               |   54 --
rt/com/sun/script/javascript/NativeJavaClass.java           |   44 --
rt/com/sun/script/javascript/NativeJavaObject.java          |  127 ------
rt/com/sun/script/javascript/RhinoException.java            |   59 ---
rt/com/sun/script/javascript/Script.java                    |   48 --
rt/com/sun/script/javascript/ScriptRuntime.java             |   54 --
rt/com/sun/script/javascript/Scriptable.java                |   70 ---
rt/com/sun/script/javascript/ScriptableObject.java          |  107 -----
rt/com/sun/script/javascript/Undefined.java                 |   42 --
rt/com/sun/script/javascript/WrapFactory.java               |   48 --
rt/java/io/PushbackReader.java                              |   62 ---
rt/javax/script/Synchronizer.java                           |   49 --
rt/sun/dc/path/FastPathProducer.java                        |   56 --
rt/sun/dc/path/PathConsumer.java                            |   60 ---
rt/sun/dc/path/PathException.java                           |   42 --
rt/sun/dc/pr/PRException.java                               |   42 --
rt/sun/dc/pr/PathDasher.java                                |  115 -----
rt/sun/dc/pr/PathStroker.java                               |  139 -------
rt/sun/dc/pr/Rasterizer.java                                |  212 -----------
rt/sun/org/mozilla/javascript/internal/NativeJavaArray.java |   47 --
rt/sun/org/mozilla/javascript/internal/Wrapper.java         |   48 --

diffs (truncated from 2264 to 500 lines):

diff -r fbe341700451 -r cf28a734a321 .hgignore
--- a/.hgignore	Tue Mar 04 21:57:56 2008 -0500
+++ b/.hgignore	Tue Mar 04 23:01:48 2008 -0500
@@ -418,4 +418,5 @@ rt/javax/net/ssl/X509ExtendedKeyManager.
 rt/javax/net/ssl/X509ExtendedKeyManager.java
 rt/javax/net/ssl/X509KeyManager.java
 rt/javax/net/ssl/X509TrustManager.java
+rt/java/io/
 generated/sun/awt/X11/generator/sizer.32.orig
diff -r fbe341700451 -r cf28a734a321 ChangeLog
--- a/ChangeLog	Tue Mar 04 21:57:56 2008 -0500
+++ b/ChangeLog	Tue Mar 04 23:01:48 2008 -0500
@@ -1,3 +1,13 @@ 2008-03-04  Lillian Angel  <langel at redha
+2008-03-04  Lillian Angel  <langel at redhat.com>
+
+	* rt/com/sun/script: Removed.
+	* rt/java/io: Removed.
+	* rt/javax/script: Removed.
+	* rt/sun/: Removed.
+	* Makefile.am: Updated rt.jar.
+	* Makefile.in: Regenerated.
+	* .hgignore: Updated with new files copied from openjdk srcs.
+
 2008-03-04  Lillian Angel  <langel at redhat.com>
 
 	* Makefile.am: Removed gnu from tools.jar.
diff -r fbe341700451 -r cf28a734a321 Makefile.am
--- a/Makefile.am	Tue Mar 04 21:57:56 2008 -0500
+++ b/Makefile.am	Tue Mar 04 23:01:48 2008 -0500
@@ -615,6 +615,7 @@ ICEDTEA_COPY_DIRS = \
 	com/sun/jdi/request \
 	com/sun/jmx/snmp/agent \
 	com/sun/tools/jdi \
+	java/io \
 	java/util \
 	java/rmi \
 	javax/net/ssl
@@ -758,10 +759,10 @@ bootstrap/jdk1.7.0/jre/lib/rt-closed.jar
 	if ! test -f stamps/icedtea-ecj.stamp ; \
         then \
           $(JAR) cf $@ -C lib/rt com -C lib/rt java \
-          -C lib/rt javax -C lib/rt sun -C lib/rt org -C lib/rt net; \
+          -C lib/rt javax -C lib/rt net; \
 	else \
           $(ICEDTEA_BOOT_DIR)/bin/jar cf $@ -C lib/rt com -C lib/rt java \
-          -C lib/rt javax -C lib/rt sun -C lib/rt org -C lib/rt net; \
+          -C lib/rt javax -C lib/rt net; \
 	fi
 	if test -d bootstrap/ecj/jre/lib ; \
 	then \
diff -r fbe341700451 -r cf28a734a321 Makefile.in
--- a/Makefile.in	Tue Mar 04 21:57:56 2008 -0500
+++ b/Makefile.in	Tue Mar 04 23:01:48 2008 -0500
@@ -407,6 +407,7 @@ ICEDTEA_COPY_DIRS = \
 	com/sun/jdi/request \
 	com/sun/jmx/snmp/agent \
 	com/sun/tools/jdi \
+	java/io \
 	java/util \
 	java/rmi \
 	javax/net/ssl
@@ -1216,10 +1217,10 @@ bootstrap/jdk1.7.0/jre/lib/rt-closed.jar
 	if ! test -f stamps/icedtea-ecj.stamp ; \
         then \
           $(JAR) cf $@ -C lib/rt com -C lib/rt java \
-          -C lib/rt javax -C lib/rt sun -C lib/rt org -C lib/rt net; \
+          -C lib/rt javax -C lib/rt net; \
 	else \
           $(ICEDTEA_BOOT_DIR)/bin/jar cf $@ -C lib/rt com -C lib/rt java \
-          -C lib/rt javax -C lib/rt sun -C lib/rt org -C lib/rt net; \
+          -C lib/rt javax -C lib/rt net; \
 	fi
 	if test -d bootstrap/ecj/jre/lib ; \
 	then \
diff -r fbe341700451 -r cf28a734a321 rt/com/sun/script/javascript/ClassShutter.java
--- a/rt/com/sun/script/javascript/ClassShutter.java	Tue Mar 04 21:57:56 2008 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,43 +0,0 @@
-/* ClassShutter.java -- stub file.
-   Copyright (C) 2007 Red Hat, Inc.
-
-This file is part of IcedTea.
-
-IcedTea is free software; you can redistribute it and/or
-modify it under the terms of the GNU General Public License as published by
-the Free Software Foundation, version 2.
-
-IcedTea is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-General Public License for more details.
-
-You should have received a copy of the GNU General Public License
-along with IcedTea; see the file COPYING.  If not, write to
-the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
-02110-1301 USA.
-
-Linking this library statically or dynamically with other modules is
-making a combined work based on this library.  Thus, the terms and
-conditions of the GNU General Public License cover the whole
-combination.
-
-As a special exception, the copyright holders of this library give you
-permission to link this library with independent modules to produce an
-executable, regardless of the license terms of these independent
-modules, and to copy and distribute the resulting executable under
-terms of your choice, provided that you also meet, for each linked
-independent module, the terms and conditions of the license of that
-module.  An independent module is a module which is not derived from
-or based on this library.  If you modify this library, you may extend
-this exception to your version of the library, but you are not
-obligated to do so.  If you do not wish to do so, delete this
-exception statement from your version.
-*/
-
-package com.sun.script.javascript;
-
-public interface ClassShutter {
-
-	boolean visibleToScripts(String name);
-}
diff -r fbe341700451 -r cf28a734a321 rt/com/sun/script/javascript/Context.java
--- a/rt/com/sun/script/javascript/Context.java	Tue Mar 04 21:57:56 2008 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,170 +0,0 @@
-/* Context.java -- stub file.
-   Copyright (C) 2007 Red Hat, Inc.
-
-This file is part of IcedTea.
-
-IcedTea is free software; you can redistribute it and/or
-modify it under the terms of the GNU General Public License as published by
-the Free Software Foundation, version 2.
-
-IcedTea is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-General Public License for more details.
-
-You should have received a copy of the GNU General Public License
-along with IcedTea; see the file COPYING.  If not, write to
-the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
-02110-1301 USA.
-
-Linking this library statically or dynamically with other modules is
-making a combined work based on this library.  Thus, the terms and
-conditions of the GNU General Public License cover the whole
-combination.
-
-As a special exception, the copyright holders of this library give you
-permission to link this library with independent modules to produce an
-executable, regardless of the license terms of these independent
-modules, and to copy and distribute the resulting executable under
-terms of your choice, provided that you also meet, for each linked
-independent module, the terms and conditions of the license of that
-module.  An independent module is a module which is not derived from
-or based on this library.  If you modify this library, you may extend
-this exception to your version of the library, but you are not
-obligated to do so.  If you do not wish to do so, delete this
-exception statement from your version.
-*/
-
-package com.sun.script.javascript;
-
-import java.io.IOException;
-import java.io.Reader;
-
-import javax.script.Bindings;
-
-public class Context {
-
-	protected static final int FEATURE_E4X = 0;
-	public static Object[] emptyArgs;
-
-	public Scriptable newObject(Scriptable scope) {
-		throw new RuntimeException("Not implemented.");
-		// TODO Auto-generated method stub
-
-	}
-
-	public static boolean toBoolean(Object res) {
-		throw new RuntimeException("Not implemented.");
-		// TODO Auto-generated method stub
-
-	}
-
-	public static Scriptable toObject(Object object, Scriptable topLevel) {
-		throw new RuntimeException("Not implemented.");
-		// TODO Auto-generated method stub
-
-	}
-
-	public static Object toString(Object tmp) {
-		throw new RuntimeException("Not implemented.");
-		// TODO Auto-generated method stub
-
-	}
-
-	public static Context getCurrentContext() {
-		throw new RuntimeException("Not implemented.");
-		// TODO Auto-generated method stub
-
-	}
-
-	public static RhinoException reportRuntimeError(String string) {
-		throw new RuntimeException("Not implemented.");
-		// TODO Auto-generated method stub
-
-	}
-
-	public void evaluateString(RhinoTopLevel level, String builtinVariables, String string, int i, Object object) {
-		throw new RuntimeException("Not implemented.");
-		// TODO Auto-generated method stub
-		
-	}
-
-	public static Object javaToJS(Bindings bind, Scriptable topLevelScope) {
-		throw new RuntimeException("Not implemented.");
-		// TODO Auto-generated method stub
-
-	}
-
-	public Object getUndefinedValue() {
-		throw new RuntimeException("Not implemented.");
-		// TODO Auto-generated method stub
-
-	}
-
-	public void setClassShutter(ClassShutter instance) {
-		throw new RuntimeException("Not implemented.");
-		// TODO Auto-generated method stub
-		
-	}
-
-	public void setWrapFactory(WrapFactory instance) {
-		throw new RuntimeException("Not implemented.");
-		// TODO Auto-generated method stub
-		
-	}
-
-	public static void exit() {
-		throw new RuntimeException("Not implemented.");
-		// TODO Auto-generated method stub
-		
-	}
-
-	public static Object jsToJava(Object res, Class desiredType) {
-		throw new RuntimeException("Not implemented.");
-		// TODO Auto-generated method stub
-
-	}
-
-	public Object evaluateReader(Scriptable scope, Reader reader, String filename, int i, Object object) throws IOException {
-		throw new RuntimeException("Not implemented.");
-		// TODO Auto-generated method stub
-
-	}
-
-	public void evaluateString(Scriptable newScope, String printSource, String string, int i, Object object) {
-		throw new RuntimeException("Not implemented.");
-		// TODO Auto-generated method stub
-		
-	}
-
-	public Script compileReader(Scriptable scope, Reader script, String fileName, int i, Object object) {
-		throw new RuntimeException("Not implemented.");
-		// TODO Auto-generated method stub
-
-	}
-
-	public static Context enter() {
-		throw new RuntimeException("Not implemented.");
-		// TODO Auto-generated method stub
-
-	}
-
-	public static Object javaToJS(Object object, RhinoTopLevel topLevel) {
-		throw new RuntimeException("Not implemented.");
-		// TODO Auto-generated method stub
-
-	}
-
-	public Object toObject(Object thiz, RhinoTopLevel topLevel) {
-		throw new RuntimeException("Not implemented.");
-		// TODO Auto-generated method stub
-
-	}
-
-	public static Object javaToJS(Object value, ExternalScriptable scriptable) {
-		throw new RuntimeException("Not implemented.");
-		// TODO Auto-generated method stub
-
-	}
-
-}
diff -r fbe341700451 -r cf28a734a321 rt/com/sun/script/javascript/ContextFactory.java
--- a/rt/com/sun/script/javascript/ContextFactory.java	Tue Mar 04 21:57:56 2008 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,60 +0,0 @@
-/* ContextFactory.java -- stub file.
-   Copyright (C) 2007 Red Hat, Inc.
-
-This file is part of IcedTea.
-
-IcedTea is free software; you can redistribute it and/or
-modify it under the terms of the GNU General Public License as published by
-the Free Software Foundation, version 2.
-
-IcedTea is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-General Public License for more details.
-
-You should have received a copy of the GNU General Public License
-along with IcedTea; see the file COPYING.  If not, write to
-the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
-02110-1301 USA.
-
-Linking this library statically or dynamically with other modules is
-making a combined work based on this library.  Thus, the terms and
-conditions of the GNU General Public License cover the whole
-combination.
-
-As a special exception, the copyright holders of this library give you
-permission to link this library with independent modules to produce an
-executable, regardless of the license terms of these independent
-modules, and to copy and distribute the resulting executable under
-terms of your choice, provided that you also meet, for each linked
-independent module, the terms and conditions of the license of that
-module.  An independent module is a module which is not derived from
-or based on this library.  If you modify this library, you may extend
-this exception to your version of the library, but you are not
-obligated to do so.  If you do not wish to do so, delete this
-exception statement from your version.
-*/
-
-package com.sun.script.javascript;
-
-public class ContextFactory {
-
-	public static void initGlobal(ContextFactory factory) {
-		throw new RuntimeException("Not implemented.");
-		// TODO Auto-generated method stub
-		
-	}
-
-	protected Context makeContext() {
-		throw new RuntimeException("Not implemented.");
-		// TODO Auto-generated method stub
-
-	}
-
-	public boolean hasFeature(Context cx, int feature) {
-		throw new RuntimeException("Not implemented.");
-		// TODO Auto-generated method stub
-
-	}
-
-}
diff -r fbe341700451 -r cf28a734a321 rt/com/sun/script/javascript/Function.java
--- a/rt/com/sun/script/javascript/Function.java	Tue Mar 04 21:57:56 2008 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,48 +0,0 @@
-/* Function.java -- stub file.
-   Copyright (C) 2007 Red Hat, Inc.
-
-This file is part of IcedTea.
-
-IcedTea is free software; you can redistribute it and/or
-modify it under the terms of the GNU General Public License as published by
-the Free Software Foundation, version 2.
-
-IcedTea is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-General Public License for more details.
-
-You should have received a copy of the GNU General Public License
-along with IcedTea; see the file COPYING.  If not, write to
-the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
-02110-1301 USA.
-
-Linking this library statically or dynamically with other modules is
-making a combined work based on this library.  Thus, the terms and
-conditions of the GNU General Public License cover the whole
-combination.
-
-As a special exception, the copyright holders of this library give you
-permission to link this library with independent modules to produce an
-executable, regardless of the license terms of these independent
-modules, and to copy and distribute the resulting executable under
-terms of your choice, provided that you also meet, for each linked
-independent module, the terms and conditions of the license of that
-module.  An independent module is a module which is not derived from
-or based on this library.  If you modify this library, you may extend
-this exception to your version of the library, but you are not
-obligated to do so.  If you do not wish to do so, delete this
-exception statement from your version.
-*/
-
-package com.sun.script.javascript;
-
-public interface Function {
-
-	Object call(Context cx, Scriptable scope, Scriptable tmp, Object[] args) throws RhinoException;
-
-	Scriptable construct(Context cx, Scriptable scope, Object[] args) throws RhinoException;
-
-	Scriptable getParentScope();
-
-}
diff -r fbe341700451 -r cf28a734a321 rt/com/sun/script/javascript/ImporterTopLevel.java
--- a/rt/com/sun/script/javascript/ImporterTopLevel.java	Tue Mar 04 21:57:56 2008 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,131 +0,0 @@
-/* ImporterTopLevel.java -- stub file.
-   Copyright (C) 2007 Red Hat, Inc.
-
-This file is part of IcedTea.
-
-IcedTea is free software; you can redistribute it and/or
-modify it under the terms of the GNU General Public License as published by
-the Free Software Foundation, version 2.
-
-IcedTea is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-General Public License for more details.
-
-You should have received a copy of the GNU General Public License
-along with IcedTea; see the file COPYING.  If not, write to
-the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
-02110-1301 USA.
-
-Linking this library statically or dynamically with other modules is
-making a combined work based on this library.  Thus, the terms and
-conditions of the GNU General Public License cover the whole
-combination.
-
-As a special exception, the copyright holders of this library give you
-permission to link this library with independent modules to produce an
-executable, regardless of the license terms of these independent
-modules, and to copy and distribute the resulting executable under
-terms of your choice, provided that you also meet, for each linked
-independent module, the terms and conditions of the license of that
-module.  An independent module is a module which is not derived from
-or based on this library.  If you modify this library, you may extend
-this exception to your version of the library, but you are not
-obligated to do so.  If you do not wish to do so, delete this
-exception statement from your version.
-*/
-
-package com.sun.script.javascript;
-
-public class ImporterTopLevel implements Scriptable {
-
-	public ImporterTopLevel(Context cx) {
-		throw new RuntimeException("Not implemented.");
-		// TODO Auto-generated constructor stub
-	}
-	
-    protected void defineFunctionProperties(String[] names, Class<RhinoTopLevel> name, String dontenum) {
-		throw new RuntimeException("Not implemented.");
-		// TODO Auto-generated method stub
-		
-	}
-
-	public void delete(String name) {
-		throw new RuntimeException("Not implemented.");
-		// TODO Auto-generated method stub
-		
-	}
-
-	public void delete(int index) {
-		throw new RuntimeException("Not implemented.");
-		// TODO Auto-generated method stub
-		
-	}
-
-	public Object get(String name, Scriptable start) {
-		throw new RuntimeException("Not implemented.");
-		// TODO Auto-generated method stub
-
-	}
-
-	public Object get(int index, Scriptable start) {
-		throw new RuntimeException("Not implemented.");
-		// TODO Auto-generated method stub
-
-	}
-
-	public Object getDefaultValue(Class hint) {
-		throw new RuntimeException("Not implemented.");
-		// TODO Auto-generated method stub
-
-	}
-
-	public Object[] getIds() {
-		throw new RuntimeException("Not implemented.");
-		// TODO Auto-generated method stub



More information about the distro-pkg-dev mailing list