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 2007/09/16 23:29:38 UTC

svn commit: r576181 [3/5] - in /james/server/trunk: ./ core-library/ experimental-seda-imap-function/ fetchmail-function/ imap-api/ imap-codec-library/ imap-command-library/ imap-mailbox-processor-function/ imapmailbox-library/ imapserver-function/ mor...

Added: james/server/trunk/stage/commons-net/poms/commons-net-1.4.1.pom
URL: http://svn.apache.org/viewvc/james/server/trunk/stage/commons-net/poms/commons-net-1.4.1.pom?rev=576181&view=auto
==============================================================================
--- james/server/trunk/stage/commons-net/poms/commons-net-1.4.1.pom (added)
+++ james/server/trunk/stage/commons-net/poms/commons-net-1.4.1.pom Sun Sep 16 14:29:31 2007
@@ -0,0 +1,153 @@
+<project>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>commons-net</groupId>
+  <artifactId>commons-net</artifactId>
+  <name>Jakarta Commons Net</name>
+  <version>1.4.1</version>
+  <description></description>
+  <url>http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/</url>
+  <issueManagement>
+    <url>http://issues.apache.org/bugzilla/</url>
+  </issueManagement>
+  <ciManagement>
+    <notifiers>
+      <notifier>
+        <configuration>
+          <address>commons-dev@jakarta.apache.org</address>
+        </configuration>
+      </notifier>
+    </notifiers>
+  </ciManagement>
+  <inceptionYear>1997</inceptionYear>
+  <mailingLists>
+    <mailingList>
+      <name>Commons Dev List</name>
+      <subscribe>commons-dev-subscribe@jakarta.apache.org</subscribe>
+      <unsubscribe>commons-dev-unsubscribe@jakarta.apache.org</unsubscribe>
+      <archive>http://mail-archives.apache.org/eyebrowse/SummarizeList?listName=commons-dev@jakarta.apache.org</archive>
+    </mailingList>
+    <mailingList>
+      <name>Commons User List</name>
+      <subscribe>commons-user-subscribe@jakarta.apache.org</subscribe>
+      <unsubscribe>commons-user-unsubscribe@jakarta.apache.org</unsubscribe>
+      <archive>http://mail-archives.apache.org/eyebrowse/SummarizeList?listName=commons-user@jakarta.apache.org</archive>
+    </mailingList>
+  </mailingLists>
+  <developers>
+    <developer>
+      <id>brekke</id>
+      <name>Jeffrey D. Brekke</name>
+      <email>Jeff.Brekke@qg.com</email>
+      <organization>Quad/Graphics, Inc.</organization>
+    </developer>
+    <developer>
+      <id>scohen</id>
+      <name>Steve Cohen</name>
+      <email>scohen@apache.org</email>
+      <organization>javactivity.org</organization>
+    </developer>
+    <developer>
+      <id>brudav</id>
+      <name>Bruno D'Avanzo</name>
+      <email>bruno.davanzo@hp.com</email>
+      <organization>Hewlett-Packard</organization>
+    </developer>
+    <developer>
+      <id>dfs</id>
+      <name>Daniel F. Savarese</name>
+      <email>dfs -> apache.org</email>
+      <organization>savarese.org</organization>
+    </developer>
+    <developer>
+      <id>rwinston</id>
+      <name>Rory Winston</name>
+      <email>rwinston@apache.org</email>
+      <organization></organization>
+    </developer>
+  </developers>
+  <contributors>
+    <contributor>
+      <name>Mario Ivankovits</name>
+      <email>mario@ops.co.at</email>
+    </contributor>
+    <contributor>
+      <name>Tapan Karecha</name>
+      <email>tapan@india.hp.com</email>
+    </contributor>
+    <contributor>
+      <name>Winston Ojeda</name>
+      <email>Winston.Ojeda@qg.com</email>
+      <organization>Quad/Graphics, Inc.</organization>
+    </contributor>
+    <contributor>
+      <name>Ted Wise</name>
+      <email>ctwise@bellsouth.net</email>
+    </contributor>
+  </contributors>
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>/LICENSE.txt</url>
+    </license>
+  </licenses>
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/proper/${pom.artifactId.substring(8)}/trunk</connection>
+    <url>http://svn.apache.org/repos/asf/jakarta/commons/proper/${pom.artifactId.substring(8)}/trunk</url>
+  </scm>
+  <organization>
+    <name>The Apache Software Foundation</name>
+    <url>http://jakarta.apache.org</url>
+  </organization>
+  <build>
+    <sourceDirectory>src/java</sourceDirectory>
+    <testSourceDirectory>src/test</testSourceDirectory>
+    <resources>
+      <resource>
+        <targetPath>META-INF</targetPath>
+        <directory>${basedir}</directory>
+        <includes>
+          <include>NOTICE.txt</include>
+        </includes>
+      </resource>
+    </resources>
+    <plugins>
+      <plugin>
+        <artifactId>surefire</artifactId>
+        <configuration>
+          <includes>
+            <include>**/*Test.java</include>
+          </includes>
+          <excludes>
+            <exclude>**/*FunctionalTest.java</exclude>
+            <exclude>**/*POP3*.java</exclude>
+          </excludes>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>statcvs</groupId>
+        <artifactId>maven-statcvs-plugin</artifactId>
+        <version>2.5</version>
+        <configuration />
+      </plugin>
+    </plugins>
+  </build>
+  <dependencies>
+    <dependency>
+      <groupId>oro</groupId>
+      <artifactId>oro</artifactId>
+      <version>2.0.8</version>
+    </dependency>
+  </dependencies>
+  <distributionManagement>
+    <repository>
+      <id>default</id>
+      <name>Default Repository</name>
+      <url>file:///www/jakarta.apache.org/builds/jakarta-commons/${pom.artifactId.substring(8)}/</url>
+    </repository>
+    <site>
+      <id>default</id>
+      <name>Default Site</name>
+      <url>scp://jakarta.apache.org//www/jakarta.apache.org/commons/${pom.artifactId.substring(8)}/</url>
+    </site>
+  </distributionManagement>
+</project>
\ No newline at end of file

Added: james/server/trunk/stage/commons-pool/poms/commons-pool-1.2.pom
URL: http://svn.apache.org/viewvc/james/server/trunk/stage/commons-pool/poms/commons-pool-1.2.pom?rev=576181&view=auto
==============================================================================
--- james/server/trunk/stage/commons-pool/poms/commons-pool-1.2.pom (added)
+++ james/server/trunk/stage/commons-pool/poms/commons-pool-1.2.pom Sun Sep 16 14:29:31 2007
@@ -0,0 +1,153 @@
+<project>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>commons-pool</groupId>
+  <artifactId>commons-pool</artifactId>
+  <name>Commons Pool</name>
+  <version>1.2</version>
+  <description>Commons Object Pooling Library</description>
+  <url>http://jakarta.apache.org/commons/pool/</url>
+  <issueManagement>
+    <url>http://issues.apache.org/bugzilla/</url>
+  </issueManagement>
+  <ciManagement>
+    <notifiers>
+      <notifier>
+        <address>commons-dev@jakarta.apache.org</address>
+      </notifier>
+    </notifiers>
+  </ciManagement>
+  <inceptionYear>2001</inceptionYear>
+  <mailingLists>
+    <mailingList>
+      <name>Commons Dev List</name>
+      <subscribe>commons-dev-subscribe@jakarta.apache.org</subscribe>
+      <unsubscribe>commons-dev-unsubscribe@jakarta.apache.org</unsubscribe>
+      <archive>http://nagoya.apache.org/eyebrowse/SummarizeList?listName=commons-dev@jakarta.apache.org</archive>
+    </mailingList>
+    <mailingList>
+      <name>Commons User List</name>
+      <subscribe>commons-user-subscribe@jakarta.apache.org</subscribe>
+      <unsubscribe>commons-user-unsubscribe@jakarta.apache.org</unsubscribe>
+      <archive>http://nagoya.apache.org/eyebrowse/SummarizeList?listName=commons-user@jakarta.apache.org</archive>
+    </mailingList>
+  </mailingLists>
+  <developers>
+    <developer>
+      <id>morgand</id>
+      <name>Morgan Delagrange</name>
+      <email></email>
+      <organization></organization>
+    </developer>
+    <developer>
+      <id>geirm</id>
+      <name>Geir Magnusson</name>
+      <email></email>
+      <organization></organization>
+    </developer>
+    <developer>
+      <id>craigmcc</id>
+      <name>Craig McClanahan</name>
+      <email></email>
+      <organization></organization>
+    </developer>
+    <developer>
+      <id>rwaldhoff</id>
+      <name>Rodney Waldhoff</name>
+      <email></email>
+      <organization></organization>
+    </developer>
+    <developer>
+      <id>dweinr1</id>
+      <name>David Weinrich</name>
+      <email></email>
+      <organization></organization>
+    </developer>
+    <developer>
+      <id>dirkv</id>
+      <name>Dirk Verbeeck</name>
+      <email></email>
+      <organization></organization>
+    </developer>
+  </developers>
+  <contributors>
+    <contributor>
+      <name>Todd Carmichael</name>
+      <email>toddc@concur.com</email>
+    </contributor>
+  </contributors>
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>/LICENSE.txt</url>
+    </license>
+  </licenses>
+  <scm>
+    <connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:jakarta-commons/pool</connection>
+    <url>http://cvs.apache.org/viewcvs/jakarta-commons/pool/</url>
+  </scm>
+  <organization>
+    <name>The Apache Software Foundation</name>
+    <url>http://jakarta.apache.org</url>
+  </organization>
+  <build>
+    <sourceDirectory>src/java</sourceDirectory>
+    <testSourceDirectory>src/test</testSourceDirectory>
+    <resources>
+      <resource>
+        <directory>${basedir}</directory>
+        <targetPath>META-INF</targetPath>
+        <includes>
+          <include>NOTICE.txt</include>
+        </includes>
+      </resource>
+    </resources>
+    <plugins>
+      <plugin>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <includes>
+            <include>org/apache/commons/pool/Test*Factory.java</include>
+            <include>org/apache/commons/pool/TestBaseObjectPool.java</include>
+            <include>org/apache/commons/pool/TestBaseKeyedObjectPool.java</include>
+            <include>org/apache/commons/pool/impl/Test*Pool.java</include>
+          </includes>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+  <dependencies>
+    <dependency>
+      <groupId>commons-collections</groupId>
+      <artifactId>commons-collections</artifactId>
+      <version>2.1</version>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>3.8.1</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>xml-apis</groupId>
+      <artifactId>xml-apis</artifactId>
+      <version>2.0.2</version>
+    </dependency>
+    <dependency>
+      <groupId>xerces</groupId>
+      <artifactId>xerces</artifactId>
+      <version>2.0.2</version>
+    </dependency>
+  </dependencies>
+  <distributionManagement>
+    <repository>
+      <id>default</id>
+      <name>Default Repository</name>
+      <url>file:///www/jakarta.apache.org/builds/jakarta-commons/pool/</url>
+    </repository>
+    <site>
+      <id>default</id>
+      <name>Default Site</name>
+      <url>scp://jakarta.apache.org//www/jakarta.apache.org/commons/pool/</url>
+    </site>
+  </distributionManagement>
+</project>
\ No newline at end of file

Added: james/server/trunk/stage/concurrent/poms/concurrent-1.3.4.pom
URL: http://svn.apache.org/viewvc/james/server/trunk/stage/concurrent/poms/concurrent-1.3.4.pom?rev=576181&view=auto
==============================================================================
--- james/server/trunk/stage/concurrent/poms/concurrent-1.3.4.pom (added)
+++ james/server/trunk/stage/concurrent/poms/concurrent-1.3.4.pom Sun Sep 16 14:29:31 2007
@@ -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

Added: james/server/trunk/stage/dnsjava/jars/dnsjava-2.0.5.jar
URL: http://svn.apache.org/viewvc/james/server/trunk/stage/dnsjava/jars/dnsjava-2.0.5.jar?rev=576181&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/server/trunk/stage/dnsjava/jars/dnsjava-2.0.5.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/server/trunk/stage/dnsjava/poms/dnsjava-2.0.5.pom
URL: http://svn.apache.org/viewvc/james/server/trunk/stage/dnsjava/poms/dnsjava-2.0.5.pom?rev=576181&view=auto
==============================================================================
--- james/server/trunk/stage/dnsjava/poms/dnsjava-2.0.5.pom (added)
+++ james/server/trunk/stage/dnsjava/poms/dnsjava-2.0.5.pom Sun Sep 16 14:29:31 2007
@@ -0,0 +1,15 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>dnsjava</groupId>
+  <artifactId>dnsjava</artifactId>
+  <name>dnsjava</name>
+  <version>2.0.5</version>
+  <packaging>jar</packaging>
+  <url>http://www.dnsjava.org</url>
+  <licenses>
+    <license>
+      <name>BSD license</name>
+      <url>http://www.dnsjava.org/README</url>
+    </license>
+  </licenses>
+</project>
\ No newline at end of file

Added: james/server/trunk/stage/javax.activation/poms/activation-1.1.pom
URL: http://svn.apache.org/viewvc/james/server/trunk/stage/javax.activation/poms/activation-1.1.pom?rev=576181&view=auto
==============================================================================
--- james/server/trunk/stage/javax.activation/poms/activation-1.1.pom (added)
+++ james/server/trunk/stage/javax.activation/poms/activation-1.1.pom Sun Sep 16 14:29:31 2007
@@ -0,0 +1,6 @@
+<project>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>javax.activation</groupId>
+  <artifactId>activation</artifactId>
+  <version>1.1</version>
+</project>

Modified: james/server/trunk/stage/javax.mail/jars/mail-1.4.1ea-SNAPSHOT.jar
URL: http://svn.apache.org/viewvc/james/server/trunk/stage/javax.mail/jars/mail-1.4.1ea-SNAPSHOT.jar?rev=576181&r1=576180&r2=576181&view=diff
==============================================================================
Binary files - no diff available.

Added: james/server/trunk/stage/javax.mail/poms/mail-1.4.1ea-SNAPSHOT.pom
URL: http://svn.apache.org/viewvc/james/server/trunk/stage/javax.mail/poms/mail-1.4.1ea-SNAPSHOT.pom?rev=576181&view=auto
==============================================================================
--- james/server/trunk/stage/javax.mail/poms/mail-1.4.1ea-SNAPSHOT.pom (added)
+++ james/server/trunk/stage/javax.mail/poms/mail-1.4.1ea-SNAPSHOT.pom Sun Sep 16 14:29:31 2007
@@ -0,0 +1,13 @@
+<project>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>javax.mail</groupId>
+  <artifactId>mail</artifactId>
+  <version>1.4.1ea-SNAPSHOT</version>
+  <dependencies>
+    <dependency>
+      <groupId>javax.activation</groupId>
+      <artifactId>activation</artifactId>
+      <version>1.1</version>
+    </dependency>
+  </dependencies>
+</project>

Added: james/server/trunk/stage/jmock/poms/jmock-1.1.0.pom
URL: http://svn.apache.org/viewvc/james/server/trunk/stage/jmock/poms/jmock-1.1.0.pom?rev=576181&view=auto
==============================================================================
--- james/server/trunk/stage/jmock/poms/jmock-1.1.0.pom (added)
+++ james/server/trunk/stage/jmock/poms/jmock-1.1.0.pom Sun Sep 16 14:29:31 2007
@@ -0,0 +1,31 @@
+<project>
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>jmock</groupId>
+    <artifactId>jmock</artifactId>
+    <version>1.1.0</version>
+    <packaging>jar</packaging>
+    <name>jMock</name>
+    <url>http://www.jmock.org/</url>
+    <description>jMock is a library for testing Java code using mock objects</description>
+    <licenses>
+        <license>
+            <name>BSD</name>
+            <url>http://www.jmock.org/license.html</url>
+            <distribution>repo</distribution>
+        </license>
+    </licenses>
+    <scm>
+        <url>http://cvs.jmock.codehaus.org/browse/jmock/jmock</url>
+    </scm>
+    <organization>
+        <name>jMock.org</name>
+        <url>http://www.jmock.org/</url>
+    </organization>
+    <dependencies>
+	    <dependency>
+			<groupId>junit</groupId>
+			<artifactId>junit</artifactId>
+			<version>3.8.1</version>
+		</dependency>
+	</dependencies>
+</project>

Added: james/server/trunk/stage/mstor/poms/mstor-0.9.9.pom
URL: http://svn.apache.org/viewvc/james/server/trunk/stage/mstor/poms/mstor-0.9.9.pom?rev=576181&view=auto
==============================================================================
--- james/server/trunk/stage/mstor/poms/mstor-0.9.9.pom (added)
+++ james/server/trunk/stage/mstor/poms/mstor-0.9.9.pom Sun Sep 16 14:29:31 2007
@@ -0,0 +1,68 @@
+<?xml version="1.0" encoding="UTF-8"?><project>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>mstor</groupId>
+  <artifactId>mstor</artifactId>
+  <name>mstor</name>
+  <version>0.9.9</version>
+  <organization>
+    <name>Ben Fortuna</name>
+    <url>http://sourceforge.net/users/fortuna</url>
+  </organization>
+  <build>
+    <sourceDirectory>source</sourceDirectory>
+    <testSourceDirectory>test</testSourceDirectory>
+    <resources>
+      <resource>
+        <directory>source</directory>
+        <excludes>
+          <exclude>**/*.java</exclude>
+        </excludes>
+      </resource>
+    </resources>
+    <testResources>
+      <testResource>
+        <directory>test</directory>
+        <excludes>
+          <exclude>**/*.java</exclude>
+        </excludes>
+      </testResource>
+    </testResources>
+    <plugins>
+      <plugin>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <includes>
+            <include>**/*Test.java</include>
+          </includes>
+          <excludes>
+            <exclude>net/fortuna/ical4j/model/MStorTest.java</exclude>
+            <exclude>**/*Abstract*Test.java</exclude>
+          </excludes>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+  <dependencies>
+    <dependency>
+      <groupId>jdom</groupId>
+      <artifactId>jdom</artifactId>
+      <version>1.0</version>
+    </dependency>
+    <dependency>
+      <groupId>xstream</groupId>
+      <artifactId>xstream</artifactId>
+      <version>1.1.3</version>
+    </dependency>
+    <dependency>
+      <groupId>commons-logging</groupId>
+      <artifactId>commons-logging</artifactId>
+      <version>1.0.4</version>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>3.8.1</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+</project>
\ No newline at end of file

Added: james/server/trunk/stage/mx4j/poms/mx4j-jmx-1.1.1.pom
URL: http://svn.apache.org/viewvc/james/server/trunk/stage/mx4j/poms/mx4j-jmx-1.1.1.pom?rev=576181&view=auto
==============================================================================
--- james/server/trunk/stage/mx4j/poms/mx4j-jmx-1.1.1.pom (added)
+++ james/server/trunk/stage/mx4j/poms/mx4j-jmx-1.1.1.pom Sun Sep 16 14:29:31 2007
@@ -0,0 +1,6 @@
+<project>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>mx4j</groupId>
+  <artifactId>mx4j-jmx</artifactId>
+  <version>1.1.1</version>
+</project>
\ No newline at end of file

Added: james/server/trunk/stage/org.apache.avalon.cornerstone.connection/jars/cornerstone-connection-api-2.2.2.jar
URL: http://svn.apache.org/viewvc/james/server/trunk/stage/org.apache.avalon.cornerstone.connection/jars/cornerstone-connection-api-2.2.2.jar?rev=576181&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/server/trunk/stage/org.apache.avalon.cornerstone.connection/jars/cornerstone-connection-api-2.2.2.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/server/trunk/stage/org.apache.avalon.cornerstone.connection/jars/cornerstone-connection-impl-2.2.2.jar
URL: http://svn.apache.org/viewvc/james/server/trunk/stage/org.apache.avalon.cornerstone.connection/jars/cornerstone-connection-impl-2.2.2.jar?rev=576181&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/server/trunk/stage/org.apache.avalon.cornerstone.connection/jars/cornerstone-connection-impl-2.2.2.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/server/trunk/stage/org.apache.avalon.cornerstone.connection/poms/cornerstone-connection-1.pom
URL: http://svn.apache.org/viewvc/james/server/trunk/stage/org.apache.avalon.cornerstone.connection/poms/cornerstone-connection-1.pom?rev=576181&view=auto
==============================================================================
--- james/server/trunk/stage/org.apache.avalon.cornerstone.connection/poms/cornerstone-connection-1.pom (added)
+++ james/server/trunk/stage/org.apache.avalon.cornerstone.connection/poms/cornerstone-connection-1.pom Sun Sep 16 14:29:31 2007
@@ -0,0 +1,38 @@
+<?xml version="1.0"?>
+<!--
+  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.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <parent>
+    <groupId>org.apache.avalon.cornerstone</groupId>
+    <artifactId>avalon-cornerstone-modules</artifactId>
+    <version>1</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.avalon.cornerstone.connection</groupId>
+  <artifactId>cornerstone-connection</artifactId>
+  <name>Cornerstone Connections</name>
+  <packaging>pom</packaging>
+  <modules>
+    <module>api</module>
+    <module>impl</module>
+  </modules>
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</connection>
+    <url>https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</url>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</developerConnection>
+  </scm>
+</project>
\ No newline at end of file

Added: james/server/trunk/stage/org.apache.avalon.cornerstone.connection/poms/cornerstone-connection-api-2.2.2.pom
URL: http://svn.apache.org/viewvc/james/server/trunk/stage/org.apache.avalon.cornerstone.connection/poms/cornerstone-connection-api-2.2.2.pom?rev=576181&view=auto
==============================================================================
--- james/server/trunk/stage/org.apache.avalon.cornerstone.connection/poms/cornerstone-connection-api-2.2.2.pom (added)
+++ james/server/trunk/stage/org.apache.avalon.cornerstone.connection/poms/cornerstone-connection-api-2.2.2.pom Sun Sep 16 14:29:31 2007
@@ -0,0 +1,62 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  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.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <parent>
+    <groupId>org.apache.excalibur</groupId>
+    <artifactId>excalibur</artifactId>
+    <version>3</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.avalon.cornerstone.connection</groupId>
+  <artifactId>cornerstone-connection-api</artifactId>
+  <version>2.2.2</version>
+  <name>Cornerstone Connections API</name>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.avalon.cornerstone.sockets</groupId>
+      <artifactId>cornerstone-sockets-api</artifactId>
+      <version>2.2.2</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.excalibur.components</groupId>
+      <artifactId>excalibur-thread-api</artifactId>
+      <version>2.2.1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.avalon.cornerstone.threads</groupId>
+      <artifactId>cornerstone-threads-api</artifactId>
+      <version>2.2.1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.excalibur.components</groupId>
+      <artifactId>excalibur-pool-api</artifactId>
+      <version>2.2.1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.avalon.framework</groupId>
+      <artifactId>avalon-framework-api</artifactId>
+      <version>4.3.1</version>
+    </dependency>
+  </dependencies>
+  <build />
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/cornerstone-connection-api-2.2.2</connection>
+    <url>https://svn.apache.org/repos/asf/excalibur/tags/cornerstone-connection-api-2.2.2</url>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/cornerstone-connection-api-2.2.2</developerConnection>
+  </scm>
+</project>

Added: james/server/trunk/stage/org.apache.avalon.cornerstone.connection/poms/cornerstone-connection-impl-2.2.2.pom
URL: http://svn.apache.org/viewvc/james/server/trunk/stage/org.apache.avalon.cornerstone.connection/poms/cornerstone-connection-impl-2.2.2.pom?rev=576181&view=auto
==============================================================================
--- james/server/trunk/stage/org.apache.avalon.cornerstone.connection/poms/cornerstone-connection-impl-2.2.2.pom (added)
+++ james/server/trunk/stage/org.apache.avalon.cornerstone.connection/poms/cornerstone-connection-impl-2.2.2.pom Sun Sep 16 14:29:31 2007
@@ -0,0 +1,104 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  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.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <parent>
+    <groupId>org.apache.excalibur</groupId>
+    <artifactId>excalibur</artifactId>
+    <version>3</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.avalon.cornerstone.connection</groupId>
+  <artifactId>cornerstone-connection-impl</artifactId>
+  <name>Cornerstone Connections Implementation</name>
+  <version>2.2.2</version>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.avalon.cornerstone.connection</groupId>
+      <artifactId>cornerstone-connection-api</artifactId>
+      <version>2.2.2</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.avalon.cornerstone.sockets</groupId>
+      <artifactId>cornerstone-sockets-api</artifactId>
+      <version>2.2.2</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.avalon.cornerstone.threads</groupId>
+      <artifactId>cornerstone-threads-api</artifactId>
+      <version>2.2.2</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.excalibur.components</groupId>
+      <artifactId>excalibur-thread-api</artifactId>
+      <version>2.2.1</version>
+    </dependency>
+    <dependency>
+      <groupId>commons-logging</groupId>
+      <artifactId>commons-logging</artifactId>
+      <version>1.0.4</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.excalibur.components</groupId>
+      <artifactId>excalibur-pool-api</artifactId>
+      <version>2.2.1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.excalibur.components</groupId>
+      <artifactId>excalibur-pool-impl</artifactId>
+      <version>2.2.1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.excalibur.components</groupId>
+      <artifactId>excalibur-datasource</artifactId>
+      <version>2.2.1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.avalon.cornerstone.connection</groupId>
+      <artifactId>cornerstone-connection-api</artifactId>
+      <version>2.2.2</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.avalon.framework</groupId>
+      <artifactId>avalon-framework-api</artifactId>
+      <version>4.3.1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.avalon.framework</groupId>
+      <artifactId>avalon-framework-impl</artifactId>
+      <version>4.3.1</version>
+    </dependency>
+    <dependency>
+      <groupId>xml-apis</groupId>
+      <artifactId>xml-apis</artifactId>
+      <scope>provided</scope>
+      <version>1.0.b2</version>
+    </dependency>
+    <dependency>
+      <groupId>xerces</groupId>
+      <artifactId>xercesImpl</artifactId>
+      <scope>provided</scope>
+      <version>2.4.0</version>
+    </dependency>
+  </dependencies>
+  <build />
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/cornerstone-connection-impl-2.2.2</connection>
+    <url>https://svn.apache.org/repos/asf/excalibur/tags/cornerstone-connection-impl-2.2.2</url>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/cornerstone-connection-impl-2.2.2</developerConnection>
+  </scm>
+</project>

Added: james/server/trunk/stage/org.apache.avalon.cornerstone.datasources/jars/cornerstone-datasources-api-2.2.2.jar
URL: http://svn.apache.org/viewvc/james/server/trunk/stage/org.apache.avalon.cornerstone.datasources/jars/cornerstone-datasources-api-2.2.2.jar?rev=576181&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/server/trunk/stage/org.apache.avalon.cornerstone.datasources/jars/cornerstone-datasources-api-2.2.2.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/server/trunk/stage/org.apache.avalon.cornerstone.datasources/jars/cornerstone-datasources-impl-2.2.2.jar
URL: http://svn.apache.org/viewvc/james/server/trunk/stage/org.apache.avalon.cornerstone.datasources/jars/cornerstone-datasources-impl-2.2.2.jar?rev=576181&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/server/trunk/stage/org.apache.avalon.cornerstone.datasources/jars/cornerstone-datasources-impl-2.2.2.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/server/trunk/stage/org.apache.avalon.cornerstone.datasources/poms/cornerstone-datasources-1.pom
URL: http://svn.apache.org/viewvc/james/server/trunk/stage/org.apache.avalon.cornerstone.datasources/poms/cornerstone-datasources-1.pom?rev=576181&view=auto
==============================================================================
--- james/server/trunk/stage/org.apache.avalon.cornerstone.datasources/poms/cornerstone-datasources-1.pom (added)
+++ james/server/trunk/stage/org.apache.avalon.cornerstone.datasources/poms/cornerstone-datasources-1.pom Sun Sep 16 14:29:31 2007
@@ -0,0 +1,38 @@
+<?xml version="1.0"?>
+<!--
+  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.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <parent>
+    <groupId>org.apache.avalon.cornerstone</groupId>
+    <artifactId>avalon-cornerstone-modules</artifactId>
+    <version>1</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.avalon.cornerstone.datasources</groupId>
+  <artifactId>cornerstone-datasources</artifactId>
+  <name>Cornerstone Datasources</name>
+  <packaging>pom</packaging>
+  <modules>
+    <module>api</module>
+    <module>impl</module>
+  </modules>
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</connection>
+    <url>https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</url>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</developerConnection>
+  </scm>
+</project>
\ No newline at end of file

Added: james/server/trunk/stage/org.apache.avalon.cornerstone.datasources/poms/cornerstone-datasources-api-2.2.2.pom
URL: http://svn.apache.org/viewvc/james/server/trunk/stage/org.apache.avalon.cornerstone.datasources/poms/cornerstone-datasources-api-2.2.2.pom?rev=576181&view=auto
==============================================================================
--- james/server/trunk/stage/org.apache.avalon.cornerstone.datasources/poms/cornerstone-datasources-api-2.2.2.pom (added)
+++ james/server/trunk/stage/org.apache.avalon.cornerstone.datasources/poms/cornerstone-datasources-api-2.2.2.pom Sun Sep 16 14:29:31 2007
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  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.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <parent>
+    <groupId>org.apache.excalibur</groupId>
+    <artifactId>excalibur</artifactId>
+    <version>3</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.avalon.cornerstone.datasources</groupId>
+  <artifactId>cornerstone-datasources-api</artifactId>
+  <version>2.2.2</version>
+  <name>Cornerstone Datasources API</name>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.avalon.framework</groupId>
+      <artifactId>avalon-framework-api</artifactId>
+      <version>4.3.1</version>
+    </dependency>
+  </dependencies>
+  <build />
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/cornerstone-datasources-api-2.2.2</connection>
+    <url>https://svn.apache.org/repos/asf/excalibur/tags/cornerstone-datasources-api-2.2.2</url>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/cornerstone-datasources-api-2.2.2</developerConnection>
+  </scm>
+</project>

Added: james/server/trunk/stage/org.apache.avalon.cornerstone.datasources/poms/cornerstone-datasources-impl-2.2.2.pom
URL: http://svn.apache.org/viewvc/james/server/trunk/stage/org.apache.avalon.cornerstone.datasources/poms/cornerstone-datasources-impl-2.2.2.pom?rev=576181&view=auto
==============================================================================
--- james/server/trunk/stage/org.apache.avalon.cornerstone.datasources/poms/cornerstone-datasources-impl-2.2.2.pom (added)
+++ james/server/trunk/stage/org.apache.avalon.cornerstone.datasources/poms/cornerstone-datasources-impl-2.2.2.pom Sun Sep 16 14:29:31 2007
@@ -0,0 +1,74 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  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.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <parent>
+    <groupId>org.apache.excalibur</groupId>
+    <artifactId>excalibur</artifactId>
+    <version>3</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.avalon.cornerstone.datasources</groupId>
+  <artifactId>cornerstone-datasources-impl</artifactId>
+  <version>2.2.2</version>
+  <name>Cornerstone Datasources Implementation</name>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.excalibur.components</groupId>
+      <artifactId>excalibur-pool-api</artifactId>
+      <version>2.2.1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.excalibur.components</groupId>
+      <artifactId>excalibur-pool-impl</artifactId>
+      <version>2.2.1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.excalibur.components</groupId>
+      <artifactId>excalibur-datasource</artifactId>
+      <version>2.2.1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.avalon.cornerstone.datasources</groupId>
+      <artifactId>cornerstone-datasources-api</artifactId>
+      <version>2.2.2</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.avalon.framework</groupId>
+      <artifactId>avalon-framework-api</artifactId>
+      <version>4.3.1</version>
+    </dependency>
+    <dependency>
+      <groupId>xml-apis</groupId>
+      <artifactId>xml-apis</artifactId>
+      <scope>provided</scope>
+      <version>1.0.b2</version>
+    </dependency>
+    <dependency>
+      <groupId>xerces</groupId>
+      <artifactId>xercesImpl</artifactId>
+      <scope>provided</scope>
+      <version>2.4.0</version>
+    </dependency>
+  </dependencies>
+  <build />
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/cornerstone-datasources-impl-2.2.2</connection>
+    <url>https://svn.apache.org/repos/asf/excalibur/tags/cornerstone-datasources-impl-2.2.2</url>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/cornerstone-datasources-impl-2.2.2</developerConnection>
+  </scm>
+</project>

Added: james/server/trunk/stage/org.apache.avalon.cornerstone.scheduler/jars/cornerstone-scheduler-api-2.2.2.jar
URL: http://svn.apache.org/viewvc/james/server/trunk/stage/org.apache.avalon.cornerstone.scheduler/jars/cornerstone-scheduler-api-2.2.2.jar?rev=576181&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/server/trunk/stage/org.apache.avalon.cornerstone.scheduler/jars/cornerstone-scheduler-api-2.2.2.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/server/trunk/stage/org.apache.avalon.cornerstone.scheduler/jars/cornerstone-scheduler-impl-2.2.2.jar
URL: http://svn.apache.org/viewvc/james/server/trunk/stage/org.apache.avalon.cornerstone.scheduler/jars/cornerstone-scheduler-impl-2.2.2.jar?rev=576181&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/server/trunk/stage/org.apache.avalon.cornerstone.scheduler/jars/cornerstone-scheduler-impl-2.2.2.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/server/trunk/stage/org.apache.avalon.cornerstone.scheduler/poms/cornerstone-scheduler-1.pom
URL: http://svn.apache.org/viewvc/james/server/trunk/stage/org.apache.avalon.cornerstone.scheduler/poms/cornerstone-scheduler-1.pom?rev=576181&view=auto
==============================================================================
--- james/server/trunk/stage/org.apache.avalon.cornerstone.scheduler/poms/cornerstone-scheduler-1.pom (added)
+++ james/server/trunk/stage/org.apache.avalon.cornerstone.scheduler/poms/cornerstone-scheduler-1.pom Sun Sep 16 14:29:31 2007
@@ -0,0 +1,38 @@
+<?xml version="1.0"?>
+<!--
+  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.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <parent>
+    <groupId>org.apache.avalon.cornerstone</groupId>
+    <artifactId>avalon-cornerstone-modules</artifactId>
+    <version>1</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.avalon.cornerstone.scheduler</groupId>
+  <artifactId>cornerstone-scheduler</artifactId>
+  <name>Cornerstone Scheduler</name>
+  <packaging>pom</packaging>
+  <modules>
+    <module>api</module>
+    <module>impl</module>
+  </modules>
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</connection>
+    <url>https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</url>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</developerConnection>
+  </scm>
+</project>
\ No newline at end of file

Added: james/server/trunk/stage/org.apache.avalon.cornerstone.scheduler/poms/cornerstone-scheduler-api-2.2.2.pom
URL: http://svn.apache.org/viewvc/james/server/trunk/stage/org.apache.avalon.cornerstone.scheduler/poms/cornerstone-scheduler-api-2.2.2.pom?rev=576181&view=auto
==============================================================================
--- james/server/trunk/stage/org.apache.avalon.cornerstone.scheduler/poms/cornerstone-scheduler-api-2.2.2.pom (added)
+++ james/server/trunk/stage/org.apache.avalon.cornerstone.scheduler/poms/cornerstone-scheduler-api-2.2.2.pom Sun Sep 16 14:29:31 2007
@@ -0,0 +1,54 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  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.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <parent>
+    <groupId>org.apache.excalibur</groupId>
+    <artifactId>excalibur</artifactId>
+    <version>3</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.avalon.cornerstone.scheduler</groupId>
+  <artifactId>cornerstone-scheduler-api</artifactId>
+  <version>2.2.2</version>
+  <name>Cornerstone Scheduler API</name>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.avalon.framework</groupId>
+      <artifactId>avalon-framework-api</artifactId>
+      <version>4.3.1</version>
+    </dependency>
+    <dependency>
+      <groupId>xml-apis</groupId>
+      <artifactId>xml-apis</artifactId>
+      <scope>provided</scope>
+      <version>1.0.b2</version>
+    </dependency>
+    <dependency>
+      <groupId>xerces</groupId>
+      <artifactId>xercesImpl</artifactId>
+      <scope>provided</scope>
+      <version>2.4.0</version>
+    </dependency>
+  </dependencies>
+  <build />
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/cornerstone-scheduler-api-2.2.2</connection>
+    <url>https://svn.apache.org/repos/asf/excalibur/tags/cornerstone-scheduler-api-2.2.2</url>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/cornerstone-scheduler-api-2.2.2</developerConnection>
+  </scm>
+</project>

Added: james/server/trunk/stage/org.apache.avalon.cornerstone.scheduler/poms/cornerstone-scheduler-impl-2.2.2.pom
URL: http://svn.apache.org/viewvc/james/server/trunk/stage/org.apache.avalon.cornerstone.scheduler/poms/cornerstone-scheduler-impl-2.2.2.pom?rev=576181&view=auto
==============================================================================
--- james/server/trunk/stage/org.apache.avalon.cornerstone.scheduler/poms/cornerstone-scheduler-impl-2.2.2.pom (added)
+++ james/server/trunk/stage/org.apache.avalon.cornerstone.scheduler/poms/cornerstone-scheduler-impl-2.2.2.pom Sun Sep 16 14:29:31 2007
@@ -0,0 +1,74 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  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.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <parent>
+    <groupId>org.apache.excalibur</groupId>
+    <artifactId>excalibur</artifactId>
+    <version>3</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.avalon.cornerstone.scheduler</groupId>
+  <artifactId>cornerstone-scheduler-impl</artifactId>
+  <version>2.2.2</version>
+  <name>Cornerstone Scheduler Implementation</name>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.avalon.cornerstone.scheduler</groupId>
+      <artifactId>cornerstone-scheduler-api</artifactId>
+      <version>2.2.2</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.avalon.cornerstone.threads</groupId>
+      <artifactId>cornerstone-threads-api</artifactId>
+      <version>2.2.2</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.excalibur.components</groupId>
+      <artifactId>excalibur-thread-api</artifactId>
+      <version>2.2.1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.avalon.framework</groupId>
+      <artifactId>avalon-framework-api</artifactId>
+      <version>4.3.1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.avalon.framework</groupId>
+      <artifactId>avalon-framework-impl</artifactId>
+      <version>4.3.1</version>
+    </dependency>
+    <dependency>
+      <groupId>xml-apis</groupId>
+      <artifactId>xml-apis</artifactId>
+      <scope>provided</scope>
+      <version>1.0.b2</version>
+    </dependency>
+    <dependency>
+      <groupId>xerces</groupId>
+      <artifactId>xercesImpl</artifactId>
+      <scope>provided</scope>
+      <version>2.4.0</version>
+    </dependency>
+  </dependencies>
+  <build />
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/cornerstone-scheduler-impl-2.2.2</connection>
+    <url>https://svn.apache.org/repos/asf/excalibur/tags/cornerstone-scheduler-impl-2.2.2</url>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/cornerstone-scheduler-impl-2.2.2</developerConnection>
+  </scm>
+</project>

Added: james/server/trunk/stage/org.apache.avalon.cornerstone.sockets/jars/cornerstone-sockets-api-2.2.2.jar
URL: http://svn.apache.org/viewvc/james/server/trunk/stage/org.apache.avalon.cornerstone.sockets/jars/cornerstone-sockets-api-2.2.2.jar?rev=576181&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/server/trunk/stage/org.apache.avalon.cornerstone.sockets/jars/cornerstone-sockets-api-2.2.2.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/server/trunk/stage/org.apache.avalon.cornerstone.sockets/jars/cornerstone-sockets-impl-2.2.2.jar
URL: http://svn.apache.org/viewvc/james/server/trunk/stage/org.apache.avalon.cornerstone.sockets/jars/cornerstone-sockets-impl-2.2.2.jar?rev=576181&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/server/trunk/stage/org.apache.avalon.cornerstone.sockets/jars/cornerstone-sockets-impl-2.2.2.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/server/trunk/stage/org.apache.avalon.cornerstone.sockets/poms/cornerstone-sockets-1.pom
URL: http://svn.apache.org/viewvc/james/server/trunk/stage/org.apache.avalon.cornerstone.sockets/poms/cornerstone-sockets-1.pom?rev=576181&view=auto
==============================================================================
--- james/server/trunk/stage/org.apache.avalon.cornerstone.sockets/poms/cornerstone-sockets-1.pom (added)
+++ james/server/trunk/stage/org.apache.avalon.cornerstone.sockets/poms/cornerstone-sockets-1.pom Sun Sep 16 14:29:31 2007
@@ -0,0 +1,38 @@
+<?xml version="1.0"?>
+<!--
+  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.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <parent>
+    <groupId>org.apache.avalon.cornerstone</groupId>
+    <artifactId>avalon-cornerstone-modules</artifactId>
+    <version>1</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.avalon.cornerstone.sockets</groupId>
+  <artifactId>cornerstone-sockets</artifactId>
+  <name>Cornerstone Sockets</name>
+  <packaging>pom</packaging>
+  <modules>
+    <module>api</module>
+    <module>impl</module>
+  </modules>
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</connection>
+    <url>https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</url>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</developerConnection>
+  </scm>
+</project>
\ No newline at end of file

Added: james/server/trunk/stage/org.apache.avalon.cornerstone.sockets/poms/cornerstone-sockets-api-2.2.2.pom
URL: http://svn.apache.org/viewvc/james/server/trunk/stage/org.apache.avalon.cornerstone.sockets/poms/cornerstone-sockets-api-2.2.2.pom?rev=576181&view=auto
==============================================================================
--- james/server/trunk/stage/org.apache.avalon.cornerstone.sockets/poms/cornerstone-sockets-api-2.2.2.pom (added)
+++ james/server/trunk/stage/org.apache.avalon.cornerstone.sockets/poms/cornerstone-sockets-api-2.2.2.pom Sun Sep 16 14:29:31 2007
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  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.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <parent>
+    <groupId>org.apache.excalibur</groupId>
+    <artifactId>excalibur</artifactId>
+    <version>3</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.avalon.cornerstone.sockets</groupId>
+  <artifactId>cornerstone-sockets-api</artifactId>
+  <version>2.2.2</version>
+  <name>Cornerstone Sockets API</name>
+  <build />
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/cornerstone-sockets-api-2.2.2</connection>
+    <url>https://svn.apache.org/repos/asf/excalibur/tags/cornerstone-sockets-api-2.2.2</url>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/cornerstone-sockets-api-2.2.2</developerConnection>
+  </scm>
+</project>

Added: james/server/trunk/stage/org.apache.avalon.cornerstone.sockets/poms/cornerstone-sockets-impl-2.2.2.pom
URL: http://svn.apache.org/viewvc/james/server/trunk/stage/org.apache.avalon.cornerstone.sockets/poms/cornerstone-sockets-impl-2.2.2.pom?rev=576181&view=auto
==============================================================================
--- james/server/trunk/stage/org.apache.avalon.cornerstone.sockets/poms/cornerstone-sockets-impl-2.2.2.pom (added)
+++ james/server/trunk/stage/org.apache.avalon.cornerstone.sockets/poms/cornerstone-sockets-impl-2.2.2.pom Sun Sep 16 14:29:31 2007
@@ -0,0 +1,64 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  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.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <parent>
+    <groupId>org.apache.excalibur</groupId>
+    <artifactId>excalibur</artifactId>
+    <version>3</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.avalon.cornerstone.sockets</groupId>
+  <artifactId>cornerstone-sockets-impl</artifactId>
+  <version>2.2.2</version>
+  <name>Cornerstone Sockets Implementation</name>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.avalon.cornerstone.sockets</groupId>
+      <artifactId>cornerstone-sockets-api</artifactId>
+      <version>2.2.2</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.avalon.framework</groupId>
+      <artifactId>avalon-framework-api</artifactId>
+      <version>4.3.1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.avalon.framework</groupId>
+      <artifactId>avalon-framework-impl</artifactId>
+      <version>4.3.1</version>
+    </dependency>
+    <dependency>
+      <groupId>xml-apis</groupId>
+      <artifactId>xml-apis</artifactId>
+      <scope>provided</scope>
+      <version>1.0.b2</version>
+    </dependency>
+    <dependency>
+      <groupId>xerces</groupId>
+      <artifactId>xercesImpl</artifactId>
+      <scope>provided</scope>
+      <version>2.4.0</version>
+    </dependency>
+  </dependencies>
+  <build />
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/cornerstone-sockets-impl-2.2.2</connection>
+    <url>https://svn.apache.org/repos/asf/excalibur/tags/cornerstone-sockets-impl-2.2.2</url>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/cornerstone-sockets-impl-2.2.2</developerConnection>
+  </scm>
+</project>

Added: james/server/trunk/stage/org.apache.avalon.cornerstone.store/jars/cornerstone-store-api-2.2.2.jar
URL: http://svn.apache.org/viewvc/james/server/trunk/stage/org.apache.avalon.cornerstone.store/jars/cornerstone-store-api-2.2.2.jar?rev=576181&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/server/trunk/stage/org.apache.avalon.cornerstone.store/jars/cornerstone-store-api-2.2.2.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/server/trunk/stage/org.apache.avalon.cornerstone.store/poms/cornerstone-store-1.pom
URL: http://svn.apache.org/viewvc/james/server/trunk/stage/org.apache.avalon.cornerstone.store/poms/cornerstone-store-1.pom?rev=576181&view=auto
==============================================================================
--- james/server/trunk/stage/org.apache.avalon.cornerstone.store/poms/cornerstone-store-1.pom (added)
+++ james/server/trunk/stage/org.apache.avalon.cornerstone.store/poms/cornerstone-store-1.pom Sun Sep 16 14:29:31 2007
@@ -0,0 +1,38 @@
+<?xml version="1.0"?>
+<!--
+  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.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <parent>
+    <groupId>org.apache.avalon.cornerstone</groupId>
+    <artifactId>avalon-cornerstone-modules</artifactId>
+    <version>1</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.avalon.cornerstone.store</groupId>
+  <artifactId>cornerstone-store</artifactId>
+  <name>Cornerstone Store</name>
+  <packaging>pom</packaging>
+  <modules>
+    <module>api</module>
+    <module>impl</module>
+  </modules>
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</connection>
+    <url>https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</url>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</developerConnection>
+  </scm>
+</project>
\ No newline at end of file

Added: james/server/trunk/stage/org.apache.avalon.cornerstone.store/poms/cornerstone-store-api-2.2.2.pom
URL: http://svn.apache.org/viewvc/james/server/trunk/stage/org.apache.avalon.cornerstone.store/poms/cornerstone-store-api-2.2.2.pom?rev=576181&view=auto
==============================================================================
--- james/server/trunk/stage/org.apache.avalon.cornerstone.store/poms/cornerstone-store-api-2.2.2.pom (added)
+++ james/server/trunk/stage/org.apache.avalon.cornerstone.store/poms/cornerstone-store-api-2.2.2.pom Sun Sep 16 14:29:31 2007
@@ -0,0 +1,43 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  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.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <parent>
+    <groupId>org.apache.excalibur</groupId>
+    <artifactId>excalibur</artifactId>
+    <version>3</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.avalon.cornerstone.store</groupId>
+  <artifactId>cornerstone-store-api</artifactId>
+  <version>2.2.2</version>
+  <name>Cornerstone Store API</name>
+  <inceptionYear>2001</inceptionYear>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.avalon.framework</groupId>
+      <artifactId>avalon-framework-api</artifactId>
+      <version>4.3.1</version>
+    </dependency>
+  </dependencies>
+  <build />
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/cornerstone-store-api-2.2.2</connection>
+    <url>https://svn.apache.org/repos/asf/excalibur/tags/cornerstone-store-api-2.2.2</url>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/cornerstone-store-api-2.2.2</developerConnection>
+  </scm>
+</project>

Added: james/server/trunk/stage/org.apache.avalon.cornerstone.threads/jars/cornerstone-threads-api-2.2.2.jar
URL: http://svn.apache.org/viewvc/james/server/trunk/stage/org.apache.avalon.cornerstone.threads/jars/cornerstone-threads-api-2.2.2.jar?rev=576181&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/server/trunk/stage/org.apache.avalon.cornerstone.threads/jars/cornerstone-threads-api-2.2.2.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/server/trunk/stage/org.apache.avalon.cornerstone.threads/jars/cornerstone-threads-impl-2.2.2.jar
URL: http://svn.apache.org/viewvc/james/server/trunk/stage/org.apache.avalon.cornerstone.threads/jars/cornerstone-threads-impl-2.2.2.jar?rev=576181&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/server/trunk/stage/org.apache.avalon.cornerstone.threads/jars/cornerstone-threads-impl-2.2.2.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/server/trunk/stage/org.apache.avalon.cornerstone.threads/poms/cornerstone-threads-1.pom
URL: http://svn.apache.org/viewvc/james/server/trunk/stage/org.apache.avalon.cornerstone.threads/poms/cornerstone-threads-1.pom?rev=576181&view=auto
==============================================================================
--- james/server/trunk/stage/org.apache.avalon.cornerstone.threads/poms/cornerstone-threads-1.pom (added)
+++ james/server/trunk/stage/org.apache.avalon.cornerstone.threads/poms/cornerstone-threads-1.pom Sun Sep 16 14:29:31 2007
@@ -0,0 +1,39 @@
+<?xml version="1.0"?>
+<!--
+  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.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <parent>
+    <groupId>org.apache.avalon.cornerstone</groupId>
+    <artifactId>avalon-cornerstone-modules</artifactId>
+    <version>1</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.avalon.cornerstone.threads</groupId>
+  <artifactId>cornerstone-threads</artifactId>
+  <name>Cornerstone Threads</name>
+  <packaging>pom</packaging>
+  <modules>
+    <module>api</module>
+    <module>impl</module>
+    <module>tutorial</module>
+  </modules>
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</connection>
+    <url>https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</url>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</developerConnection>
+  </scm>
+</project>
\ No newline at end of file

Added: james/server/trunk/stage/org.apache.avalon.cornerstone.threads/poms/cornerstone-threads-api-2.2.2.pom
URL: http://svn.apache.org/viewvc/james/server/trunk/stage/org.apache.avalon.cornerstone.threads/poms/cornerstone-threads-api-2.2.2.pom?rev=576181&view=auto
==============================================================================
--- james/server/trunk/stage/org.apache.avalon.cornerstone.threads/poms/cornerstone-threads-api-2.2.2.pom (added)
+++ james/server/trunk/stage/org.apache.avalon.cornerstone.threads/poms/cornerstone-threads-api-2.2.2.pom Sun Sep 16 14:29:31 2007
@@ -0,0 +1,43 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  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.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <parent>
+    <groupId>org.apache.excalibur</groupId>
+    <artifactId>excalibur</artifactId>
+    <version>3</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.avalon.cornerstone.threads</groupId>
+  <artifactId>cornerstone-threads-api</artifactId>
+  <name>Cornerstone Threads API</name>
+  <version>2.2.2</version>
+  <inceptionYear>2001</inceptionYear>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.excalibur.components</groupId>
+      <artifactId>excalibur-thread-api</artifactId>
+      <version>2.2.1</version>
+    </dependency>
+  </dependencies>
+  <build />
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/cornerstone-threads-api-2.2.2</connection>
+    <url>https://svn.apache.org/repos/asf/excalibur/tags/cornerstone-threads-api-2.2.2</url>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/cornerstone-threads-api-2.2.2</developerConnection>
+  </scm>
+</project>

Added: james/server/trunk/stage/org.apache.avalon.cornerstone.threads/poms/cornerstone-threads-impl-2.2.2.pom
URL: http://svn.apache.org/viewvc/james/server/trunk/stage/org.apache.avalon.cornerstone.threads/poms/cornerstone-threads-impl-2.2.2.pom?rev=576181&view=auto
==============================================================================
--- james/server/trunk/stage/org.apache.avalon.cornerstone.threads/poms/cornerstone-threads-impl-2.2.2.pom (added)
+++ james/server/trunk/stage/org.apache.avalon.cornerstone.threads/poms/cornerstone-threads-impl-2.2.2.pom Sun Sep 16 14:29:31 2007
@@ -0,0 +1,82 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  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.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <parent>
+    <groupId>org.apache.excalibur</groupId>
+    <artifactId>excalibur</artifactId>
+    <version>3</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.avalon.cornerstone.threads</groupId>
+  <artifactId>cornerstone-threads-impl</artifactId>
+  <version>2.2.2</version>
+  <name>Cornerstone Threads Implementation</name>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.avalon.cornerstone.threads</groupId>
+      <artifactId>cornerstone-threads-api</artifactId>
+      <version>2.2.2</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.avalon.framework</groupId>
+      <artifactId>avalon-framework-api</artifactId>
+      <version>4.3.1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.avalon.framework</groupId>
+      <artifactId>avalon-framework-impl</artifactId>
+      <version>4.3.1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.excalibur.components</groupId>
+      <artifactId>excalibur-thread-api</artifactId>
+      <version>2.2.1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.excalibur.components</groupId>
+      <artifactId>excalibur-thread-impl</artifactId>
+      <version>2.2.1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.excalibur.components</groupId>
+      <artifactId>excalibur-pool-api</artifactId>
+      <version>2.2.1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.excalibur.components</groupId>
+      <artifactId>excalibur-pool-impl</artifactId>
+      <version>2.2.1</version>
+    </dependency>
+    <dependency>
+      <groupId>commons-collections</groupId>
+      <artifactId>commons-collections</artifactId>
+      <version>3.1</version>
+    </dependency>
+    <dependency>
+      <groupId>concurrent</groupId>
+      <artifactId>concurrent</artifactId>
+      <version>1.3.4</version>
+    </dependency>
+  </dependencies>
+  <build />
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/cornerstone-threads-impl-2.2.2</connection>
+    <url>https://svn.apache.org/repos/asf/excalibur/tags/cornerstone-threads-impl-2.2.2</url>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/cornerstone-threads-impl-2.2.2</developerConnection>
+  </scm>
+</project>

Added: james/server/trunk/stage/org.apache.avalon.cornerstone/poms/avalon-cornerstone-modules-1.pom
URL: http://svn.apache.org/viewvc/james/server/trunk/stage/org.apache.avalon.cornerstone/poms/avalon-cornerstone-modules-1.pom?rev=576181&view=auto
==============================================================================
--- james/server/trunk/stage/org.apache.avalon.cornerstone/poms/avalon-cornerstone-modules-1.pom (added)
+++ james/server/trunk/stage/org.apache.avalon.cornerstone/poms/avalon-cornerstone-modules-1.pom Sun Sep 16 14:29:31 2007
@@ -0,0 +1,43 @@
+<?xml version="1.0"?>
+<!--
+  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.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <parent>
+    <groupId>org.apache.excalibur</groupId>
+    <artifactId>excalibur</artifactId>
+    <version>1</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.avalon.cornerstone</groupId>
+  <artifactId>avalon-cornerstone-modules</artifactId>
+  <version>1</version>
+  <name>Avalon Cornerstone [modules]</name>
+  <packaging>pom</packaging>
+  <modules>
+    <module>connection</module>
+    <module>datasources</module>
+    <module>scheduler</module>
+    <module>sockets</module>
+    <module>store</module>
+    <module>threads</module>
+  </modules>
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</connection>
+    <url>https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</url>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</developerConnection>
+  </scm>
+</project>
\ No newline at end of file

Added: james/server/trunk/stage/org.apache.avalon.framework/jars/avalon-framework-api-4.3.1.jar
URL: http://svn.apache.org/viewvc/james/server/trunk/stage/org.apache.avalon.framework/jars/avalon-framework-api-4.3.1.jar?rev=576181&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/server/trunk/stage/org.apache.avalon.framework/jars/avalon-framework-api-4.3.1.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/server/trunk/stage/org.apache.avalon.framework/jars/avalon-framework-impl-4.3.1.jar
URL: http://svn.apache.org/viewvc/james/server/trunk/stage/org.apache.avalon.framework/jars/avalon-framework-impl-4.3.1.jar?rev=576181&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/server/trunk/stage/org.apache.avalon.framework/jars/avalon-framework-impl-4.3.1.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/server/trunk/stage/org.apache.avalon.framework/poms/avalon-framework-api-4.3.1.pom
URL: http://svn.apache.org/viewvc/james/server/trunk/stage/org.apache.avalon.framework/poms/avalon-framework-api-4.3.1.pom?rev=576181&view=auto
==============================================================================
--- james/server/trunk/stage/org.apache.avalon.framework/poms/avalon-framework-api-4.3.1.pom (added)
+++ james/server/trunk/stage/org.apache.avalon.framework/poms/avalon-framework-api-4.3.1.pom Sun Sep 16 14:29:31 2007
@@ -0,0 +1,50 @@
+<?xml version="1.0"?>
+<!--
+  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.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <parent>
+    <groupId>org.apache.avalon</groupId>
+    <artifactId>avalon-framework</artifactId>
+    <version>1</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <name>Avalon Framework API</name>
+  <groupId>org.apache.avalon.framework</groupId>
+  <artifactId>avalon-framework-api</artifactId>
+  <version>4.3.1</version>
+  <description>Avalon Framework API</description>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.avalon.logkit</groupId>
+      <artifactId>avalon-logkit</artifactId>
+      <version>2.2.1</version>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <artifactId>junit</artifactId>
+      <groupId>junit</groupId>
+      <scope>test</scope>
+      <version>3.8.2</version>
+    </dependency>
+  </dependencies>
+  <build />
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</connection>
+    <url>https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</url>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</developerConnection>
+  </scm>
+</project>

Added: james/server/trunk/stage/org.apache.avalon.framework/poms/avalon-framework-impl-4.3.1.pom
URL: http://svn.apache.org/viewvc/james/server/trunk/stage/org.apache.avalon.framework/poms/avalon-framework-impl-4.3.1.pom?rev=576181&view=auto
==============================================================================
--- james/server/trunk/stage/org.apache.avalon.framework/poms/avalon-framework-impl-4.3.1.pom (added)
+++ james/server/trunk/stage/org.apache.avalon.framework/poms/avalon-framework-impl-4.3.1.pom Sun Sep 16 14:29:31 2007
@@ -0,0 +1,73 @@
+<?xml version="1.0"?>
+<!--
+  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.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <parent>
+    <groupId>org.apache.avalon</groupId>
+    <artifactId>avalon-framework</artifactId>
+    <version>1</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <name>Avalon Framework Implementation</name>
+  <groupId>org.apache.avalon.framework</groupId>
+  <artifactId>avalon-framework-impl</artifactId>
+  <version>4.3.1</version>
+  <description>Avalon Framework Implementation</description>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.avalon.framework</groupId>
+      <artifactId>avalon-framework-api</artifactId>
+      <version>4.3.1</version>
+    </dependency>
+    <dependency>
+      <artifactId>commons-logging</artifactId>
+      <groupId>commons-logging</groupId>
+      <scope>provided</scope>
+      <version>1.0.4</version>
+    </dependency>
+    <dependency>
+      <artifactId>log4j</artifactId>
+      <groupId>log4j</groupId>
+      <scope>provided</scope>
+      <version>1.2.13</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.avalon.logkit</groupId>
+      <artifactId>avalon-logkit</artifactId>
+      <scope>provided</scope>
+      <version>2.2.1</version>
+    </dependency>
+    <dependency>
+      <artifactId>junit</artifactId>
+      <groupId>junit</groupId>
+      <scope>test</scope>
+      <version>3.8.2</version>
+    </dependency>
+    <dependency>
+      <artifactId>jmock</artifactId>
+      <groupId>jmock</groupId>
+      <scope>test</scope>
+      <version>1.0.1</version>
+    </dependency>
+  </dependencies>
+  <build />
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</connection>
+    <url>https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</url>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/excalibur/tags/excalibur-first-maven2-release</developerConnection>
+  </scm>
+</project>
\ No newline at end of file

Added: james/server/trunk/stage/org.apache.avalon.logkit/jars/avalon-logkit-2.2.1.jar
URL: http://svn.apache.org/viewvc/james/server/trunk/stage/org.apache.avalon.logkit/jars/avalon-logkit-2.2.1.jar?rev=576181&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/server/trunk/stage/org.apache.avalon.logkit/jars/avalon-logkit-2.2.1.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream



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