You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@excalibur.apache.org by sh...@apache.org on 2006/01/05 02:26:51 UTC

svn commit: r366049 [3/4] - in /excalibur/trunk: ./ components/ components/datasource/ components/datasource/src/test/org/apache/avalon/excalibur/datasource/ids/test/ components/monitor/ components/monitor/src/test/org/apache/avalon/excalibur/monitor/t...

Modified: excalibur/trunk/cornerstone/pom.xml
URL: http://svn.apache.org/viewcvs/excalibur/trunk/cornerstone/pom.xml?rev=366049&r1=366048&r2=366049&view=diff
==============================================================================
--- excalibur/trunk/cornerstone/pom.xml (original)
+++ excalibur/trunk/cornerstone/pom.xml Wed Jan  4 17:26:28 2006
@@ -1,47 +1,43 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- 
-  Copyright 2004 The Apache Software Foundation
-  Licensed  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.
+<!-- 
+    Copyright 2004 The Apache Software Foundation
+    Licensed  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>
-  <parent>
-    <groupId>org.apache.excalibur</groupId>
-    <artifactId>excalibur</artifactId>
+    <parent>
+        <groupId>org.apache.excalibur</groupId>
+        <artifactId>excalibur</artifactId>
+        <version>1.0</version>
+    </parent>
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>org.apache.avalon.cornerstone</groupId>
+    <artifactId>avalon-cornerstone</artifactId>
     <version>1.0</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.avalon.cornerstone</groupId>
-  <artifactId>avalon-cornerstone</artifactId>
-  <version>1.0</version>
-  <name>Avalon Cornerstone</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:http://svn.apache.org/repos/asf/excalibur/trunk/cornerstone
-    </connection>
-    <url>
-      http://svn.apache.org/viewcvs.cgi/excalibur/trunk/cornerstone
-    </url>
-  </scm>
+    <name>Avalon Cornerstone</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:http://svn.apache.org/repos/asf/excalibur/trunk/cornerstone</connection>
+        <url>http://svn.apache.org/viewcvs.cgi/excalibur/trunk/cornerstone</url>
+    </scm>
 </project>

Modified: excalibur/trunk/cornerstone/scheduler/api/pom.xml
URL: http://svn.apache.org/viewcvs/excalibur/trunk/cornerstone/scheduler/api/pom.xml?rev=366049&r1=366048&r2=366049&view=diff
==============================================================================
--- excalibur/trunk/cornerstone/scheduler/api/pom.xml (original)
+++ excalibur/trunk/cornerstone/scheduler/api/pom.xml Wed Jan  4 17:26:28 2006
@@ -1,61 +1,54 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- 
-  Copyright 2004 The Apache Software Foundation
-  Licensed  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.
+<!-- 
+    Copyright 2004 The Apache Software Foundation
+    Licensed  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>
-  <parent>
-    <groupId>org.apache.excalibur</groupId>
-    <artifactId>excalibur</artifactId>
-    <version>1.0</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.avalon.cornerstone.scheduler</groupId>
-  <artifactId>cornerstone-scheduler-api</artifactId>
-  <version>2.1</version>
-  <name>Cornerstone Scheduler API</name>
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.avalon.framework</groupId>
-      <artifactId>avalon-framework-api</artifactId>
-      <version>4.3</version>
-    </dependency>
-    <dependency>
-      <groupId>xml-apis</groupId>
-      <artifactId>xml-apis</artifactId>
-      <version>1.0.b2</version>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
-      <groupId>xerces</groupId>
-      <artifactId>xerces</artifactId>
-      <version>2.4.0</version>
-      <scope>provided</scope>
-    </dependency>
-  </dependencies>
-  <build>
-    <sourceDirectory>src/java</sourceDirectory>
-    <testSourceDirectory>src/test</testSourceDirectory>
-  </build>
-  <scm>
-    <connection>
-      scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/cornerstone/scheduler/api
-    </connection>
-    <url>
-      http://svn.apache.org/viewcvs.cgi/excalibur/trunk/cornerstone/scheduler/api
-    </url>
-  </scm>
+    <parent>
+        <groupId>org.apache.excalibur</groupId>
+        <artifactId>excalibur</artifactId>
+        <version>1.0</version>
+    </parent>
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>org.apache.avalon.cornerstone.scheduler</groupId>
+    <artifactId>cornerstone-scheduler-api</artifactId>
+    <version>2.1</version>
+    <name>Cornerstone Scheduler API</name>
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.avalon.framework</groupId>
+            <artifactId>avalon-framework-api</artifactId>
+            <version>4.3</version>
+        </dependency>
+        <dependency>
+            <groupId>xml-apis</groupId>
+            <artifactId>xml-apis</artifactId>
+            <version>1.0.b2</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>xerces</groupId>
+            <artifactId>xerces</artifactId>
+            <version>2.4.0</version>
+            <scope>provided</scope>
+        </dependency>
+    </dependencies>
+    <build></build>
+    <scm>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/cornerstone/scheduler/api</connection>
+        <url>http://svn.apache.org/viewcvs.cgi/excalibur/trunk/cornerstone/scheduler/api</url>
+    </scm>
 </project>

