You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by ba...@apache.org on 2008/08/10 11:51:42 UTC

svn commit: r684435 - in /james/postage/trunk/stage/concurrent: ./ jars/ jars/concurrent-1.3.4.jar jars/concurrent.LICENSE poms/ poms/concurrent-1.3.4.pom

Author: bago
Date: Sun Aug 10 02:51:41 2008
New Revision: 684435

URL: http://svn.apache.org/viewvc?rev=684435&view=rev
Log:
Stage folder for postage. Artifacts part of this commit are copied from server-trunk.
This include poms/jars from maven repository. As for server-trunk pom files require a deeper check to understand
licensing issues.

Added:
    james/postage/trunk/stage/concurrent/
    james/postage/trunk/stage/concurrent/jars/
    james/postage/trunk/stage/concurrent/jars/concurrent-1.3.4.jar   (with props)
    james/postage/trunk/stage/concurrent/jars/concurrent.LICENSE
    james/postage/trunk/stage/concurrent/poms/
    james/postage/trunk/stage/concurrent/poms/concurrent-1.3.4.pom   (with props)

Added: james/postage/trunk/stage/concurrent/jars/concurrent-1.3.4.jar
URL: http://svn.apache.org/viewvc/james/postage/trunk/stage/concurrent/jars/concurrent-1.3.4.jar?rev=684435&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/postage/trunk/stage/concurrent/jars/concurrent-1.3.4.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/postage/trunk/stage/concurrent/jars/concurrent.LICENSE
URL: http://svn.apache.org/viewvc/james/postage/trunk/stage/concurrent/jars/concurrent.LICENSE?rev=684435&view=auto
==============================================================================
--- james/postage/trunk/stage/concurrent/jars/concurrent.LICENSE (added)
+++ james/postage/trunk/stage/concurrent/jars/concurrent.LICENSE Sun Aug 10 02:51:41 2008
@@ -0,0 +1,4 @@
+Originally written by Doug Lea and released into the public domain.
+This may be used for any purposes whatsoever without acknowledgment.
+Thanks for the assistance and support of Sun Microsystems Labs,
+and everyone contributing, testing, and using this code. 
\ No newline at end of file

Added: james/postage/trunk/stage/concurrent/poms/concurrent-1.3.4.pom
URL: http://svn.apache.org/viewvc/james/postage/trunk/stage/concurrent/poms/concurrent-1.3.4.pom?rev=684435&view=auto
==============================================================================
--- james/postage/trunk/stage/concurrent/poms/concurrent-1.3.4.pom (added)
+++ james/postage/trunk/stage/concurrent/poms/concurrent-1.3.4.pom Sun Aug 10 02:51:41 2008
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<project>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>concurrent</groupId>
+  <artifactId>concurrent</artifactId>
+  <version>1.3.4</version>
+  <name>Dough Lea's util.concurrent package</name>
+  <licenses>
+    <license>
+      <name>Public domain, Sun Microsoystems</name>
+      <url>>http://gee.cs.oswego.edu/dl/classes/EDU/oswego/cs/dl/util/concurrent/intro.html</url>
+      <comments>All classes are released to the public domain and may be used for any purpose whatsoever without permission or acknowledgment. Portions of the CopyOnWriteArrayList and ConcurrentReaderHashMap classes are adapted from Sun JDK source code. These are copyright of Sun Microsystems, Inc, and are used with their kind permission, &lt;a href="http://gee.cs.oswego.edu/dl/classes/EDU/oswego/cs/dl/util/sun-u.c.license.pdf">as described in this license&lt;/a>.</comments>
+    </license>
+  </licenses>
+  <organization>
+    <name>Dough Lea</name>
+    <url>http://gee.cs.oswego.edu/dl/classes/EDU/oswego/cs/dl/util/concurrent/intro.html</url>
+  </organization>
+</project>
\ No newline at end of file

Propchange: james/postage/trunk/stage/concurrent/poms/concurrent-1.3.4.pom
------------------------------------------------------------------------------
    svn:eol-style = native



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org