You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by oh...@apache.org on 2009/09/26 16:26:43 UTC

svn commit: r819140 - in /commons/proper/lang/trunk/src/java/org/apache/commons/lang/concurrent: ./ package.html

Author: oheger
Date: Sat Sep 26 14:26:43 2009
New Revision: 819140

URL: http://svn.apache.org/viewvc?rev=819140&view=rev
Log:
[LANG-529] Created new concurrent package.

Added:
    commons/proper/lang/trunk/src/java/org/apache/commons/lang/concurrent/
    commons/proper/lang/trunk/src/java/org/apache/commons/lang/concurrent/package.html   (with props)

Added: commons/proper/lang/trunk/src/java/org/apache/commons/lang/concurrent/package.html
URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/java/org/apache/commons/lang/concurrent/package.html?rev=819140&view=auto
==============================================================================
--- commons/proper/lang/trunk/src/java/org/apache/commons/lang/concurrent/package.html (added)
+++ commons/proper/lang/trunk/src/java/org/apache/commons/lang/concurrent/package.html Sat Sep 26 14:26:43 2009
@@ -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.
+-->
+<html>
+<body>
+Provides support classes for multi-threaded programming. This package is
+intended to be an extension to <code>java.util.concurrent</code>.
+</body>
+</html>

Propchange: commons/proper/lang/trunk/src/java/org/apache/commons/lang/concurrent/package.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: commons/proper/lang/trunk/src/java/org/apache/commons/lang/concurrent/package.html
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: commons/proper/lang/trunk/src/java/org/apache/commons/lang/concurrent/package.html
------------------------------------------------------------------------------
    svn:mime-type = text/html