Modified: excalibur/trunk/cornerstone/scheduler/impl/pom.xml
URL: http://svn.apache.org/viewcvs/excalibur/trunk/cornerstone/scheduler/impl/pom.xml?rev=366049&r1=366048&r2=366049&view=diff
==============================================================================
--- excalibur/trunk/cornerstone/scheduler/impl/pom.xml (original)
+++ excalibur/trunk/cornerstone/scheduler/impl/pom.xml Wed Jan  4 17:26:28 2006
@@ -1,81 +1,74 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- 
-  Copyright 2004 The Apache Software Foundation
-  Licensed  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.
+<!-- 
+    Copyright 2004 The Apache Software Foundation
+    Licensed  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>
-  <parent>
-    <groupId>org.apache.excalibur</groupId>
-    <artifactId>excalibur</artifactId>
-    <version>1.0</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.avalon.cornerstone.scheduler</groupId>
-  <artifactId>cornerstone-scheduler-impl</artifactId>
-  <version>2.1</version>
-  <name>Cornerstone Scheduler Implementation</name>
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.avalon.cornerstone.scheduler</groupId>
-      <artifactId>cornerstone-scheduler-api</artifactId>
-      <version>2.1</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.avalon.cornerstone.threads</groupId>
-      <artifactId>cornerstone-threads-api</artifactId>
-      <version>2.1</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.excalibur.components.thread</groupId>
-      <artifactId>excalibur-thread-api</artifactId>
-      <version>2.1</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.avalon.framework</groupId>
-      <artifactId>avalon-framework-api</artifactId>
-      <version>4.3</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.avalon.framework</groupId>
-      <artifactId>avalon-framework-impl</artifactId>
-      <version>4.3</version>
-    </dependency>
-    <dependency>
-      <groupId>xml-apis</groupId>
-      <artifactId>xml-apis</artifactId>
-      <version>1.0.b2</version>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
-      <groupId>xerces</groupId>
-      <artifactId>xerces</artifactId>
-      <version>2.4.0</version>
-      <scope>provided</scope>
-    </dependency>
-  </dependencies>
-  <build>
-    <sourceDirectory>src/java</sourceDirectory>
-    <testSourceDirectory>src/test</testSourceDirectory>
-  </build>
-  <scm>
-    <connection>
-      scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/cornerstone/scheduler/impl
-    </connection>
-    <url>
-      http://svn.apache.org/viewcvs.cgi/excalibur/trunk/cornerstone/scheduler/impl
-    </url>
-  </scm>
+    <parent>
+        <groupId>org.apache.excalibur</groupId>
+        <artifactId>excalibur</artifactId>
+        <version>1.0</version>
+    </parent>
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>org.apache.avalon.cornerstone.scheduler</groupId>
+    <artifactId>cornerstone-scheduler-impl</artifactId>
+    <version>2.1</version>
+    <name>Cornerstone Scheduler Implementation</name>
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.avalon.cornerstone.scheduler</groupId>
+            <artifactId>cornerstone-scheduler-api</artifactId>
+            <version>2.1</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.avalon.cornerstone.threads</groupId>
+            <artifactId>cornerstone-threads-api</artifactId>
+            <version>2.1</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.excalibur.components.thread</groupId>
+            <artifactId>excalibur-thread-api</artifactId>
+            <version>2.1</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.avalon.framework</groupId>
+            <artifactId>avalon-framework-api</artifactId>
+            <version>4.3</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.avalon.framework</groupId>
+            <artifactId>avalon-framework-impl</artifactId>
+            <version>4.3</version>
+        </dependency>
+        <dependency>
+            <groupId>xml-apis</groupId>
+            <artifactId>xml-apis</artifactId>
+            <version>1.0.b2</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>xerces</groupId>
+            <artifactId>xerces</artifactId>
+            <version>2.4.0</version>
+            <scope>provided</scope>
+        </dependency>
+    </dependencies>
+    <build></build>
+    <scm>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/cornerstone/scheduler/impl</connection>
+        <url>http://svn.apache.org/viewcvs.cgi/excalibur/trunk/cornerstone/scheduler/impl</url>
+    </scm>
 </project>

Modified: excalibur/trunk/cornerstone/sockets/api/pom.xml
URL: http://svn.apache.org/viewcvs/excalibur/trunk/cornerstone/sockets/api/pom.xml?rev=366049&r1=366048&r2=366049&view=diff
==============================================================================
--- excalibur/trunk/cornerstone/sockets/api/pom.xml (original)
+++ excalibur/trunk/cornerstone/sockets/api/pom.xml Wed Jan  4 17:26:28 2006
@@ -1,42 +1,35 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- 
-  Copyright 2004 The Apache Software Foundation
-  Licensed  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.
+<!-- 
+    Copyright 2004 The Apache Software Foundation
+    Licensed  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>
-  <parent>
-    <groupId>org.apache.excalibur</groupId>
-    <artifactId>excalibur</artifactId>
-    <version>1.0</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.avalon.cornerstone.sockets</groupId>
-  <artifactId>cornerstone-sockets-api</artifactId>
-  <version>2.1</version>
-  <name>Cornerstone Sockets API</name>
-  <build>
-    <sourceDirectory>src/java</sourceDirectory>
-    <testSourceDirectory>src/test</testSourceDirectory>
-  </build>
-  <scm>
-    <connection>
-      scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/cornerstone/sockets/api
-    </connection>
-    <url>
-      http://svn.apache.org/viewcvs.cgi/excalibur/trunk/cornerstone/sockets/api
-    </url>
-  </scm>
+    <parent>
+        <groupId>org.apache.excalibur</groupId>
+        <artifactId>excalibur</artifactId>
+        <version>1.0</version>
+    </parent>
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>org.apache.avalon.cornerstone.sockets</groupId>
+    <artifactId>cornerstone-sockets-api</artifactId>
+    <version>2.1</version>
+    <name>Cornerstone Sockets API</name>
+    <build></build>
+    <scm>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/cornerstone/sockets/api</connection>
+        <url>http://svn.apache.org/viewcvs.cgi/excalibur/trunk/cornerstone/sockets/api</url>
+    </scm>
 </project>

Modified: excalibur/trunk/cornerstone/sockets/impl/pom.xml
URL: http://svn.apache.org/viewcvs/excalibur/trunk/cornerstone/sockets/impl/pom.xml?rev=366049&r1=366048&r2=366049&view=diff
==============================================================================
--- excalibur/trunk/cornerstone/sockets/impl/pom.xml (original)
+++ excalibur/trunk/cornerstone/sockets/impl/pom.xml Wed Jan  4 17:26:28 2006
@@ -1,71 +1,64 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- 
-  Copyright 2004 The Apache Software Foundation
-  Licensed  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.
+<!-- 
+    Copyright 2004 The Apache Software Foundation
+    Licensed  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>
-  <parent>
-    <groupId>org.apache.excalibur</groupId>
-    <artifactId>excalibur</artifactId>
-    <version>1.0</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.avalon.cornerstone.sockets</groupId>
-  <artifactId>cornerstone-sockets-impl</artifactId>
-  <version>2.1</version>
-  <name>Cornerstone Sockets Implementation</name>
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.avalon.cornerstone.sockets</groupId>
-      <artifactId>cornerstone-sockets-api</artifactId>
-      <version>2.1</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.avalon.framework</groupId>
-      <artifactId>avalon-framework-api</artifactId>
-      <version>4.3</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.avalon.framework</groupId>
-      <artifactId>avalon-framework-impl</artifactId>
-      <version>4.3</version>
-    </dependency>
-    <dependency>
-      <groupId>xml-apis</groupId>
-      <artifactId>xml-apis</artifactId>
-      <version>1.0.b2</version>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
-      <groupId>xerces</groupId>
-      <artifactId>xerces</artifactId>
-      <version>2.4.0</version>
-      <scope>provided</scope>
-    </dependency>
-  </dependencies>
-  <build>
-    <sourceDirectory>src/java</sourceDirectory>
-    <testSourceDirectory>src/test</testSourceDirectory>
-  </build>
-  <scm>
-    <connection>
-      scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/cornerstone/sockets/impl
-    </connection>
-    <url>
-      http://svn.apache.org/viewcvs.cgi/excalibur/trunk/cornerstone/sockets/impl
-    </url>
-  </scm>
+    <parent>
+        <groupId>org.apache.excalibur</groupId>
+        <artifactId>excalibur</artifactId>
+        <version>1.0</version>
+    </parent>
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>org.apache.avalon.cornerstone.sockets</groupId>
+    <artifactId>cornerstone-sockets-impl</artifactId>
+    <version>2.1</version>
+    <name>Cornerstone Sockets Implementation</name>
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.avalon.cornerstone.sockets</groupId>
+            <artifactId>cornerstone-sockets-api</artifactId>
+            <version>2.1</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.avalon.framework</groupId>
+            <artifactId>avalon-framework-api</artifactId>
+            <version>4.3</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.avalon.framework</groupId>
+            <artifactId>avalon-framework-impl</artifactId>
+            <version>4.3</version>
+        </dependency>
+        <dependency>
+            <groupId>xml-apis</groupId>
+            <artifactId>xml-apis</artifactId>
+            <version>1.0.b2</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>xerces</groupId>
+            <artifactId>xerces</artifactId>
+            <version>2.4.0</version>
+            <scope>provided</scope>
+        </dependency>
+    </dependencies>
+    <build></build>
+    <scm>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/cornerstone/sockets/impl</connection>
+        <url>http://svn.apache.org/viewcvs.cgi/excalibur/trunk/cornerstone/sockets/impl</url>
+    </scm>
 </project>

