Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 58071 invoked from network); 14 Dec 2008 22:27:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Dec 2008 22:27:35 -0000 Received: (qmail 70617 invoked by uid 500); 14 Dec 2008 22:27:48 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 70520 invoked by uid 500); 14 Dec 2008 22:27:48 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 70510 invoked by uid 99); 14 Dec 2008 22:27:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 14 Dec 2008 14:27:48 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 14 Dec 2008 22:27:29 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 86CF6238889E; Sun, 14 Dec 2008 14:27:09 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r726562 - in /harmony/enhanced/classlib/trunk/modules/x-net/src/main/java/javax/net: package-info.java ssl/package-info.java Date: Sun, 14 Dec 2008 22:27:09 -0000 To: commits@harmony.apache.org From: ndbeyer@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20081214222709.86CF6238889E@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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