Author: ndbeyer
Date: Sun Dec 14 14:27:09 2008
New Revision: 726562
URL: http://svn.apache.org/viewvc?rev=726562&view=rev
Log:
Add package-info classes
Added:
harmony/enhanced/classlib/trunk/modules/x-net/src/main/java/javax/net/package-info.java
(with props)
harmony/enhanced/classlib/trunk/modules/x-net/src/main/java/javax/net/ssl/package-info.java
(with props)
Added: harmony/enhanced/classlib/trunk/modules/x-net/src/main/java/javax/net/package-info.java
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/x-net/src/main/java/javax/net/package-info.java?rev=726562&view=auto
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/x-net/src/main/java/javax/net/package-info.java
(added)
+++ harmony/enhanced/classlib/trunk/modules/x-net/src/main/java/javax/net/package-info.java
Sun Dec 14 14:27:09 2008
@@ -0,0 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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.
+ */
+/**
+ * Extended networking APIs, including socket factories.
+ *
+ * @since 1.4
+ */
+package javax.net;
\ No newline at end of file
Propchange: harmony/enhanced/classlib/trunk/modules/x-net/src/main/java/javax/net/package-info.java
------------------------------------------------------------------------------
svn:eol-style = native
Added: harmony/enhanced/classlib/trunk/modules/x-net/src/main/java/javax/net/ssl/package-info.java
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/x-net/src/main/java/javax/net/ssl/package-info.java?rev=726562&view=auto
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/x-net/src/main/java/javax/net/ssl/package-info.java
(added)
+++ harmony/enhanced/classlib/trunk/modules/x-net/src/main/java/javax/net/ssl/package-info.java
Sun Dec 14 14:27:09 2008
@@ -0,0 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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.
+ */
+/**
+ * Secure socket APIs
+ *
+ * @since 1.4
+ */
+package javax.net.ssl;
\ No newline at end of file
Propchange: harmony/enhanced/classlib/trunk/modules/x-net/src/main/java/javax/net/ssl/package-info.java
------------------------------------------------------------------------------
svn:eol-style = native
|