Modified: excalibur/trunk/cornerstone/sockets/pom.xml
URL: http://svn.apache.org/viewcvs/excalibur/trunk/cornerstone/sockets/pom.xml?rev=366049&r1=366048&r2=366049&view=diff
==============================================================================
--- excalibur/trunk/cornerstone/sockets/pom.xml (original)
+++ excalibur/trunk/cornerstone/sockets/pom.xml Wed Jan  4 17:26:28 2006
@@ -1,43 +1,39 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- 
-  Copyright 2004 The Apache Software Foundation
-  Licensed  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.
+<!-- 
+    Copyright 2004 The Apache Software Foundation
+    Licensed  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>
-  <parent>
-    <groupId>org.apache.excalibur</groupId>
-    <artifactId>excalibur</artifactId>
+    <parent>
+        <groupId>org.apache.excalibur</groupId>
+        <artifactId>excalibur</artifactId>
+        <version>1.0</version>
+    </parent>
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>org.apache.avalon.cornerstone.sockets</groupId>
+    <artifactId>cornerstone-sockets</artifactId>
     <version>1.0</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.avalon.cornerstone.sockets</groupId>
-  <artifactId>cornerstone-sockets</artifactId>
-  <version>1.0</version>
-  <name>Cornerstone Sockets</name>
-  <packaging>pom</packaging>
-  <modules>
-    <module>api</module>
-    <module>impl</module>
-  </modules>
-  <scm>
-    <connection>
-      scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/cornerstone/sockets
-    </connection>
-    <url>
-      http://svn.apache.org/viewcvs.cgi/excalibur/trunk/cornerstone/sockets
-    </url>
-  </scm>
+    <name>Cornerstone Sockets</name>
+    <packaging>pom</packaging>
+    <modules>
+        <module>api</module>
+        <module>impl</module>
+    </modules>
+    <scm>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/cornerstone/sockets</connection>
+        <url>http://svn.apache.org/viewcvs.cgi/excalibur/trunk/cornerstone/sockets</url>
+    </scm>
 </project>

Modified: excalibur/trunk/cornerstone/store/api/pom.xml
URL: http://svn.apache.org/viewcvs/excalibur/trunk/cornerstone/store/api/pom.xml?rev=366049&r1=366048&r2=366049&view=diff
==============================================================================
--- excalibur/trunk/cornerstone/store/api/pom.xml (original)
+++ excalibur/trunk/cornerstone/store/api/pom.xml Wed Jan  4 17:26:28 2006
@@ -1,50 +1,43 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- 
-  Copyright 2004 The Apache Software Foundation
-  Licensed  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.
+<!-- 
+    Copyright 2004 The Apache Software Foundation
+    Licensed  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>
-  <parent>
-    <groupId>org.apache.excalibur</groupId>
-    <artifactId>excalibur</artifactId>
-    <version>1.0</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.avalon.cornerstone.store</groupId>
-  <artifactId>cornerstone-store-api</artifactId>
-  <version>2.1</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</version>
-    </dependency>
-  </dependencies>
-  <build>
-    <sourceDirectory>src/java</sourceDirectory>
-    <testSourceDirectory>src/test</testSourceDirectory>
-  </build>
-  <scm>
-    <connection>
-      scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/cornerstone/store/api
-    </connection>
-    <url>
-      http://svn.apache.org/viewcvs.cgi/excalibur/trunk/cornerstone/store/api
-    </url>
-  </scm>
+    <parent>
+        <groupId>org.apache.excalibur</groupId>
+        <artifactId>excalibur</artifactId>
+        <version>1.0</version>
+    </parent>
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>org.apache.avalon.cornerstone.store</groupId>
+    <artifactId>cornerstone-store-api</artifactId>
+    <version>2.1</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</version>
+        </dependency>
+    </dependencies>
+    <build></build>
+    <scm>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/cornerstone/store/api</connection>
+        <url>http://svn.apache.org/viewcvs.cgi/excalibur/trunk/cornerstone/store/api</url>
+    </scm>
 </project>

Modified: excalibur/trunk/cornerstone/store/impl/pom.xml
URL: http://svn.apache.org/viewcvs/excalibur/trunk/cornerstone/store/impl/pom.xml?rev=366049&r1=366048&r2=366049&view=diff
==============================================================================
--- excalibur/trunk/cornerstone/store/impl/pom.xml (original)
+++ excalibur/trunk/cornerstone/store/impl/pom.xml Wed Jan  4 17:26:28 2006
@@ -1,71 +1,64 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- 
-  Copyright 2004 The Apache Software Foundation
-  Licensed  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.
+<!-- 
+    Copyright 2004 The Apache Software Foundation
+    Licensed  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>
-  <parent>
-    <groupId>org.apache.excalibur</groupId>
-    <artifactId>excalibur</artifactId>
-    <version>1.0</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.avalon.cornerstone.store</groupId>
-  <artifactId>cornerstone-store-impl</artifactId>
-  <version>2.1</version>
-  <name>Cornerstone Store Implementation</name>
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.avalon.cornerstone.store</groupId>
-      <artifactId>cornerstone-store-api</artifactId>
-      <version>2.1</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.avalon.framework</groupId>
-      <artifactId>avalon-framework-api</artifactId>
-      <version>4.3</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.avalon.framework</groupId>
-      <artifactId>avalon-framework-impl</artifactId>
-      <version>4.3</version>
-    </dependency>
-    <dependency>
-      <groupId>xml-apis</groupId>
-      <artifactId>xml-apis</artifactId>
-      <version>1.0.b2</version>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
-      <groupId>xerces</groupId>
-      <artifactId>xerces</artifactId>
-      <version>2.4.0</version>
-      <scope>provided</scope>
-    </dependency>
-  </dependencies>
-  <build>
-    <sourceDirectory>src/java</sourceDirectory>
-    <testSourceDirectory>src/test</testSourceDirectory>
-  </build>
-  <scm>
-    <connection>
-      scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/cornerstone/store/impl
-    </connection>
-    <url>
-      http://svn.apache.org/viewcvs.cgi/excalibur/trunk/cornerstone/store/impl
-    </url>
-  </scm>
+    <parent>
+        <groupId>org.apache.excalibur</groupId>
+        <artifactId>excalibur</artifactId>
+        <version>1.0</version>
+    </parent>
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>org.apache.avalon.cornerstone.store</groupId>
+    <artifactId>cornerstone-store-impl</artifactId>
+    <version>2.1</version>
+    <name>Cornerstone Store Implementation</name>
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.avalon.cornerstone.store</groupId>
+            <artifactId>cornerstone-store-api</artifactId>
+            <version>2.1</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.avalon.framework</groupId>
+            <artifactId>avalon-framework-api</artifactId>
+            <version>4.3</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.avalon.framework</groupId>
+            <artifactId>avalon-framework-impl</artifactId>
+            <version>4.3</version>
+        </dependency>
+        <dependency>
+            <groupId>xml-apis</groupId>
+            <artifactId>xml-apis</artifactId>
+            <version>1.0.b2</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>xerces</groupId>
+            <artifactId>xerces</artifactId>
+            <version>2.4.0</version>
+            <scope>provided</scope>
+        </dependency>
+    </dependencies>
+    <build></build>
+    <scm>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/cornerstone/store/impl</connection>
+        <url>http://svn.apache.org/viewcvs.cgi/excalibur/trunk/cornerstone/store/impl</url>
+    </scm>
 </project>

