[kaffe] CVS kaffe (robilad): Added missing moved System.java file for internal tests

Kaffe CVS cvs-commits at kaffe.org
Sat Jan 1 13:39:09 PST 2005


PatchSet 5743 
Date: 2005/01/01 21:34:38
Author: robilad
Branch: HEAD
Tag: (none) 
Log:
Added missing moved System.java file for internal tests

2005-01-01  Dalibor Topic  <robilad at kaffe.org>

        * test/internal/System.java: Removed.
        * test/internal/java/lang/System.java: Moved over here.

Members: 
	ChangeLog:1.3287->1.3288 
	test/internal/System.java:1.1->1.2(DEAD) 
	test/internal/java/lang/System.java:INITIAL->1.1 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.3287 kaffe/ChangeLog:1.3288
--- kaffe/ChangeLog:1.3287	Sat Jan  1 19:57:46 2005
+++ kaffe/ChangeLog	Sat Jan  1 21:34:38 2005
@@ -1,4 +1,9 @@
 2005-01-01  Dalibor Topic  <robilad at kaffe.org>
+	
+	* test/internal/System.java: Removed.
+	* test/internal/java/lang/System.java: Moved over here.
+	
+2005-01-01  Dalibor Topic  <robilad at kaffe.org>
 
 	* test/internal/Makefile.am (CPATH): New variable
 	as shortcut for classpath setting. Prepended '.' to
===================================================================
Checking out kaffe/test/internal/System.java
RCS:  /home/cvs/kaffe/kaffe/test/internal/Attic/System.java,v
VERS: 1.1
***************
--- kaffe/test/internal/System.java	Sat Jan  1 21:39:09 2005
+++ /dev/null	Sun Aug  4 19:57:58 2002
@@ -1,11 +0,0 @@
-
-package java.lang;
-
-public class System
-{
-	public static native void arraycopy(Object src,
-					    int src_position,
-					    Object dst,
-					    int dst_position,
-					    int length);
-}
===================================================================
Checking out kaffe/test/internal/java/lang/System.java
RCS:  /home/cvs/kaffe/kaffe/test/internal/java/lang/System.java,v
VERS: 1.1
***************
--- /dev/null	Sun Aug  4 19:57:58 2002
+++ kaffe/test/internal/java/lang/System.java	Sat Jan  1 21:39:09 2005
@@ -0,0 +1,11 @@
+
+package java.lang;
+
+public class System
+{
+	public static native void arraycopy(Object src,
+					    int src_position,
+					    Object dst,
+					    int dst_position,
+					    int length);
+}




More information about the kaffe mailing list