Index: make/build-test.xml
===================================================================
--- make/build-test.xml.orig 2006-05-26 10:15:19.000000000 +0100
+++ make/build-test.xml 2006-05-26 10:16:09.000000000 +0100
@@ -36,7 +36,7 @@
+ depends="clean, test-annotation, test-archive, test-auth, test-beans, test-crypto, test-jndi, test-logging, test-luni, test-math, test-nio, test-nio_char, test-prefs, test-regex, test-rmi, test-security, test-sql, test-text, test-xnet, gen-report, check-test-result">
@@ -172,6 +172,13 @@
+
+
+
+
+
+
+
Index: modules/rmi3/META-INF/MANIFEST.MF
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
+++ modules/rmi3/META-INF/MANIFEST.MF 2006-05-26 09:59:20.000000000 +0100
@@ -0,0 +1,10 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Harmony RMI
+Bundle-SymbolicName: org.apache.harmony.rmi
+Bundle-Version: 1.0.0
+Bundle-ClassPath: .
+Eclipse-JREBundle: true
+Import-Package: java.io,
+ java.lang
+Export-Package: java.rmi
Index: modules/rmi3/make/all.policy
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
+++ modules/rmi3/make/all.policy 2006-05-26 10:20:27.000000000 +0100
@@ -0,0 +1,3 @@
+grant{
+ permission java.security.AllPermission;
+};
Index: modules/rmi3/make/build.xml
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
+++ modules/rmi3/make/build.xml 2006-05-26 09:59:58.000000000 +0100
@@ -0,0 +1,66 @@
+
+
+
+
+ Build for RMI component
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Index: modules/rmi3/make/common/build.xml
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
+++ modules/rmi3/make/common/build.xml 2006-05-26 10:29:12.000000000 +0100
@@ -0,0 +1,177 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ rmi
+
+
+
+ rmi
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Index: modules/rmi3/make/common/hyproperties.xml
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
+++ modules/rmi3/make/common/hyproperties.xml 2006-05-26 10:02:36.000000000 +0100
@@ -0,0 +1,45 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ rmi
+
+
+
+
+
+
+
+
+
+
Index: modules/rmi3/make/patternset.txt
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
+++ modules/rmi3/make/patternset.txt 2006-05-26 10:12:44.000000000 +0100
@@ -0,0 +1,31 @@
+# Copyright 2006 The Apache Software Foundation or its licensors, as applicable
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+java/rmi/*
+java/rmi/activation/*
+java/rmi/dgc/*
+java/rmi/registry/*
+java/rmi/server/*
+
+org/apache/harmony/rmi/*
+org/apache/harmony/rmi/activation/*
+org/apache/harmony/rmi/client/*
+org/apache/harmony/rmi/common/*
+org/apache/harmony/rmi/compiler/*
+org/apache/harmony/rmi/registry/*
+org/apache/harmony/rmi/remoteref/*
+org/apache/harmony/rmi/server/*
+org/apache/harmony/rmi/transport/*
+org/apache/harmony/rmi/transport/proxy/*
+org/apache/harmony/rmi/transport/tcp/*