Modified: excalibur/trunk/cornerstone/store/pom.xml
URL: http://svn.apache.org/viewcvs/excalibur/trunk/cornerstone/store/pom.xml?rev=366049&r1=366048&r2=366049&view=diff
==============================================================================
--- excalibur/trunk/cornerstone/store/pom.xml (original)
+++ excalibur/trunk/cornerstone/store/pom.xml Wed Jan  4 17:26:28 2006
@@ -1,43 +1,39 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- 
-  Copyright 2004 The Apache Software Foundation
-  Licensed  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.
+<!-- 
+    Copyright 2004 The Apache Software Foundation
+    Licensed  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>
-  <parent>
-    <groupId>org.apache.excalibur</groupId>
-    <artifactId>excalibur</artifactId>
+    <parent>
+        <groupId>org.apache.excalibur</groupId>
+        <artifactId>excalibur</artifactId>
+        <version>1.0</version>
+    </parent>
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>org.apache.avalon.cornerstone.store</groupId>
+    <artifactId>cornerstone-store</artifactId>
     <version>1.0</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.avalon.cornerstone.store</groupId>
-  <artifactId>cornerstone-store</artifactId>
-  <version>1.0</version>
-  <name>Cornerstone Store</name>
-  <packaging>pom</packaging>
-  <modules>
-    <module>api</module>
-    <module>impl</module>
-  </modules>
-  <scm>
-    <connection>
-      scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/cornerstone/store
-    </connection>
-    <url>
-      http://svn.apache.org/viewcvs.cgi/excalibur/trunk/cornerstone/store
-    </url>
-  </scm>
+    <name>Cornerstone Store</name>
+    <packaging>pom</packaging>
+    <modules>
+        <module>api</module>
+        <module>impl</module>
+    </modules>
+    <scm>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/cornerstone/store</connection>
+        <url>http://svn.apache.org/viewcvs.cgi/excalibur/trunk/cornerstone/store</url>
+    </scm>
 </project>

Modified: excalibur/trunk/cornerstone/threads/api/pom.xml
URL: http://svn.apache.org/viewcvs/excalibur/trunk/cornerstone/threads/api/pom.xml?rev=366049&r1=366048&r2=366049&view=diff
==============================================================================
--- excalibur/trunk/cornerstone/threads/api/pom.xml (original)
+++ excalibur/trunk/cornerstone/threads/api/pom.xml Wed Jan  4 17:26:28 2006
@@ -1,50 +1,43 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- 
-  Copyright 2004 The Apache Software Foundation
-  Licensed  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.
+<!-- 
+    Copyright 2004 The Apache Software Foundation
+    Licensed  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>
-  <parent>
-    <groupId>org.apache.excalibur</groupId>
-    <artifactId>excalibur</artifactId>
-    <version>1.0</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.avalon.cornerstone.threads</groupId>
-  <artifactId>cornerstone-threads-api</artifactId>
-  <version>2.1</version>
-  <name>Cornerstone Threads API</name>
-  <inceptionYear>2001</inceptionYear>
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.excalibur.components.thread</groupId>
-      <artifactId>excalibur-thread-api</artifactId>
-      <version>2.1</version>
-    </dependency>
-  </dependencies>
-  <build>
-    <sourceDirectory>src/java</sourceDirectory>
-    <testSourceDirectory>src/test</testSourceDirectory>
-  </build>
-  <scm>
-    <connection>
-      scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/cornerstone/threads/api
-    </connection>
-    <url>
-      http://svn.apache.org/viewcvs.cgi/excalibur/trunk/cornerstone/threads/api
-    </url>
-  </scm>
+    <parent>
+        <groupId>org.apache.excalibur</groupId>
+        <artifactId>excalibur</artifactId>
+        <version>1.0</version>
+    </parent>
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>org.apache.avalon.cornerstone.threads</groupId>
+    <artifactId>cornerstone-threads-api</artifactId>
+    <version>2.1</version>
+    <name>Cornerstone Threads API</name>
+    <inceptionYear>2001</inceptionYear>
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.excalibur.components.thread</groupId>
+            <artifactId>excalibur-thread-api</artifactId>
+            <version>2.1</version>
+        </dependency>
+    </dependencies>
+    <build></build>
+    <scm>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/cornerstone/threads/api</connection>
+        <url>http://svn.apache.org/viewcvs.cgi/excalibur/trunk/cornerstone/threads/api</url>
+    </scm>
 </project>

