Index: depends/patternsets/x_net.txt
===================================================================
--- depends/patternsets/x_net.txt (revision 0)
+++ depends/patternsets/x_net.txt (revision 0)
@@ -0,0 +1,16 @@
+# Copyright 2005 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.
+
+javax/net/*
+javax/net/ssl/*
Index: modules/x_net/META-INF/MANIFEST.MF
===================================================================
--- modules/x_net/META-INF/MANIFEST.MF (revision 0)
+++ modules/x_net/META-INF/MANIFEST.MF (revision 0)
@@ -0,0 +1,18 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Harmony Security
+Bundle-SymbolicName: org.apache.harmony.x_net
+Bundle-Version: 1.0.0
+Bundle-ClassPath: .
+Eclipse-JREBundle: true
+Import-Package: org.apache.harmony.security.fortress,
+ java.io,
+ java.lang,
+ java.net,
+ java.nio,
+ java.security,
+ java.security.cert,
+ java.util,
+ javax.security.cert
+Export-Package: javax.net,
+ javax.net.ssl
Index: make/build-java.xml
===================================================================
--- make/build-java.xml (revision 372197)
+++ make/build-java.xml (working copy)
@@ -32,6 +32,7 @@
+
@@ -150,6 +151,13 @@
excludesfile="${components.patternsets}/kernel.txt" />
+
+
+
+
+
@@ -173,6 +181,7 @@
+
@@ -220,6 +229,10 @@
+
+
+
+
@@ -299,4 +312,94 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+