You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2014/09/17 16:00:49 UTC

svn commit: r1625595 - in /tomcat/sandbox/trunk-maven-layout: ./ catalina/ tomcat-annotations-api/ tomcat-api/ tomcat-catalina-ant/ tomcat-catalina-ha/ tomcat-catalina-jmx-remote/ tomcat-catalina-ws/ tomcat-catalina/ tomcat-coyote/ tomcat-dbcp/ tomcat-...

Author: markt
Date: Wed Sep 17 14:00:48 2014
New Revision: 1625595

URL: http://svn.apache.org/r1625595
Log:
Start to look at https://issues.apache.org/bugzilla/show_bug.cgi?id=56397
Use the provided directory structure and POMs.
No svn externals to pull in source have been added at this point.

Added:
    tomcat/sandbox/trunk-maven-layout/
    tomcat/sandbox/trunk-maven-layout/catalina/
    tomcat/sandbox/trunk-maven-layout/catalina/pom.xml   (with props)
    tomcat/sandbox/trunk-maven-layout/pom.xml   (with props)
    tomcat/sandbox/trunk-maven-layout/tomcat-annotations-api/   (with props)
    tomcat/sandbox/trunk-maven-layout/tomcat-annotations-api/pom.xml   (with props)
    tomcat/sandbox/trunk-maven-layout/tomcat-api/   (with props)
    tomcat/sandbox/trunk-maven-layout/tomcat-api/pom.xml   (with props)
    tomcat/sandbox/trunk-maven-layout/tomcat-catalina/   (with props)
    tomcat/sandbox/trunk-maven-layout/tomcat-catalina-ant/   (with props)
    tomcat/sandbox/trunk-maven-layout/tomcat-catalina-ant/pom.xml   (with props)
    tomcat/sandbox/trunk-maven-layout/tomcat-catalina-ha/   (with props)
    tomcat/sandbox/trunk-maven-layout/tomcat-catalina-ha/pom.xml   (with props)
    tomcat/sandbox/trunk-maven-layout/tomcat-catalina-jmx-remote/   (with props)
    tomcat/sandbox/trunk-maven-layout/tomcat-catalina-jmx-remote/pom.xml   (with props)
    tomcat/sandbox/trunk-maven-layout/tomcat-catalina-ws/   (with props)
    tomcat/sandbox/trunk-maven-layout/tomcat-catalina-ws/pom.xml   (with props)
    tomcat/sandbox/trunk-maven-layout/tomcat-catalina/pom.xml   (with props)
    tomcat/sandbox/trunk-maven-layout/tomcat-coyote/   (with props)
    tomcat/sandbox/trunk-maven-layout/tomcat-coyote/pom.xml   (with props)
    tomcat/sandbox/trunk-maven-layout/tomcat-dbcp/   (with props)
    tomcat/sandbox/trunk-maven-layout/tomcat-dbcp/pom.xml   (with props)
    tomcat/sandbox/trunk-maven-layout/tomcat-el-api/   (with props)
    tomcat/sandbox/trunk-maven-layout/tomcat-el-api/pom.xml   (with props)
    tomcat/sandbox/trunk-maven-layout/tomcat-extras-juli/   (with props)
    tomcat/sandbox/trunk-maven-layout/tomcat-extras-juli-adapters/   (with props)
    tomcat/sandbox/trunk-maven-layout/tomcat-extras-juli-adapters/pom.xml   (with props)
    tomcat/sandbox/trunk-maven-layout/tomcat-extras-juli/pom.xml   (with props)
    tomcat/sandbox/trunk-maven-layout/tomcat-jasper/   (with props)
    tomcat/sandbox/trunk-maven-layout/tomcat-jasper-el/   (with props)
    tomcat/sandbox/trunk-maven-layout/tomcat-jasper-el/pom.xml   (with props)
    tomcat/sandbox/trunk-maven-layout/tomcat-jasper/pom.xml   (with props)
    tomcat/sandbox/trunk-maven-layout/tomcat-jdbc/   (with props)
    tomcat/sandbox/trunk-maven-layout/tomcat-jdbc/pom.xml   (with props)
    tomcat/sandbox/trunk-maven-layout/tomcat-jni/   (with props)
    tomcat/sandbox/trunk-maven-layout/tomcat-jni/pom.xml   (with props)
    tomcat/sandbox/trunk-maven-layout/tomcat-jsp-api/   (with props)
    tomcat/sandbox/trunk-maven-layout/tomcat-jsp-api/pom.xml   (with props)
    tomcat/sandbox/trunk-maven-layout/tomcat-juli/   (with props)
    tomcat/sandbox/trunk-maven-layout/tomcat-juli/pom.xml   (with props)
    tomcat/sandbox/trunk-maven-layout/tomcat-mail-api/   (with props)
    tomcat/sandbox/trunk-maven-layout/tomcat-mail-api/pom.xml   (with props)
    tomcat/sandbox/trunk-maven-layout/tomcat-servlet-api/   (with props)
    tomcat/sandbox/trunk-maven-layout/tomcat-servlet-api/pom.xml   (with props)
    tomcat/sandbox/trunk-maven-layout/tomcat-spdy/   (with props)
    tomcat/sandbox/trunk-maven-layout/tomcat-spdy/pom.xml   (with props)
    tomcat/sandbox/trunk-maven-layout/tomcat-tribes/   (with props)
    tomcat/sandbox/trunk-maven-layout/tomcat-tribes/pom.xml   (with props)
    tomcat/sandbox/trunk-maven-layout/tomcat-util/   (with props)
    tomcat/sandbox/trunk-maven-layout/tomcat-util-scan/   (with props)
    tomcat/sandbox/trunk-maven-layout/tomcat-util-scan/pom.xml   (with props)
    tomcat/sandbox/trunk-maven-layout/tomcat-util/pom.xml   (with props)
    tomcat/sandbox/trunk-maven-layout/tomcat-websocket/   (with props)
    tomcat/sandbox/trunk-maven-layout/tomcat-websocket-api/   (with props)
    tomcat/sandbox/trunk-maven-layout/tomcat-websocket-api/pom.xml   (with props)
    tomcat/sandbox/trunk-maven-layout/tomcat-websocket/pom.xml   (with props)