Modified: excalibur/trunk/cornerstone/threads/impl/pom.xml
URL: http://svn.apache.org/viewcvs/excalibur/trunk/cornerstone/threads/impl/pom.xml?rev=366049&r1=366048&r2=366049&view=diff
==============================================================================
--- excalibur/trunk/cornerstone/threads/impl/pom.xml (original)
+++ excalibur/trunk/cornerstone/threads/impl/pom.xml Wed Jan  4 17:26:28 2006
@@ -1,89 +1,82 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- 
-  Copyright 2004 The Apache Software Foundation
-  Licensed  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.
+<!-- 
+    Copyright 2004 The Apache Software Foundation
+    Licensed  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>
-  <parent>
-    <groupId>org.apache.excalibur</groupId>
-    <artifactId>excalibur</artifactId>
-    <version>1.0</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.avalon.cornerstone.threads</groupId>
-  <artifactId>cornerstone-threads-impl</artifactId>
-  <version>2.1</version>
-  <name>Cornerstone Threads Implementation</name>
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.avalon.cornerstone.threads</groupId>
-      <artifactId>cornerstone-threads-api</artifactId>
-      <version>2.1</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.avalon.framework</groupId>
-      <artifactId>avalon-framework-api</artifactId>
-      <version>4.3</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.avalon.framework</groupId>
-      <artifactId>avalon-framework-impl</artifactId>
-      <version>4.3</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.excalibur.components.thread</groupId>
-      <artifactId>excalibur-thread-api</artifactId>
-      <version>2.1</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.excalibur.components.thread</groupId>
-      <artifactId>excalibur-thread-impl</artifactId>
-      <version>2.1</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.excalibur.components.pool</groupId>
-      <artifactId>excalibur-pool-api</artifactId>
-      <version>2.1</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.excalibur.components.pool</groupId>
-      <artifactId>excalibur-pool-impl</artifactId>
-      <version>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>
-    <sourceDirectory>src/java</sourceDirectory>
-    <testSourceDirectory>src/test</testSourceDirectory>
-  </build>
-  <scm>
-    <connection>
-      scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/cornerstone/threads/impl
-    </connection>
-    <url>
-      http://svn.apache.org/viewcvs.cgi/excalibur/trunk/cornerstone/threads/impl
-    </url>
-  </scm>
+    <parent>
+        <groupId>org.apache.excalibur</groupId>
+        <artifactId>excalibur</artifactId>
+        <version>1.0</version>
+    </parent>
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>org.apache.avalon.cornerstone.threads</groupId>
+    <artifactId>cornerstone-threads-impl</artifactId>
+    <version>2.1</version>
+    <name>Cornerstone Threads Implementation</name>
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.avalon.cornerstone.threads</groupId>
+            <artifactId>cornerstone-threads-api</artifactId>
+            <version>2.1</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.avalon.framework</groupId>
+            <artifactId>avalon-framework-api</artifactId>
+            <version>4.3</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.avalon.framework</groupId>
+            <artifactId>avalon-framework-impl</artifactId>
+            <version>4.3</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.excalibur.components.thread</groupId>
+            <artifactId>excalibur-thread-api</artifactId>
+            <version>2.1</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.excalibur.components.thread</groupId>
+            <artifactId>excalibur-thread-impl</artifactId>
+            <version>2.1</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.excalibur.components.pool</groupId>
+            <artifactId>excalibur-pool-api</artifactId>
+            <version>2.1</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.excalibur.components.pool</groupId>
+            <artifactId>excalibur-pool-impl</artifactId>
+            <version>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></build>
+    <scm>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/cornerstone/threads/impl</connection>
+        <url>http://svn.apache.org/viewcvs.cgi/excalibur/trunk/cornerstone/threads/impl</url>
+    </scm>
 </project>

Modified: excalibur/trunk/cornerstone/threads/pom.xml
URL: http://svn.apache.org/viewcvs/excalibur/trunk/cornerstone/threads/pom.xml?rev=366049&r1=366048&r2=366049&view=diff
==============================================================================
--- excalibur/trunk/cornerstone/threads/pom.xml (original)
+++ excalibur/trunk/cornerstone/threads/pom.xml Wed Jan  4 17:26:28 2006
@@ -1,44 +1,40 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- 
-  Copyright 2004 The Apache Software Foundation
-  Licensed  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.
+<!-- 
+    Copyright 2004 The Apache Software Foundation
+    Licensed  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>
-  <parent>
-    <groupId>org.apache.excalibur</groupId>
-    <artifactId>excalibur</artifactId>
+    <parent>
+        <groupId>org.apache.excalibur</groupId>
+        <artifactId>excalibur</artifactId>
+        <version>1.0</version>
+    </parent>
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>org.apache.avalon.cornerstone.threads</groupId>
+    <artifactId>cornerstone-threads</artifactId>
     <version>1.0</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.avalon.cornerstone.threads</groupId>
-  <artifactId>cornerstone-threads</artifactId>
-  <version>1.0</version>
-  <name>Cornerstone Threads</name>
-  <packaging>pom</packaging>
-  <modules>
-    <module>api</module>
-    <module>impl</module>
-    <module>tutorial</module>
-  </modules>
-  <scm>
-    <connection>
-      scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/cornerstone/threads
-    </connection>
-    <url>
-      http://svn.apache.org/viewcvs.cgi/excalibur/trunk/cornerstone/threads
-    </url>
-  </scm>
+    <name>Cornerstone Threads</name>
+    <packaging>pom</packaging>
+    <modules>
+        <module>api</module>
+        <module>impl</module>
+        <module>tutorial</module>
+    </modules>
+    <scm>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/cornerstone/threads</connection>
+        <url>http://svn.apache.org/viewcvs.cgi/excalibur/trunk/cornerstone/threads</url>
+    </scm>
 </project>

Modified: excalibur/trunk/cornerstone/threads/tutorial/pom.xml
URL: http://svn.apache.org/viewcvs/excalibur/trunk/cornerstone/threads/tutorial/pom.xml?rev=366049&r1=366048&r2=366049&view=diff
==============================================================================
--- excalibur/trunk/cornerstone/threads/tutorial/pom.xml (original)
+++ excalibur/trunk/cornerstone/threads/tutorial/pom.xml Wed Jan  4 17:26:28 2006
@@ -1,59 +1,52 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- 
-  Copyright 2004 The Apache Software Foundation
-  Licensed  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.
+<!-- 
+    Copyright 2004 The Apache Software Foundation
+    Licensed  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>
-  <parent>
-    <groupId>org.apache.excalibur</groupId>
-    <artifactId>excalibur</artifactId>
+    <parent>
+        <groupId>org.apache.excalibur</groupId>
+        <artifactId>excalibur</artifactId>
+        <version>1.0</version>
+    </parent>
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>org.apache.avalon.cornerstone.threads</groupId>
+    <artifactId>cornerstone-threads-tutorial</artifactId>
     <version>1.0</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.avalon.cornerstone.threads</groupId>
-  <artifactId>cornerstone-threads-tutorial</artifactId>
-  <version>1.0</version>
-  <name>Cornerstone Threads</name>
-  <packaging>pom</packaging>
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.avalon.framework</groupId>
-      <artifactId>avalon-framework-api</artifactId>
-      <version>4.3</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.avalon.framework</groupId>
-      <artifactId>avalon-framework-impl</artifactId>
-      <version>4.3</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.excalibur.components.thread</groupId>
-      <artifactId>excalibur-thread-api</artifactId>
-      <version>2.1</version>
-    </dependency>
-  </dependencies>
-  <build>
-    <sourceDirectory>src/java</sourceDirectory>
-    <testSourceDirectory>src/test</testSourceDirectory>
-  </build>
-  <scm>
-    <connection>
-      scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/cornerstone/threads/tutorial
-    </connection>
-    <url>
-      http://svn.apache.org/viewcvs.cgi/excalibur/trunk/cornerstone/threads/tutorial
-    </url>
-  </scm>
+    <name>Cornerstone Threads</name>
+    <packaging>pom</packaging>
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.avalon.framework</groupId>
+            <artifactId>avalon-framework-api</artifactId>
+            <version>4.3</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.avalon.framework</groupId>
+            <artifactId>avalon-framework-impl</artifactId>
+            <version>4.3</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.excalibur.components.thread</groupId>
+            <artifactId>excalibur-thread-api</artifactId>
+            <version>2.1</version>
+        </dependency>
+    </dependencies>
+    <build></build>
+    <scm>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/cornerstone/threads/tutorial</connection>
+        <url>http://svn.apache.org/viewcvs.cgi/excalibur/trunk/cornerstone/threads/tutorial</url>
+    </scm>
 </project>

Modified: excalibur/trunk/deprecated/component/pom.xml
URL: http://svn.apache.org/viewcvs/excalibur/trunk/deprecated/component/pom.xml?rev=366049&r1=366048&r2=366049&view=diff
==============================================================================
--- excalibur/trunk/deprecated/component/pom.xml (original)
+++ excalibur/trunk/deprecated/component/pom.xml Wed Jan  4 17:26:28 2006
@@ -1,131 +1,90 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- 
-  Copyright 2004 The Apache Software Foundation
-  Licensed  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.
+    Copyright 2004 The Apache Software Foundation
+    Licensed  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>
-  <parent>
-    <groupId>org.apache.excalibur</groupId>
-    <artifactId>excalibur</artifactId>
-    <version>1.0</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Excalibur Component Manager</name>
-  <artifactId>excalibur-component</artifactId>
-  <groupId>org.apache.excalibur.component</groupId>
-  <inceptionYear>1997</inceptionYear>
-  <version>2.1</version>
-  <description>
-    This project contains utilities for managing components. ECM is what we call an "avalon container", though
-    it is somewhat different in architecture to newer developments like Phoenix and Fortress. Our intend is to
-    someday completely replace ECM with Fortress. In particular, this package contains the
-    ExcaliburComponentManager, usually abbreviated to ECM.
-  </description>
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.avalon.logkit</groupId>
-      <artifactId>avalon-logkit</artifactId>
-      <version>2.1</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.avalon.framework</groupId>
-      <artifactId>avalon-framework-api</artifactId>
-      <version>4.3</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.avalon.framework</groupId>
-      <artifactId>avalon-framework-impl</artifactId>
-      <version>4.3</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.excalibur.containerkit.logger</groupId>
-      <artifactId>excalibur-logger</artifactId>
-      <version>2.1</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.excalibur.containerkit.instrument</groupId>
-      <artifactId>excalibur-instrument-api</artifactId>
-      <version>2.1</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.excalibur.containerkit.instrument</groupId>
-      <artifactId>excalibur-instrument-mgr-api</artifactId>
-      <version>2.1</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.excalibur.containerkit.instrument</groupId>
-      <artifactId>excalibur-instrument-mgr-impl</artifactId>
-      <version>2.1</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.excalibur.components.pool</groupId>
-      <artifactId>excalibur-pool-api</artifactId>
-      <version>2.1</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.excalibur.components.pool</groupId>
-      <artifactId>excalibur-pool-impl</artifactId>
-      <version>2.1</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.excalibur.components.pool</groupId>
-      <artifactId>excalibur-pool-instrumented</artifactId>
-      <version>2.1</version>
-    </dependency>
-    <dependency>
-      <artifactId>commons-collections</artifactId>
-      <groupId>commons-collections</groupId>
-      <version>3.1</version>
-    </dependency>
-    <dependency>
-      <artifactId>concurrent</artifactId>
-      <groupId>concurrent</groupId>
-      <version>1.3.4</version>
-    </dependency>
-    <dependency>
-      <artifactId>servlet-api</artifactId>
-      <groupId>javax.servlet</groupId>
-      <version>2.3</version>
-    </dependency>
-    <dependency>
-      <artifactId>junit</artifactId>
-      <groupId>junit</groupId>
-      <version>3.8.1</version>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-  <build>
-    <sourceDirectory>src/java</sourceDirectory>
-    <testSourceDirectory>src/test</testSourceDirectory>
-    <resources>
-      <resource>
-        <directory>${basedir}</directory>
-        <targetPath>META-INF</targetPath>
-        <includes>
-          <include>LICENSE.txt</include>
-          <include>NOTICE.txt</include>
-        </includes>
-      </resource>
-    </resources>
-  </build>
-  <scm>
-    <connection>
-      scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/deprecated/component
-    </connection>
-    <url>
-      http://svn.apache.org/viewcvs.cgi/excalibur/trunk/deprecated/component
-    </url>
-  </scm>
+    <parent>
+        <groupId>org.apache.excalibur</groupId>
+        <artifactId>excalibur</artifactId>
+        <version>1.0</version>
+    </parent>
+    <modelVersion>4.0.0</modelVersion>
+    <name>Excalibur Component Manager</name>
+    <artifactId>excalibur-component</artifactId>
+    <groupId>org.apache.excalibur.component</groupId>
+    <inceptionYear>1997</inceptionYear>
+    <version>2.1</version>
+    <description>
+        This project contains utilities for managing components. ECM is what we call an "avalon container", though it is
+        somewhat different in architecture to newer developments like Phoenix and Fortress. Our intend is to someday
+        completely replace ECM with Fortress. In particular, this package contains the ExcaliburComponentManager,
+        usually abbreviated to ECM.
+    </description>
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.avalon.framework</groupId>
+            <artifactId>avalon-framework-api</artifactId>
+            <version>4.3</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.excalibur.containerkit.logger</groupId>
+            <artifactId>excalibur-logger</artifactId>
+            <version>2.1</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.excalibur.components.pool</groupId>
+            <artifactId>excalibur-pool-api</artifactId>
+            <version>2.1</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.excalibur.components.pool</groupId>
+            <artifactId>excalibur-pool-impl</artifactId>
+            <version>2.1</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.excalibur.components.pool</groupId>
+            <artifactId>excalibur-pool-instrumented</artifactId>
+            <version>2.1</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.excalibur.containerkit.instrument</groupId>
+            <artifactId>excalibur-instrument-api</artifactId>
+            <version>2.1</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.excalibur.containerkit.instrument</groupId>
+            <artifactId>excalibur-instrument-mgr-impl</artifactId>
+            <version>2.1</version>
+        </dependency>
+        <dependency>
+            <artifactId>junit</artifactId>
+            <groupId>junit</groupId>
+            <version>3.8.1</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <artifactId>servlet-api</artifactId>
+            <groupId>javax.servlet</groupId>
+            <version>2.3</version>
+            <scope>provided</scope>
+        </dependency>
+    </dependencies>
+    <build></build>
+    <scm>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/deprecated/component</connection>
+        <url>http://svn.apache.org/viewcvs.cgi/excalibur/trunk/deprecated/component</url>
+    </scm>
 </project>