Added: tomcat/sandbox/trunk-maven-layout/catalina/pom.xml
URL: http://svn.apache.org/viewvc/tomcat/sandbox/trunk-maven-layout/catalina/pom.xml?rev=1625595&view=auto
==============================================================================
--- tomcat/sandbox/trunk-maven-layout/catalina/pom.xml (added)
+++ tomcat/sandbox/trunk-maven-layout/catalina/pom.xml Wed Sep 17 14:00:48 2014
@@ -0,0 +1,98 @@
+<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/xsd/maven-4.0.0.xsd">
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.apache.tomcat</groupId>
+        <artifactId>master</artifactId>
+        <version>1.0-SNAPSHOT</version>
+    </parent>
+
+    <artifactId>catalina</artifactId>
+    <packaging>jar</packaging>
+
+    <dependencies>
+        <dependency>
+            <groupId>org.eclipse.jdt.core.compiler</groupId>
+            <artifactId>ecj</artifactId>
+            <version>4.4</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.ant</groupId>
+            <artifactId>ant</artifactId>
+            <version>1.9.4</version>
+        </dependency>
+        <dependency>
+            <groupId>wsdl4j</groupId>
+            <artifactId>wsdl4j</artifactId>
+            <version>1.6.2</version>
+        </dependency>
+        <dependency>
+            <groupId>geronimo-spec</groupId>
+            <artifactId>geronimo-spec-jaxrpc</artifactId>
+            <version>1.1-rc4</version>
+        </dependency>
+    </dependencies>
+      
+    <build>
+        <resources>
+            <resource>
+                <directory>${tomcat.base.dir}/java</directory>
+                <includes>   
+                    <include>org/apache/catalina/**</include>
+                    <include>org/apache/naming/**</include>
+                </includes>
+                <excludes> 
+                    <exclude>**/*.java</exclude>   
+                    <!-- Modules -->
+                    <exclude>org/apache/catalina/ant/**</exclude>
+                    <exclude>org/apache/catalina/ha/**</exclude>
+                    <exclude>org/apache/catalina/mbeans/JmxRemote*</exclude>
+                    <exclude>org/apache/catalina/tribes/**</exclude>
+                    <exclude>org/apache/catalina/storeconfig/**</exclude>
+                    <exclude>org/apache/naming/factory/webservices/**</exclude>
+                </excludes>
+            </resource>
+        </resources>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-compiler-plugin</artifactId>
+                <configuration>
+                    <includes>   
+                        <include>org/apache/catalina/**/*.java</include>
+                        <include>org/apache/naming/**/*.java</include>
+                    </includes>
+                    <excludes>    <!-- Modules -->
+                        <exclude>org/apache/catalina/ant/**</exclude>
+                        <exclude>org/apache/catalina/ha/**</exclude>
+                        <exclude>org/apache/catalina/mbeans/JmxRemote*</exclude>
+                        <exclude>org/apache/catalina/tribes/**</exclude>
+                        <exclude>org/apache/catalina/storeconfig/**</exclude>
+                        <exclude>org/apache/naming/factory/webservices/**</exclude>
+                    </excludes>
+                </configuration>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-jar-plugin</artifactId>
+                <version>2.5</version>
+                <configuration>
+                    <includes>   
+                        <include>org/apache/catalina/**</include>
+                        <include>org/apache/naming/**</include>
+                    </includes>
+                    <excludes>    <!-- Modules -->
+                        <exclude>org/apache/catalina/ant/**</exclude>
+                        <exclude>org/apache/catalina/ha/**</exclude>
+                        <exclude>org/apache/catalina/mbeans/JmxRemote*</exclude>
+                        <exclude>org/apache/catalina/tribes/**</exclude>
+                        <exclude>org/apache/catalina/storeconfig/**</exclude>
+                        <exclude>org/apache/naming/factory/webservices/**</exclude>
+                    </excludes>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+
+</project>

Propchange: tomcat/sandbox/trunk-maven-layout/catalina/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: tomcat/sandbox/trunk-maven-layout/pom.xml
URL: http://svn.apache.org/viewvc/tomcat/sandbox/trunk-maven-layout/pom.xml?rev=1625595&view=auto
==============================================================================
--- tomcat/sandbox/trunk-maven-layout/pom.xml (added)
+++ tomcat/sandbox/trunk-maven-layout/pom.xml Wed Sep 17 14:00:48 2014
@@ -0,0 +1,181 @@
+<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/xsd/maven-4.0.0.xsd">
+    <modelVersion>4.0.0</modelVersion>
+
+  
+    <groupId>org.apache.tomcat</groupId>
+    <artifactId>master</artifactId>
+    <version>8.0.13-SNAPSHOT</version>
+    <packaging>pom</packaging>
+
+    <url>http://tomcat.apache.org</url>
+
+    <licenses>
+        <license>
+            <name>Apache License, Version 2.0</name>
+            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+            <distribution>repo</distribution>
+        </license>
+    </licenses>
+
+    <modules>
+        <module>tomcat-annotations-api</module>
+        <module>tomcat-catalina</module>
+        <module>tomcat-api</module>
+        <module>tomcat-catalina-ant</module>
+        <module>tomcat-catalina-ha</module>
+        <module>tomcat-catalina-jmx-remote</module>
+        <module>tomcat-catalina-ws</module>
+        <module>tomcat-coyote</module>
+        <module>tomcat-dbcp</module>
+        <module>tomcat-el-api</module>
+        <module>tomcat-extras-juli</module>
+        <module>tomcat-extras-juli-adapters</module>
+        <module>tomcat-jasper</module>
+        <module>tomcat-jasper-el</module>
+        <module>tomcat-jdbc</module>
+        <module>tomcat-jni</module>
+        <module>tomcat-jsp-api</module>
+        <module>tomcat-servlet-api</module>
+        <module>tomcat-juli</module>
+        <module>tomcat-spdy</module>
+        <module>tomcat-tribes</module>
+        <module>tomcat-util</module>
+        <module>tomcat-util-scan</module>
+        <module>tomcat-websocket</module>
+        <module>tomcat-websocket-api</module>
+        <module>tomcat-mail-api</module>
+    </modules>
+      
+    <build>
+        <pluginManagement>
+            <!-- The version for all plugins used by the modules must be defined here -->
+            <plugins>
+                <plugin>
+                    <artifactId>maven-compiler-plugin</artifactId>
+                    <version>3.1</version>
+                    <configuration>
+                        <source>1.7</source>
+                        <target>1.7</target>
+                    </configuration>
+                </plugin>
+            </plugins>
+        </pluginManagement>
+    </build>
+
+    <dependencyManagement>
+        <!-- The version of all dependencies used must be defined here -->
+        <dependencies>
+            <dependency>
+                <groupId>org.eclipse.jdt.core.compiler</groupId>
+                <artifactId>ecj</artifactId>
+                <version>4.4</version>
+            </dependency>
+            <dependency>
+                <groupId>geronimo-spec</groupId>
+                <artifactId>geronimo-spec-jaxrpc</artifactId>
+                <version>1.1-rc4</version>
+            </dependency>
+            <dependency>
+                <groupId>wsdl4j</groupId>
+                <artifactId>wsdl4j</artifactId>
+                <version>1.6.2</version>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.ant</groupId>
+                <artifactId>ant</artifactId>
+                <version>1.9.4</version>
+            </dependency>
+        
+            <dependency>
+                <groupId>org.apache.tomcat</groupId>
+                <artifactId>tomcat-servlet-api</artifactId>
+                <version>${project.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.tomcat</groupId>
+                <artifactId>tomcat-jsp-api</artifactId>
+                <version>${project.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.tomcat</groupId>
+                <artifactId>tomcat-juli</artifactId>
+                <version>${project.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.tomcat</groupId>
+                <artifactId>tomcat-annotations-api</artifactId>
+                <version>${project.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.tomcat</groupId>
+                <artifactId>tomcat-api</artifactId>
+                <version>${project.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.tomcat</groupId>
+                <artifactId>tomcat-jni</artifactId>
+                <version>${project.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.tomcat</groupId>
+                <artifactId>tomcat-coyote</artifactId>
+                <version>${project.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.tomcat</groupId>
+                <artifactId>tomcat-util</artifactId>
+                <version>${project.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.tomcat</groupId>
+                <artifactId>tomcat-util-scan</artifactId>
+                <version>${project.version}</version>    
+            </dependency>
+            <dependency>
+                <groupId>org.apache.tomcat</groupId>
+                <artifactId>tomcat-tribes</artifactId>
+                <version>${project.version}</version>    
+            </dependency>
+            <dependency>
+                <groupId>org.apache.tomcat</groupId>
+                <artifactId>tomcat-catalina</artifactId>
+                <version>${project.version}</version>    
+            </dependency>
+            <dependency>
+                <groupId>org.apache.tomcat</groupId>
+                <artifactId>tomcat-el-api</artifactId>
+                <version>${project.version}</version>    
+            </dependency>
+            <dependency>
+                <groupId>org.apache.tomcat</groupId>
+                <artifactId>tomcat-jasper-el</artifactId>
+                <version>${project.version}</version>    
+            </dependency>
+            <dependency>
+                <groupId>org.apache.tomcat</groupId>
+                <artifactId>tomcat-websocket-api</artifactId>
+                <version>${project.version}</version>    
+            </dependency>
+            <dependency>
+                <groupId>org.apache.tomcat</groupId>
+                <artifactId>tomcat-mail-api</artifactId> 
+                <scope>provided</scope>
+                <version>${project.version}</version>
+            </dependency> 
+            
+            <dependency>
+                <groupId>org.apache.tomcat.extras</groupId>
+                <artifactId>tomcat-extras-juli</artifactId>
+                <version>${project.version}</version>    
+            </dependency>
+        </dependencies>
+    </dependencyManagement>
+    
+    <properties>
+        <tomcat.base.dir>/Users/viretp/Dev/apache/tomcat/trunk</tomcat.base.dir>
+        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    </properties>
+
+  
+</project>

Propchange: tomcat/sandbox/trunk-maven-layout/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: tomcat/sandbox/trunk-maven-layout/tomcat-annotations-api/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Wed Sep 17 14:00:48 2014
@@ -0,0 +1 @@
+target

Added: tomcat/sandbox/trunk-maven-layout/tomcat-annotations-api/pom.xml
URL: http://svn.apache.org/viewvc/tomcat/sandbox/trunk-maven-layout/tomcat-annotations-api/pom.xml?rev=1625595&view=auto
==============================================================================
--- tomcat/sandbox/trunk-maven-layout/tomcat-annotations-api/pom.xml (added)
+++ tomcat/sandbox/trunk-maven-layout/tomcat-annotations-api/pom.xml Wed Sep 17 14:00:48 2014
@@ -0,0 +1,34 @@
+<?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>
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.apache.tomcat</groupId>
+        <artifactId>master</artifactId>
+        <version>8.0.13-SNAPSHOT</version>    
+    </parent>
+
+    <artifactId>tomcat-annotations-api</artifactId>
+
+   <description>Annotations Package</description>
+   <url>http://tomcat.apache.org/</url>
+
+
+
+</project>

Propchange: tomcat/sandbox/trunk-maven-layout/tomcat-annotations-api/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: tomcat/sandbox/trunk-maven-layout/tomcat-api/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Wed Sep 17 14:00:48 2014
@@ -0,0 +1 @@
+target

Added: tomcat/sandbox/trunk-maven-layout/tomcat-api/pom.xml
URL: http://svn.apache.org/viewvc/tomcat/sandbox/trunk-maven-layout/tomcat-api/pom.xml?rev=1625595&view=auto
==============================================================================
--- tomcat/sandbox/trunk-maven-layout/tomcat-api/pom.xml (added)
+++ tomcat/sandbox/trunk-maven-layout/tomcat-api/pom.xml Wed Sep 17 14:00:48 2014
@@ -0,0 +1,39 @@
+<?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>
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.apache.tomcat</groupId>
+        <artifactId>master</artifactId>
+        <version>8.0.13-SNAPSHOT</version>    
+    </parent>
+
+    <artifactId>tomcat-api</artifactId>
+
+    <description>Definition of interfaces shared by Catalina and Jasper</description>
+    <url>http://tomcat.apache.org/</url>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.tomcat</groupId>
+      <artifactId>tomcat-servlet-api</artifactId>
+    </dependency>
+  </dependencies>
+
+</project>

Propchange: tomcat/sandbox/trunk-maven-layout/tomcat-api/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: tomcat/sandbox/trunk-maven-layout/tomcat-catalina/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Wed Sep 17 14:00:48 2014
@@ -0,0 +1 @@
+target

Propchange: tomcat/sandbox/trunk-maven-layout/tomcat-catalina-ant/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Wed Sep 17 14:00:48 2014
@@ -0,0 +1 @@
+target

Added: tomcat/sandbox/trunk-maven-layout/tomcat-catalina-ant/pom.xml
URL: http://svn.apache.org/viewvc/tomcat/sandbox/trunk-maven-layout/tomcat-catalina-ant/pom.xml?rev=1625595&view=auto
==============================================================================
--- tomcat/sandbox/trunk-maven-layout/tomcat-catalina-ant/pom.xml (added)
+++ tomcat/sandbox/trunk-maven-layout/tomcat-catalina-ant/pom.xml Wed Sep 17 14:00:48 2014
@@ -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>
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.apache.tomcat</groupId>
+        <artifactId>master</artifactId>
+        <version>8.0.13-SNAPSHOT</version>    
+    </parent>
+
+    <artifactId>tomcat-catalina-ant</artifactId>
+
+    <description>Tomcat Ant tasks for remote management</description>
+    <url>http://tomcat.apache.org/</url>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.tomcat</groupId>
+      <artifactId>tomcat-util</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.tomcat</groupId>
+      <artifactId>tomcat-util-scan</artifactId>
+    </dependency>
+  </dependencies>
+
+</project>

Propchange: tomcat/sandbox/trunk-maven-layout/tomcat-catalina-ant/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: tomcat/sandbox/trunk-maven-layout/tomcat-catalina-ha/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Wed Sep 17 14:00:48 2014
@@ -0,0 +1 @@
+target

Added: tomcat/sandbox/trunk-maven-layout/tomcat-catalina-ha/pom.xml
URL: http://svn.apache.org/viewvc/tomcat/sandbox/trunk-maven-layout/tomcat-catalina-ha/pom.xml?rev=1625595&view=auto
==============================================================================
--- tomcat/sandbox/trunk-maven-layout/tomcat-catalina-ha/pom.xml (added)
+++ tomcat/sandbox/trunk-maven-layout/tomcat-catalina-ha/pom.xml Wed Sep 17 14:00:48 2014
@@ -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>
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.apache.tomcat</groupId>
+        <artifactId>master</artifactId>
+        <version>8.0.13-SNAPSHOT</version>    
+    </parent>
+
+    <artifactId>tomcat-catalina-ha</artifactId>
+
+    <description>Tomcat High Availability Implementation</description>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.tomcat</groupId>
+      <artifactId>tomcat-coyote</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.tomcat</groupId>
+      <artifactId>tomcat-servlet-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.tomcat</groupId>
+      <artifactId>tomcat-juli</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.tomcat</groupId>
+      <artifactId>tomcat-tribes</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.tomcat</groupId>
+      <artifactId>tomcat-catalina</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.tomcat</groupId>
+      <artifactId>tomcat-util</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.tomcat</groupId>
+      <artifactId>tomcat-util-scan</artifactId>
+    </dependency>
+  </dependencies>
+
+</project>

Propchange: tomcat/sandbox/trunk-maven-layout/tomcat-catalina-ha/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: tomcat/sandbox/trunk-maven-layout/tomcat-catalina-jmx-remote/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Wed Sep 17 14:00:48 2014
@@ -0,0 +1 @@
+target

Added: tomcat/sandbox/trunk-maven-layout/tomcat-catalina-jmx-remote/pom.xml
URL: http://svn.apache.org/viewvc/tomcat/sandbox/trunk-maven-layout/tomcat-catalina-jmx-remote/pom.xml?rev=1625595&view=auto
==============================================================================
--- tomcat/sandbox/trunk-maven-layout/tomcat-catalina-jmx-remote/pom.xml (added)
+++ tomcat/sandbox/trunk-maven-layout/tomcat-catalina-jmx-remote/pom.xml Wed Sep 17 14:00:48 2014
@@ -0,0 +1,47 @@
+<?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>
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.apache.tomcat</groupId>
+        <artifactId>master</artifactId>
+        <version>8.0.13-SNAPSHOT</version>    
+    </parent>
+
+    <artifactId>tomcat-catalina-jmx-remote</artifactId>
+
+    <description>Tomcat Remote JMX listener</description>
+    <url>http://tomcat.apache.org/</url>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.tomcat</groupId>
+      <artifactId>tomcat-util</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.tomcat</groupId>
+      <artifactId>tomcat-catalina</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.tomcat</groupId>
+      <artifactId>tomcat-juli</artifactId>
+    </dependency>
+  </dependencies>
+
+</project>

Propchange: tomcat/sandbox/trunk-maven-layout/tomcat-catalina-jmx-remote/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: tomcat/sandbox/trunk-maven-layout/tomcat-catalina-ws/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Wed Sep 17 14:00:48 2014
@@ -0,0 +1 @@
+target

Added: tomcat/sandbox/trunk-maven-layout/tomcat-catalina-ws/pom.xml
URL: http://svn.apache.org/viewvc/tomcat/sandbox/trunk-maven-layout/tomcat-catalina-ws/pom.xml?rev=1625595&view=auto
==============================================================================
--- tomcat/sandbox/trunk-maven-layout/tomcat-catalina-ws/pom.xml (added)
+++ tomcat/sandbox/trunk-maven-layout/tomcat-catalina-ws/pom.xml Wed Sep 17 14:00:48 2014
@@ -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>
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.apache.tomcat</groupId>
+        <artifactId>master</artifactId>
+        <version>8.0.13-SNAPSHOT</version>    
+    </parent>
+
+    <artifactId>tomcat-catalina-ws</artifactId>
+
+    <description>Tomcat JNDI Factory for Web Services</description>
+
+    <dependencies>
+        <dependency>
+            <groupId>wsdl4j</groupId>
+            <artifactId>wsdl4j</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.tomcat</groupId>
+            <artifactId>tomcat-catalina</artifactId>
+        </dependency>
+    </dependencies>
+
+</project>

Propchange: tomcat/sandbox/trunk-maven-layout/tomcat-catalina-ws/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: tomcat/sandbox/trunk-maven-layout/tomcat-catalina/pom.xml
URL: http://svn.apache.org/viewvc/tomcat/sandbox/trunk-maven-layout/tomcat-catalina/pom.xml?rev=1625595&view=auto
==============================================================================
--- tomcat/sandbox/trunk-maven-layout/tomcat-catalina/pom.xml (added)
+++ tomcat/sandbox/trunk-maven-layout/tomcat-catalina/pom.xml Wed Sep 17 14:00:48 2014
@@ -0,0 +1,79 @@
+<?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>
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.apache.tomcat</groupId>
+        <artifactId>master</artifactId>
+        <version>8.0.13-SNAPSHOT</version>    
+    </parent>
+
+    <artifactId>tomcat-catalina</artifactId>
+    <description>Tomcat Servlet Engine Core Classes and Standard implementations</description>
+
+    <url>http://tomcat.apache.org/</url>
+
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.tomcat</groupId>
+            <artifactId>tomcat-servlet-api</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.tomcat</groupId>
+            <artifactId>tomcat-jsp-api</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.tomcat</groupId>
+            <artifactId>tomcat-juli</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.tomcat</groupId>
+            <artifactId>tomcat-annotations-api</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.tomcat</groupId>
+            <artifactId>tomcat-api</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.tomcat</groupId>
+            <artifactId>tomcat-jni</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.tomcat</groupId>
+            <artifactId>tomcat-coyote</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.tomcat</groupId>
+            <artifactId>tomcat-util</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.tomcat</groupId>
+            <artifactId>tomcat-util-scan</artifactId>    
+        </dependency>
+        <dependency>
+            <groupId>org.apache.tomcat</groupId>
+            <artifactId>tomcat-mail-api</artifactId>    
+        </dependency> 
+        <dependency>
+            <groupId>geronimo-spec</groupId>
+            <artifactId>geronimo-spec-jaxrpc</artifactId>
+        </dependency>
+    </dependencies>
+
+</project>

Propchange: tomcat/sandbox/trunk-maven-layout/tomcat-catalina/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: tomcat/sandbox/trunk-maven-layout/tomcat-coyote/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Wed Sep 17 14:00:48 2014
@@ -0,0 +1 @@
+target

Added: tomcat/sandbox/trunk-maven-layout/tomcat-coyote/pom.xml
URL: http://svn.apache.org/viewvc/tomcat/sandbox/trunk-maven-layout/tomcat-coyote/pom.xml?rev=1625595&view=auto
==============================================================================
--- tomcat/sandbox/trunk-maven-layout/tomcat-coyote/pom.xml (added)
+++ tomcat/sandbox/trunk-maven-layout/tomcat-coyote/pom.xml Wed Sep 17 14:00:48 2014
@@ -0,0 +1,53 @@
+<?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>
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.apache.tomcat</groupId>
+        <artifactId>master</artifactId>
+        <version>8.0.13-SNAPSHOT</version>    
+    </parent>
+
+  <artifactId>tomcat-coyote</artifactId>
+  <description>Tomcat Connectors and HTTP parser</description>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.tomcat</groupId>
+      <artifactId>tomcat-servlet-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.tomcat</groupId>
+      <artifactId>tomcat-jni</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.tomcat</groupId>
+      <artifactId>tomcat-juli</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.tomcat</groupId>
+      <artifactId>tomcat-util</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.tomcat</groupId>
+      <artifactId>tomcat-util-scan</artifactId>
+    </dependency>
+  </dependencies>
+
+</project>

Propchange: tomcat/sandbox/trunk-maven-layout/tomcat-coyote/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: tomcat/sandbox/trunk-maven-layout/tomcat-dbcp/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Wed Sep 17 14:00:48 2014
@@ -0,0 +1 @@
+target

Added: tomcat/sandbox/trunk-maven-layout/tomcat-dbcp/pom.xml
URL: http://svn.apache.org/viewvc/tomcat/sandbox/trunk-maven-layout/tomcat-dbcp/pom.xml?rev=1625595&view=auto
==============================================================================
--- tomcat/sandbox/trunk-maven-layout/tomcat-dbcp/pom.xml (added)
+++ tomcat/sandbox/trunk-maven-layout/tomcat-dbcp/pom.xml Wed Sep 17 14:00:48 2014
@@ -0,0 +1,38 @@
+<?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>
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.apache.tomcat</groupId>
+        <artifactId>master</artifactId>
+        <version>8.0.13-SNAPSHOT</version>    
+    </parent>
+
+  <artifactId>tomcat-dbcp</artifactId>
+  <description>Tomcat Database Connection Pooling package</description>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.tomcat</groupId>
+      <artifactId>tomcat-juli</artifactId>
+    </dependency>
+  </dependencies>
+
+
+</project>

Propchange: tomcat/sandbox/trunk-maven-layout/tomcat-dbcp/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: tomcat/sandbox/trunk-maven-layout/tomcat-el-api/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Wed Sep 17 14:00:48 2014
@@ -0,0 +1 @@
+target

Added: tomcat/sandbox/trunk-maven-layout/tomcat-el-api/pom.xml
URL: http://svn.apache.org/viewvc/tomcat/sandbox/trunk-maven-layout/tomcat-el-api/pom.xml?rev=1625595&view=auto
==============================================================================
--- tomcat/sandbox/trunk-maven-layout/tomcat-el-api/pom.xml (added)
+++ tomcat/sandbox/trunk-maven-layout/tomcat-el-api/pom.xml Wed Sep 17 14:00:48 2014
@@ -0,0 +1,30 @@
+<?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>
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.apache.tomcat</groupId>
+        <artifactId>master</artifactId>
+        <version>8.0.13-SNAPSHOT</version>    
+    </parent>
+
+  <artifactId>tomcat-el-api</artifactId>
+  <description>Expression language package</description>
+
+</project>

Propchange: tomcat/sandbox/trunk-maven-layout/tomcat-el-api/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: tomcat/sandbox/trunk-maven-layout/tomcat-extras-juli/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Wed Sep 17 14:00:48 2014
@@ -0,0 +1 @@
+target

Propchange: tomcat/sandbox/trunk-maven-layout/tomcat-extras-juli-adapters/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Wed Sep 17 14:00:48 2014
@@ -0,0 +1 @@
+target

Added: tomcat/sandbox/trunk-maven-layout/tomcat-extras-juli-adapters/pom.xml
URL: http://svn.apache.org/viewvc/tomcat/sandbox/trunk-maven-layout/tomcat-extras-juli-adapters/pom.xml?rev=1625595&view=auto
==============================================================================
--- tomcat/sandbox/trunk-maven-layout/tomcat-extras-juli-adapters/pom.xml (added)
+++ tomcat/sandbox/trunk-maven-layout/tomcat-extras-juli-adapters/pom.xml Wed Sep 17 14:00:48 2014
@@ -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>
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.apache.tomcat</groupId>
+        <artifactId>master</artifactId>
+        <version>8.0.13-SNAPSHOT</version>    
+    </parent>
+    
+    <groupId>org.apache.tomcat.extras</groupId>
+    <artifactId>tomcat-extras-juli-adapters</artifactId>
+    <description>Adapters to plug in other logging frameworks in Tomcat</description>
+ 
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.tomcat.extras</groupId>
+            <artifactId>tomcat-extras-juli</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.tomcat</groupId>
+            <artifactId>tomcat-servlet-api</artifactId>
+            <optional>true</optional>
+        </dependency>
+    </dependencies>
+
+</project>

Propchange: tomcat/sandbox/trunk-maven-layout/tomcat-extras-juli-adapters/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: tomcat/sandbox/trunk-maven-layout/tomcat-extras-juli/pom.xml
URL: http://svn.apache.org/viewvc/tomcat/sandbox/trunk-maven-layout/tomcat-extras-juli/pom.xml?rev=1625595&view=auto
==============================================================================
--- tomcat/sandbox/trunk-maven-layout/tomcat-extras-juli/pom.xml (added)
+++ tomcat/sandbox/trunk-maven-layout/tomcat-extras-juli/pom.xml Wed Sep 17 14:00:48 2014
@@ -0,0 +1,31 @@
+<?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>
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.apache.tomcat</groupId>
+        <artifactId>master</artifactId>
+        <version>8.0.13-SNAPSHOT</version>    
+    </parent>
+    
+    <groupId>org.apache.tomcat.extras</groupId>
+    <artifactId>tomcat-extras-juli</artifactId>
+    <description>Replacement for Tomcat Core Logging Package</description>
+
+</project>

Propchange: tomcat/sandbox/trunk-maven-layout/tomcat-extras-juli/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: tomcat/sandbox/trunk-maven-layout/tomcat-jasper/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Wed Sep 17 14:00:48 2014
@@ -0,0 +1 @@
+target

Propchange: tomcat/sandbox/trunk-maven-layout/tomcat-jasper-el/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Wed Sep 17 14:00:48 2014
@@ -0,0 +1 @@
+target

Added: tomcat/sandbox/trunk-maven-layout/tomcat-jasper-el/pom.xml
URL: http://svn.apache.org/viewvc/tomcat/sandbox/trunk-maven-layout/tomcat-jasper-el/pom.xml?rev=1625595&view=auto
==============================================================================
--- tomcat/sandbox/trunk-maven-layout/tomcat-jasper-el/pom.xml (added)
+++ tomcat/sandbox/trunk-maven-layout/tomcat-jasper-el/pom.xml Wed Sep 17 14:00:48 2014
@@ -0,0 +1,37 @@
+<?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>
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.apache.tomcat</groupId>
+        <artifactId>master</artifactId>
+        <version>8.0.13-SNAPSHOT</version>    
+    </parent>
+
+  <artifactId>tomcat-jasper-el</artifactId>
+  <description>Jasper Expression Language Impl</description>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.tomcat</groupId>
+      <artifactId>tomcat-el-api</artifactId>
+    </dependency>
+  </dependencies>
+
+</project>

Propchange: tomcat/sandbox/trunk-maven-layout/tomcat-jasper-el/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: tomcat/sandbox/trunk-maven-layout/tomcat-jasper/pom.xml
URL: http://svn.apache.org/viewvc/tomcat/sandbox/trunk-maven-layout/tomcat-jasper/pom.xml?rev=1625595&view=auto
==============================================================================
--- tomcat/sandbox/trunk-maven-layout/tomcat-jasper/pom.xml (added)
+++ tomcat/sandbox/trunk-maven-layout/tomcat-jasper/pom.xml Wed Sep 17 14:00:48 2014
@@ -0,0 +1,71 @@
+<?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>
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.apache.tomcat</groupId>
+        <artifactId>master</artifactId>
+        <version>8.0.13-SNAPSHOT</version>    
+    </parent>
+
+    <artifactId>tomcat-jasper</artifactId>
+    <description>Tomcats JSP Parser</description>
+
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.ant</groupId>
+            <artifactId>ant</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.tomcat</groupId>
+            <artifactId>tomcat-servlet-api</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.tomcat</groupId>
+            <artifactId>tomcat-juli</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.tomcat</groupId>
+            <artifactId>tomcat-jsp-api</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.tomcat</groupId>
+            <artifactId>tomcat-el-api</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.eclipse.jdt.core.compiler</groupId>
+            <artifactId>ecj</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.tomcat</groupId>
+            <artifactId>tomcat-jasper-el</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.tomcat</groupId>
+            <artifactId>tomcat-api</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.tomcat</groupId>
+            <artifactId>tomcat-util-scan</artifactId>
+        </dependency>
+    </dependencies>
+
+
+
+</project>

Propchange: tomcat/sandbox/trunk-maven-layout/tomcat-jasper/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: tomcat/sandbox/trunk-maven-layout/tomcat-jdbc/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Wed Sep 17 14:00:48 2014
@@ -0,0 +1 @@
+target

Added: tomcat/sandbox/trunk-maven-layout/tomcat-jdbc/pom.xml
URL: http://svn.apache.org/viewvc/tomcat/sandbox/trunk-maven-layout/tomcat-jdbc/pom.xml?rev=1625595&view=auto
==============================================================================
--- tomcat/sandbox/trunk-maven-layout/tomcat-jdbc/pom.xml (added)
+++ tomcat/sandbox/trunk-maven-layout/tomcat-jdbc/pom.xml Wed Sep 17 14:00:48 2014
@@ -0,0 +1,38 @@
+<?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>
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.apache.tomcat</groupId>
+        <artifactId>master</artifactId>
+        <version>8.0.13-SNAPSHOT</version>    
+    </parent>
+
+  <artifactId>tomcat-jdbc</artifactId>
+  <description>Tomcat JDBC Pool Package</description>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.tomcat</groupId>
+      <artifactId>tomcat-juli</artifactId>
+    </dependency>
+  </dependencies>
+
+
+</project>

Propchange: tomcat/sandbox/trunk-maven-layout/tomcat-jdbc/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: tomcat/sandbox/trunk-maven-layout/tomcat-jni/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Wed Sep 17 14:00:48 2014
@@ -0,0 +1 @@
+target

Added: tomcat/sandbox/trunk-maven-layout/tomcat-jni/pom.xml
URL: http://svn.apache.org/viewvc/tomcat/sandbox/trunk-maven-layout/tomcat-jni/pom.xml?rev=1625595&view=auto
==============================================================================
--- tomcat/sandbox/trunk-maven-layout/tomcat-jni/pom.xml (added)
+++ tomcat/sandbox/trunk-maven-layout/tomcat-jni/pom.xml Wed Sep 17 14:00:48 2014
@@ -0,0 +1,30 @@
+<?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>
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.apache.tomcat</groupId>
+        <artifactId>master</artifactId>
+        <version>8.0.13-SNAPSHOT</version>    
+    </parent>
+
+  <artifactId>tomcat-jni</artifactId>
+  <description>Interface code to the native connector</description>
+
+</project>

Propchange: tomcat/sandbox/trunk-maven-layout/tomcat-jni/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: tomcat/sandbox/trunk-maven-layout/tomcat-jsp-api/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Wed Sep 17 14:00:48 2014
@@ -0,0 +1 @@
+target

Added: tomcat/sandbox/trunk-maven-layout/tomcat-jsp-api/pom.xml
URL: http://svn.apache.org/viewvc/tomcat/sandbox/trunk-maven-layout/tomcat-jsp-api/pom.xml?rev=1625595&view=auto
==============================================================================
--- tomcat/sandbox/trunk-maven-layout/tomcat-jsp-api/pom.xml (added)
+++ tomcat/sandbox/trunk-maven-layout/tomcat-jsp-api/pom.xml Wed Sep 17 14:00:48 2014
@@ -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>
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.apache.tomcat</groupId>
+        <artifactId>master</artifactId>
+        <version>8.0.13-SNAPSHOT</version>    
+    </parent>
+
+  <artifactId>tomcat-jsp-api</artifactId>
+  <description>JSP package</description>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.tomcat</groupId>
+      <artifactId>tomcat-el-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.tomcat</groupId>
+      <artifactId>tomcat-servlet-api</artifactId>
+    </dependency>
+  </dependencies>
+
+
+</project>

Propchange: tomcat/sandbox/trunk-maven-layout/tomcat-jsp-api/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: tomcat/sandbox/trunk-maven-layout/tomcat-juli/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Wed Sep 17 14:00:48 2014
@@ -0,0 +1 @@
+target

Added: tomcat/sandbox/trunk-maven-layout/tomcat-juli/pom.xml
URL: http://svn.apache.org/viewvc/tomcat/sandbox/trunk-maven-layout/tomcat-juli/pom.xml?rev=1625595&view=auto
==============================================================================
--- tomcat/sandbox/trunk-maven-layout/tomcat-juli/pom.xml (added)
+++ tomcat/sandbox/trunk-maven-layout/tomcat-juli/pom.xml Wed Sep 17 14:00:48 2014
@@ -0,0 +1,34 @@
+<?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>
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.apache.tomcat</groupId>
+        <artifactId>master</artifactId>
+        <version>8.0.13-SNAPSHOT</version>    
+    </parent>
+
+    <artifactId>tomcat-juli</artifactId>
+
+    <description>Tomcat Core Logging Package</description>
+    <url>http://tomcat.apache.org/</url>
+
+
+
+</project>

Propchange: tomcat/sandbox/trunk-maven-layout/tomcat-juli/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: tomcat/sandbox/trunk-maven-layout/tomcat-mail-api/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Wed Sep 17 14:00:48 2014
@@ -0,0 +1 @@
+target

Added: tomcat/sandbox/trunk-maven-layout/tomcat-mail-api/pom.xml
URL: http://svn.apache.org/viewvc/tomcat/sandbox/trunk-maven-layout/tomcat-mail-api/pom.xml?rev=1625595&view=auto
==============================================================================
--- tomcat/sandbox/trunk-maven-layout/tomcat-mail-api/pom.xml (added)
+++ tomcat/sandbox/trunk-maven-layout/tomcat-mail-api/pom.xml Wed Sep 17 14:00:48 2014
@@ -0,0 +1,30 @@
+<?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>
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.apache.tomcat</groupId>
+        <artifactId>master</artifactId>
+        <version>8.0.13-SNAPSHOT</version>    
+    </parent>
+
+    <artifactId>tomcat-mail-api</artifactId>
+    <description>Mail Package</description>
+ 
+</project>

Propchange: tomcat/sandbox/trunk-maven-layout/tomcat-mail-api/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: tomcat/sandbox/trunk-maven-layout/tomcat-servlet-api/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Wed Sep 17 14:00:48 2014
@@ -0,0 +1 @@
+target

Added: tomcat/sandbox/trunk-maven-layout/tomcat-servlet-api/pom.xml
URL: http://svn.apache.org/viewvc/tomcat/sandbox/trunk-maven-layout/tomcat-servlet-api/pom.xml?rev=1625595&view=auto
==============================================================================
--- tomcat/sandbox/trunk-maven-layout/tomcat-servlet-api/pom.xml (added)
+++ tomcat/sandbox/trunk-maven-layout/tomcat-servlet-api/pom.xml Wed Sep 17 14:00:48 2014
@@ -0,0 +1,65 @@
+<?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>
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.apache.tomcat</groupId>
+        <artifactId>master</artifactId>
+        <version>8.0.13-SNAPSHOT</version>    
+    </parent>
+
+  <artifactId>tomcat-servlet-api</artifactId>
+  <description>javax.servlet package</description>
+
+  <licenses>
+    <license>
+      <name>
+        Apache License, Version 2.0 and
+        Common Development And Distribution License (CDDL) Version 1.0
+      </name>
+      <url>
+        http://www.apache.org/licenses/LICENSE-2.0.txt and
+        http://www.opensource.org/licenses/cddl1.txt
+      </url>
+      <distribution>repo</distribution>
+      <comments>
+        The Apache License, version 2.0 applies to all files apart from
+        javaee_5.xsd,
+        javaee_6.xsd,
+        javaee_7.xsd,
+        javaee_web_services_1_2.xsd,
+        javaee_web_services_client_1_2.xsd,
+        javaee_web_services_1_3.xsd,
+        javaee_web_services_client_1_3.xsd,
+        javaee_web_services_1_4.xsd,
+        javaee_web_services_client_1_4.xsd,
+        jsp_2_2.xsd,
+        jsp_2_3.xsd,
+        web-app_3_0.xsd,
+        web-common_3_0.xsd,
+        web-fragment_3_0.xsd,
+        web-app_3_1.xsd,
+        web-common_3_1.xsd and
+        web-fragment_3_1.xsd
+        to which the CDDL version 1.0 applies.
+      </comments>
+    </license>
+  </licenses>
+
+</project>

Propchange: tomcat/sandbox/trunk-maven-layout/tomcat-servlet-api/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: tomcat/sandbox/trunk-maven-layout/tomcat-spdy/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Wed Sep 17 14:00:48 2014
@@ -0,0 +1 @@
+target

Added: tomcat/sandbox/trunk-maven-layout/tomcat-spdy/pom.xml
URL: http://svn.apache.org/viewvc/tomcat/sandbox/trunk-maven-layout/tomcat-spdy/pom.xml?rev=1625595&view=auto
==============================================================================
--- tomcat/sandbox/trunk-maven-layout/tomcat-spdy/pom.xml (added)
+++ tomcat/sandbox/trunk-maven-layout/tomcat-spdy/pom.xml Wed Sep 17 14:00:48 2014
@@ -0,0 +1,53 @@
+<?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>
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.apache.tomcat</groupId>
+        <artifactId>master</artifactId>
+        <version>8.0.13-SNAPSHOT</version>    
+    </parent>
+
+  <artifactId>tomcat-spdy</artifactId>
+  <description>SPDY implementation</description>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.tomcat</groupId>
+      <artifactId>tomcat-jni</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.tomcat</groupId>
+      <artifactId>tomcat-juli</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.tomcat</groupId>
+      <artifactId>tomcat-coyote</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.tomcat</groupId>
+      <artifactId>tomcat-util</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.tomcat</groupId>
+      <artifactId>tomcat-servlet-api</artifactId>
+    </dependency>
+  </dependencies>
+
+</project>

Propchange: tomcat/sandbox/trunk-maven-layout/tomcat-spdy/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: tomcat/sandbox/trunk-maven-layout/tomcat-tribes/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Wed Sep 17 14:00:48 2014
@@ -0,0 +1 @@
+target

Added: tomcat/sandbox/trunk-maven-layout/tomcat-tribes/pom.xml
URL: http://svn.apache.org/viewvc/tomcat/sandbox/trunk-maven-layout/tomcat-tribes/pom.xml?rev=1625595&view=auto
==============================================================================
--- tomcat/sandbox/trunk-maven-layout/tomcat-tribes/pom.xml (added)
+++ tomcat/sandbox/trunk-maven-layout/tomcat-tribes/pom.xml Wed Sep 17 14:00:48 2014
@@ -0,0 +1,37 @@
+<?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>
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.apache.tomcat</groupId>
+        <artifactId>master</artifactId>
+        <version>8.0.13-SNAPSHOT</version>    
+    </parent>
+
+  <artifactId>tomcat-tribes</artifactId>
+  <description>Tomcat Group Communication Package</description>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.tomcat</groupId>
+      <artifactId>tomcat-juli</artifactId>
+    </dependency>
+  </dependencies>
+
+</project>

Propchange: tomcat/sandbox/trunk-maven-layout/tomcat-tribes/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: tomcat/sandbox/trunk-maven-layout/tomcat-util/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Wed Sep 17 14:00:48 2014
@@ -0,0 +1 @@
+target

Propchange: tomcat/sandbox/trunk-maven-layout/tomcat-util-scan/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Wed Sep 17 14:00:48 2014
@@ -0,0 +1 @@
+target

Added: tomcat/sandbox/trunk-maven-layout/tomcat-util-scan/pom.xml
URL: http://svn.apache.org/viewvc/tomcat/sandbox/trunk-maven-layout/tomcat-util-scan/pom.xml?rev=1625595&view=auto
==============================================================================
--- tomcat/sandbox/trunk-maven-layout/tomcat-util-scan/pom.xml (added)
+++ tomcat/sandbox/trunk-maven-layout/tomcat-util-scan/pom.xml Wed Sep 17 14:00:48 2014
@@ -0,0 +1,53 @@
+<?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>
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.apache.tomcat</groupId>
+        <artifactId>master</artifactId>
+        <version>8.0.13-SNAPSHOT</version>    
+    </parent>
+
+  <artifactId>tomcat-util-scan</artifactId>
+  <description>
+    Common code shared by Catalina and Jasper for scanning JARS and processing
+    XML descriptors
+  </description>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.tomcat</groupId>
+      <artifactId>tomcat-util</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.tomcat</groupId>
+      <artifactId>tomcat-juli</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.tomcat</groupId>
+      <artifactId>tomcat-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.tomcat</groupId>
+      <artifactId>tomcat-jsp-api</artifactId>
+    </dependency>
+  </dependencies>
+
+
+</project>

Propchange: tomcat/sandbox/trunk-maven-layout/tomcat-util-scan/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: tomcat/sandbox/trunk-maven-layout/tomcat-util/pom.xml
URL: http://svn.apache.org/viewvc/tomcat/sandbox/trunk-maven-layout/tomcat-util/pom.xml?rev=1625595&view=auto
==============================================================================
--- tomcat/sandbox/trunk-maven-layout/tomcat-util/pom.xml (added)
+++ tomcat/sandbox/trunk-maven-layout/tomcat-util/pom.xml Wed Sep 17 14:00:48 2014
@@ -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>
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.apache.tomcat</groupId>
+        <artifactId>master</artifactId>
+        <version>8.0.13-SNAPSHOT</version>    
+    </parent>
+
+  <artifactId>tomcat-util</artifactId>
+  <description>Common code shared by multiple Tomcat components</description>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.tomcat</groupId>
+      <artifactId>tomcat-juli</artifactId>
+    </dependency>
+    <!-- cyclic dependency! net.Constants is needed
+    <dependency>
+      <groupId>org.apache.tomcat</groupId>
+      <artifactId>tomcat-coyote</artifactId>
+    </dependency>
+    -->
+  </dependencies>
+
+</project>

Propchange: tomcat/sandbox/trunk-maven-layout/tomcat-util/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: tomcat/sandbox/trunk-maven-layout/tomcat-websocket/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Wed Sep 17 14:00:48 2014
@@ -0,0 +1 @@
+target

Propchange: tomcat/sandbox/trunk-maven-layout/tomcat-websocket-api/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Wed Sep 17 14:00:48 2014
@@ -0,0 +1 @@
+target

Added: tomcat/sandbox/trunk-maven-layout/tomcat-websocket-api/pom.xml
URL: http://svn.apache.org/viewvc/tomcat/sandbox/trunk-maven-layout/tomcat-websocket-api/pom.xml?rev=1625595&view=auto
==============================================================================
--- tomcat/sandbox/trunk-maven-layout/tomcat-websocket-api/pom.xml (added)
+++ tomcat/sandbox/trunk-maven-layout/tomcat-websocket-api/pom.xml Wed Sep 17 14:00:48 2014
@@ -0,0 +1,30 @@
+<?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>
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.apache.tomcat</groupId>
+        <artifactId>master</artifactId>
+        <version>8.0.13-SNAPSHOT</version>    
+    </parent>
+
+  <artifactId>tomcat-websocket-api</artifactId>
+  <description>WebSocket (JSR356) API</description>
+
+</project>

Propchange: tomcat/sandbox/trunk-maven-layout/tomcat-websocket-api/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: tomcat/sandbox/trunk-maven-layout/tomcat-websocket/pom.xml
URL: http://svn.apache.org/viewvc/tomcat/sandbox/trunk-maven-layout/tomcat-websocket/pom.xml?rev=1625595&view=auto
==============================================================================
--- tomcat/sandbox/trunk-maven-layout/tomcat-websocket/pom.xml (added)
+++ tomcat/sandbox/trunk-maven-layout/tomcat-websocket/pom.xml Wed Sep 17 14:00:48 2014
@@ -0,0 +1,50 @@
+<?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>
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.apache.tomcat</groupId>
+        <artifactId>master</artifactId>
+        <version>8.0.13-SNAPSHOT</version>    
+    </parent>
+
+  <artifactId>tomcat-websocket</artifactId>
+  <description>Tomcat WebSocket (JSR356) implementation</description>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.tomcat</groupId>
+      <artifactId>tomcat-servlet-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.tomcat</groupId>
+      <artifactId>tomcat-websocket-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.tomcat</groupId>
+      <artifactId>tomcat-juli</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.tomcat</groupId>
+      <artifactId>tomcat-util</artifactId>
+    </dependency>
+  </dependencies>
+
+
+</project>

Propchange: tomcat/sandbox/trunk-maven-layout/tomcat-websocket/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native



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