Modified: excalibur/trunk/deprecated/event/api/pom.xml
URL: http://svn.apache.org/viewcvs/excalibur/trunk/deprecated/event/api/pom.xml?rev=366049&r1=366048&r2=366049&view=diff
==============================================================================
--- excalibur/trunk/deprecated/event/api/pom.xml (original)
+++ excalibur/trunk/deprecated/event/api/pom.xml Wed Jan  4 17:26:28 2006
@@ -1,59 +1,42 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- 
-  Copyright 2004 The Apache Software Foundation
-  Licensed  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.
+    Copyright 2004 The Apache Software Foundation
+    Licensed  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>
-  <parent>
-    <groupId>org.apache.excalibur</groupId>
-    <artifactId>excalibur</artifactId>
-    <version>1.0</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Excalibur Event API</name>
-  <artifactId>excalibur-event-api</artifactId>
-  <groupId>org.apache.excalibur.event</groupId>
-  <version>2.1</version>
-  <description>Excalibur Event API</description>
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.avalon.framework</groupId>
-      <artifactId>avalon-framework-api</artifactId>
-      <version>4.3</version>
-    </dependency>
-  </dependencies>
-  <build>
-    <sourceDirectory>src/java</sourceDirectory>
-    <testSourceDirectory>src/test</testSourceDirectory>
-    <resources>
-      <resource>
-        <directory>${basedir}</directory>
-        <targetPath>META-INF</targetPath>
-        <includes>
-          <include>LICENSE.txt</include>
-          <include>NOTICE.txt</include>
-        </includes>
-      </resource>
-    </resources>
-  </build>
-  <scm>
-    <connection>
-      scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/deprecated/event/api
-    </connection>
-    <url>
-      http://svn.apache.org/viewcvs.cgi/excalibur/trunk/deprecated/event/api
-    </url>
-  </scm>
+    <parent>
+        <groupId>org.apache.excalibur</groupId>
+        <artifactId>excalibur</artifactId>
+        <version>1.0</version>
+    </parent>
+    <modelVersion>4.0.0</modelVersion>
+    <name>Excalibur Event API</name>
+    <artifactId>excalibur-event-api</artifactId>
+    <groupId>org.apache.excalibur.event</groupId>
+    <version>2.1</version>
+    <description>Excalibur Event API</description>
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.avalon.framework</groupId>
+            <artifactId>avalon-framework-api</artifactId>
+            <version>4.3</version>
+        </dependency>
+    </dependencies>
+    <build></build>
+    <scm>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/deprecated/event/api</connection>
+        <url>http://svn.apache.org/viewcvs.cgi/excalibur/trunk/deprecated/event/api</url>
+    </scm>
 </project>

Modified: excalibur/trunk/deprecated/event/impl/pom.xml
URL: http://svn.apache.org/viewcvs/excalibur/trunk/deprecated/event/impl/pom.xml?rev=366049&r1=366048&r2=366049&view=diff
==============================================================================
--- excalibur/trunk/deprecated/event/impl/pom.xml (original)
+++ excalibur/trunk/deprecated/event/impl/pom.xml Wed Jan  4 17:26:28 2006
@@ -1,99 +1,77 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- 
-  Copyright 2004 The Apache Software Foundation
-  
-  Licensed 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.
+    Copyright 2004 The Apache Software Foundation
+    
+    Licensed 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>
-  <parent>
-    <groupId>org.apache.excalibur</groupId>
-    <artifactId>excalibur</artifactId>
-    <version>1.0</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Excalibur Event Implementation</name>
-  <artifactId>excalibur-event-impl</artifactId>
-  <groupId>org.apache.excalibur.event</groupId>
-  <version>2.1</version>
-  <description>Excalibur Event Implementation</description>
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.avalon.framework</groupId>
-      <artifactId>avalon-framework-api</artifactId>
-      <version>4.3</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.avalon.framework</groupId>
-      <artifactId>avalon-framework-impl</artifactId>
-      <version>4.3</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.excalibur.event</groupId>
-      <artifactId>excalibur-event-api</artifactId>
-      <version>2.1</version>
-    </dependency>
-    <dependency>
-      <groupId>commons-collections</groupId>
-      <artifactId>commons-collections</artifactId>
-      <version>3.1</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.excalibur.components.pool</groupId>
-      <artifactId>excalibur-pool-api</artifactId>
-      <version>2.1</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.excalibur.components.pool</groupId>
-      <artifactId>excalibur-pool-impl</artifactId>
-      <version>2.1</version>
-    </dependency>
-    <dependency>
-      <groupId>concurrent</groupId>
-      <artifactId>concurrent</artifactId>
-      <version>1.3.4</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.avalon.logkit</groupId>
-      <artifactId>avalon-logkit</artifactId>
-      <version>2.1</version>
-    </dependency>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-  <build>
-    <sourceDirectory>src/java</sourceDirectory>
-    <testSourceDirectory>src/test</testSourceDirectory>
-    <resources>
-      <resource>
-        <directory>${basedir}</directory>
-        <targetPath>META-INF</targetPath>
-        <includes>
-          <include>LICENSE.txt</include>
-          <include>NOTICE.txt</include>
-        </includes>
-      </resource>
-    </resources>
-  </build>
-  <scm>
-    <connection>
-      scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/deprecated/event/impl
-    </connection>
-    <url>
-      http://svn.apache.org/viewcvs.cgi/excalibur/trunk/deprecated/event/impl
-    </url>
-  </scm>
+    <parent>
+        <groupId>org.apache.excalibur</groupId>
+        <artifactId>excalibur</artifactId>
+        <version>1.0</version>
+    </parent>
+    <modelVersion>4.0.0</modelVersion>
+    <name>Excalibur Event Implementation</name>
+    <artifactId>excalibur-event-impl</artifactId>
+    <groupId>org.apache.excalibur.event</groupId>
+    <version>2.1</version>
+    <description>Excalibur Event Implementation</description>
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.avalon.framework</groupId>
+            <artifactId>avalon-framework-api</artifactId>
+            <version>4.3</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.excalibur.event</groupId>
+            <artifactId>excalibur-event-api</artifactId>
+            <version>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>
+        <dependency>
+            <groupId>org.apache.excalibur.containerkit.logger</groupId>
+            <artifactId>excalibur-logger</artifactId>
+            <version>2.1</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.excalibur.components.pool</groupId>
+            <artifactId>excalibur-pool-api</artifactId>
+            <version>2.1</version>
+        </dependency>
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <version>3.8.1</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.excalibur.components.pool</groupId>
+            <artifactId>excalibur-pool-impl</artifactId>
+            <version>2.1</version>
+        </dependency>
+    </dependencies>
+    <build></build>
+    <scm>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/deprecated/event/impl</connection>
+        <url>http://svn.apache.org/viewcvs.cgi/excalibur/trunk/deprecated/event/impl</url>
+    </scm>
 </project>

Modified: excalibur/trunk/deprecated/event/pom.xml
URL: http://svn.apache.org/viewcvs/excalibur/trunk/deprecated/event/pom.xml?rev=366049&r1=366048&r2=366049&view=diff
==============================================================================
--- excalibur/trunk/deprecated/event/pom.xml (original)
+++ excalibur/trunk/deprecated/event/pom.xml Wed Jan  4 17:26:28 2006
@@ -1,42 +1,38 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-  Copyright 2003-2004 The Apache Software Foundation
-  Licensed  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.
+    Copyright 2003-2004 The Apache Software Foundation
+    Licensed  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>
-  <parent>
-    <groupId>org.apache.excalibur</groupId>
-    <artifactId>excalibur</artifactId>
-    <version>1.0</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Event</name>
-  <groupId>org.apache.excalibur.event</groupId>
-  <artifactId>excalibur-event</artifactId>
-  <version>2.1</version>
-  <packaging>pom</packaging>
-  <modules>
-    <module>api</module>
-    <module>impl</module>
-  </modules>
-  <scm>
-    <connection>
-      scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/deprecated/event
-    </connection>
-    <url>
-      http://svn.apache.org/viewcvs.cgi/excalibur/trunk/deprecated/event
-    </url>
-  </scm>
+    <parent>
+        <groupId>org.apache.excalibur</groupId>
+        <artifactId>excalibur</artifactId>
+        <version>1.0</version>
+    </parent>
+    <modelVersion>4.0.0</modelVersion>
+    <name>Event</name>
+    <groupId>org.apache.excalibur.event</groupId>
+    <artifactId>excalibur-event</artifactId>
+    <version>2.1</version>
+    <packaging>pom</packaging>
+    <modules>
+        <module>api</module>
+        <module>impl</module>
+    </modules>
+    <scm>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/deprecated/event</connection>
+        <url>http://svn.apache.org/viewcvs.cgi/excalibur/trunk/deprecated/event</url>
+    </scm>
 </project>

Modified: excalibur/trunk/deprecated/pom.xml
URL: http://svn.apache.org/viewcvs/excalibur/trunk/deprecated/pom.xml?rev=366049&r1=366048&r2=366049&view=diff
==============================================================================
--- excalibur/trunk/deprecated/pom.xml (original)
+++ excalibur/trunk/deprecated/pom.xml Wed Jan  4 17:26:28 2006
@@ -1,43 +1,40 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-  Copyright 2003-2004 The Apache Software Foundation
-  Licensed  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.
+    Copyright 2003-2004 The Apache Software Foundation
+    Licensed  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>
-  <parent>
-    <groupId>org.apache.excalibur</groupId>
-    <artifactId>excalibur</artifactId>
+    <parent>
+        <groupId>org.apache.excalibur</groupId>
+        <artifactId>excalibur</artifactId>
+        <version>1.0</version>
+    </parent>
+    <modelVersion>4.0.0</modelVersion>
+    <name>Deprecated</name>
+    <groupId>excalibur-deprecated</groupId>
+    <artifactId>excalibur-deprecated</artifactId>
     <version>1.0</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Deprecated</name>
-  <groupId>excalibur-deprecated</groupId>
-  <artifactId>excalibur-deprecated</artifactId>
-  <version>1.0</version>
-  <packaging>pom</packaging>
-  <modules>
-    <module>event</module>
-    <module>component</module>
-    <module>testcase</module>
-  </modules>
-  <scm>
-    <connection>
-      scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/deprecated
-    </connection>
-    <url>
-      http://svn.apache.org/viewcvs.cgi/excalibur/trunk/deprecated
-    </url>
-  </scm>
+    <packaging>pom</packaging>
+    <modules>
+        <module>event</module>
+        <module>component</module>
+        <module>component-tests</module>
+        <module>testcase</module>
+    </modules>
+    <scm>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/deprecated</connection>
+        <url>http://svn.apache.org/viewcvs.cgi/excalibur/trunk/deprecated</url>
+    </scm>
 </project>

Modified: excalibur/trunk/deprecated/testcase/pom.xml
URL: http://svn.apache.org/viewcvs/excalibur/trunk/deprecated/testcase/pom.xml?rev=366049&r1=366048&r2=366049&view=diff
==============================================================================
--- excalibur/trunk/deprecated/testcase/pom.xml (original)
+++ excalibur/trunk/deprecated/testcase/pom.xml Wed Jan  4 17:26:28 2006
@@ -1,96 +1,64 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- 
-  Copyright 2004 The Apache Software Foundation
-  Licensed  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.
+    Copyright 2004 The Apache Software Foundation
+    Licensed  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>
-  <parent>
-    <groupId>org.apache.excalibur</groupId>
-    <artifactId>excalibur</artifactId>
-    <version>1.0</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Excalibur Testcase</name>
-  <artifactId>excalibur-testcase</artifactId>
-  <groupId>org.apache.excalibur.testcase</groupId>
-  <inceptionYear>2004</inceptionYear>
-  <version>2.1</version>
-  <description>
-    This project contains utilities for managing components. ECM is what we call an "avalon container", though
-    it is somewhat different in architecture to newer developments like Phoenix and Fortress. Our intend is to
-    someday completely replace ECM with Fortress. In particular, this package contains the
-    ExcaliburComponentManager, usually abbreviated to ECM.
-  </description>
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.avalon.logkit</groupId>
-      <artifactId>avalon-logkit</artifactId>
-      <version>2.1</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.avalon.framework</groupId>
-      <artifactId>avalon-framework-api</artifactId>
-      <version>4.3</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.avalon.framework</groupId>
-      <artifactId>avalon-framework-impl</artifactId>
-      <version>4.3</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.excalibur.containerkit.logger</groupId>
-      <artifactId>excalibur-logger</artifactId>
-      <version>2.1</version>
-    </dependency>
-    <dependency>
-      <artifactId>excalibur-component</artifactId>
-      <groupId>org.apache.excalibur.component</groupId>
-      <version>2.1</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.excalibur.containerkit.instrument</groupId>
-      <artifactId>excalibur-instrument-api</artifactId>
-      <version>2.1</version>
-    </dependency>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <scope>provided</scope>
-    </dependency>
-  </dependencies>
-  <build>
-    <sourceDirectory>src/java</sourceDirectory>
-    <testSourceDirectory>src/test</testSourceDirectory>
-    <resources>
-      <resource>
-        <directory>${basedir}</directory>
-        <targetPath>META-INF</targetPath>
-        <includes>
-          <include>LICENSE.txt</include>
-          <include>NOTICE.txt</include>
-        </includes>
-      </resource>
-    </resources>
-  </build>
-  <scm>
-    <connection>
-      scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/deprecated/testcase
-    </connection>
-    <url>
-      http://svn.apache.org/viewcvs.cgi/excalibur/trunk/deprecated/testcase
-    </url>
-  </scm>
+    <parent>
+        <groupId>org.apache.excalibur</groupId>
+        <artifactId>excalibur</artifactId>
+        <version>1.0</version>
+    </parent>
+    <modelVersion>4.0.0</modelVersion>
+    <name>Excalibur Testcase</name>
+    <artifactId>excalibur-testcase</artifactId>
+    <groupId>org.apache.excalibur.testcase</groupId>
+    <inceptionYear>2004</inceptionYear>
+    <version>2.1</version>
+    <description>
+        This project contains utilities for managing components. ECM is what we call an "avalon container", though it is
+        somewhat different in architecture to newer developments like Phoenix and Fortress. Our intend is to someday
+        completely replace ECM with Fortress. In particular, this package contains the ExcaliburComponentManager,
+        usually abbreviated to ECM.
+    </description>
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.avalon.framework</groupId>
+            <artifactId>avalon-framework-api</artifactId>
+            <version>4.3</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.avalon.framework</groupId>
+            <artifactId>avalon-framework-impl</artifactId>
+            <version>4.3</version>
+        </dependency>
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <version>3.8.1</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <artifactId>excalibur-component</artifactId>
+            <groupId>org.apache.excalibur.component</groupId>
+            <version>2.1</version>
+        </dependency>
+    </dependencies>
+    <build></build>
+    <scm>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/deprecated/testcase</connection>
+        <url>http://svn.apache.org/viewcvs.cgi/excalibur/trunk/deprecated/testcase</url>
+    </scm>
 </project>



---------------------------------------------------------------------
To unsubscribe, e-mail: scm-unsubscribe@excalibur.apache.org
For additional commands, e-mail: scm-help@excalibur.apache.org