Author: markt
Date: Wed Sep 16 15:46:06 2009
New Revision: 815847

URL: http://svn.apache.org/viewvc?rev=815847&view=rev
Log:
Add a bunch of additional poms.

Added:
    tomcat/trunk/res/maven/catalina-ant.pom   (with props)
    tomcat/trunk/res/maven/catalina-jmx-remote.pom   (with props)
    tomcat/trunk/res/maven/catalina-ws.pom   (with props)
    tomcat/trunk/res/maven/embed-core.pom   (with props)
    tomcat/trunk/res/maven/embed-jasper.pom   (with props)
    tomcat/trunk/res/maven/embed-logging-juli.pom   (with props)
    tomcat/trunk/res/maven/embed-logging-log4j.pom   (with props)
    tomcat/trunk/res/maven/tomcat-api.pom   (with props)
    tomcat/trunk/res/maven/tomcat-i18n-es.pom   (with props)
    tomcat/trunk/res/maven/tomcat-i18n-fr.pom   (with props)
    tomcat/trunk/res/maven/tomcat-i18n-ja.pom   (with props)

Added: tomcat/trunk/res/maven/catalina-ant.pom
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/res/maven/catalina-ant.pom?rev=815847&view=auto
==============================================================================
--- tomcat/trunk/res/maven/catalina-ant.pom (added)
+++ tomcat/trunk/res/maven/catalina-ant.pom Wed Sep 16 15:46:06 2009
@@ -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>
+  <groupId>org.apache.tomcat</groupId>
+  <artifactId>catalina-ant</artifactId>
+  <version>@MAVEN.DEPLOY.VERSION@</version>
+  <description>Tomcat Ant tasks for remote management</description>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.tomcat</groupId>
+      <artifactId>coyote</artifactId>
+      <version>@MAVEN.DEPLOY.VERSION@</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.tomcat</groupId>
+      <artifactId>servlet-api</artifactId>
+      <version>@MAVEN.DEPLOY.VERSION@</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.tomcat</groupId>
+      <artifactId>juli</artifactId>
+      <version>@MAVEN.DEPLOY.VERSION@</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.tomcat</groupId>
+      <artifactId>catalina</artifactId>
+      <version>@MAVEN.DEPLOY.VERSION@</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+</project>

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

Propchange: tomcat/trunk/res/maven/catalina-ant.pom
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision

Added: tomcat/trunk/res/maven/catalina-jmx-remote.pom
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/res/maven/catalina-jmx-remote.pom?rev=815847&view=auto
==============================================================================
--- tomcat/trunk/res/maven/catalina-jmx-remote.pom (added)
+++ tomcat/trunk/res/maven/catalina-jmx-remote.pom Wed Sep 16 15:46:06 2009
@@ -0,0 +1,32 @@
+<?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>
+  <groupId>org.apache.tomcat</groupId>
+  <artifactId>catalina-jmx-remote</artifactId>
+  <version>@MAVEN.DEPLOY.VERSION@</version>
+  <description>Tomcat Remote JMX listener</description>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.tomcat</groupId>
+      <artifactId>catalina</artifactId>
+      <version>@MAVEN.DEPLOY.VERSION@</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+</project>

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

Propchange: tomcat/trunk/res/maven/catalina-jmx-remote.pom
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision

Added: tomcat/trunk/res/maven/catalina-ws.pom
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/res/maven/catalina-ws.pom?rev=815847&view=auto
==============================================================================
--- tomcat/trunk/res/maven/catalina-ws.pom (added)
+++ tomcat/trunk/res/maven/catalina-ws.pom Wed Sep 16 15:46:06 2009
@@ -0,0 +1,32 @@
+<?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>
+  <groupId>org.apache.tomcat</groupId>
+  <artifactId>catalina-ws</artifactId>
+  <version>@MAVEN.DEPLOY.VERSION@</version>
+  <description>Tomcat Remote JMX listener</description>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.tomcat</groupId>
+      <artifactId>catalina</artifactId>
+      <version>@MAVEN.DEPLOY.VERSION@</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+</project>

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

Propchange: tomcat/trunk/res/maven/catalina-ws.pom
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision

Added: tomcat/trunk/res/maven/embed-core.pom
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/res/maven/embed-core.pom?rev=815847&view=auto
==============================================================================
--- tomcat/trunk/res/maven/embed-core.pom (added)
+++ tomcat/trunk/res/maven/embed-core.pom Wed Sep 16 15:46:06 2009
@@ -0,0 +1,40 @@
+<?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>
+  <groupId>org.apache.tomcat.embed</groupId>
+  <artifactId>core</artifactId>
+  <version>@MAVEN.DEPLOY.VERSION@</version>
+  <description>Core Tomcat implementation</description>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.tomcat.embed</groupId>
+      <artifactId>logging-juli</artifactId>
+      <version>@MAVEN.DEPLOY.VERSION@</version>
+      <scope>compile</scope>
+      <optional>true</optional>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.tomcat.embed</groupId>
+      <artifactId>logging-log4j</artifactId>
+      <version>@MAVEN.DEPLOY.VERSION@</version>
+      <scope>compile</scope>
+      <optional>true</optional>
+    </dependency>
+  </dependencies>
+</project>

Propchange: tomcat/trunk/res/maven/embed-core.pom
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: tomcat/trunk/res/maven/embed-core.pom
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision

Added: tomcat/trunk/res/maven/embed-jasper.pom
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/res/maven/embed-jasper.pom?rev=815847&view=auto
==============================================================================
--- tomcat/trunk/res/maven/embed-jasper.pom (added)
+++ tomcat/trunk/res/maven/embed-jasper.pom Wed Sep 16 15:46:06 2009
@@ -0,0 +1,32 @@
+<?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>
+  <groupId>org.apache.tomcat.embed</groupId>
+  <artifactId>jasper</artifactId>
+  <version>@MAVEN.DEPLOY.VERSION@</version>
+  <description>Core Tomcat implementation</description>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.tomcat.embed</groupId>
+      <artifactId>core</artifactId>
+      <version>@MAVEN.DEPLOY.VERSION@</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+</project>

Propchange: tomcat/trunk/res/maven/embed-jasper.pom
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: tomcat/trunk/res/maven/embed-jasper.pom
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision

Added: tomcat/trunk/res/maven/embed-logging-juli.pom
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/res/maven/embed-logging-juli.pom?rev=815847&view=auto
==============================================================================
--- tomcat/trunk/res/maven/embed-logging-juli.pom (added)
+++ tomcat/trunk/res/maven/embed-logging-juli.pom Wed Sep 16 15:46:06 2009
@@ -0,0 +1,24 @@
+<?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>
+  <groupId>org.apache.tomcat.embed</groupId>
+  <artifactId>logging-juli</artifactId>
+  <version>@MAVEN.DEPLOY.VERSION@</version>
+  <description>JULI logging implementation for embedded Tomcat</description>
+</project>

Propchange: tomcat/trunk/res/maven/embed-logging-juli.pom
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: tomcat/trunk/res/maven/embed-logging-juli.pom
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision

Added: tomcat/trunk/res/maven/embed-logging-log4j.pom
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/res/maven/embed-logging-log4j.pom?rev=815847&view=auto
==============================================================================
--- tomcat/trunk/res/maven/embed-logging-log4j.pom (added)
+++ tomcat/trunk/res/maven/embed-logging-log4j.pom Wed Sep 16 15:46:06 2009
@@ -0,0 +1,24 @@
+<?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>
+  <groupId>org.apache.tomcat.embed</groupId>
+  <artifactId>logging-log4j</artifactId>
+  <version>@MAVEN.DEPLOY.VERSION@</version>
+  <description>log4j logging implementation for embedded Tomcat</description>
+</project>

Propchange: tomcat/trunk/res/maven/embed-logging-log4j.pom
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: tomcat/trunk/res/maven/embed-logging-log4j.pom
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision

Added: tomcat/trunk/res/maven/tomcat-api.pom
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/res/maven/tomcat-api.pom?rev=815847&view=auto
==============================================================================
--- tomcat/trunk/res/maven/tomcat-api.pom (added)
+++ tomcat/trunk/res/maven/tomcat-api.pom Wed Sep 16 15:46:06 2009
@@ -0,0 +1,24 @@
+<?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>
+  <groupId>org.apache.tomcat</groupId>
+  <artifactId>tomcat-api</artifactId>
+  <version>@MAVEN.DEPLOY.VERSION@</version>
+  <description>Definition of interfaces shared by Catalina and 
Jasper</description>
+</project>

Propchange: tomcat/trunk/res/maven/tomcat-api.pom
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: tomcat/trunk/res/maven/tomcat-api.pom
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision

Added: tomcat/trunk/res/maven/tomcat-i18n-es.pom
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/res/maven/tomcat-i18n-es.pom?rev=815847&view=auto
==============================================================================
--- tomcat/trunk/res/maven/tomcat-i18n-es.pom (added)
+++ tomcat/trunk/res/maven/tomcat-i18n-es.pom Wed Sep 16 15:46:06 2009
@@ -0,0 +1,24 @@
+<?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>
+  <groupId>org.apache.tomcat</groupId>
+  <artifactId>tomcat-i18n-es</artifactId>
+  <version>@MAVEN.DEPLOY.VERSION@</version>
+  <description>Spanish translations</description>
+</project>

Propchange: tomcat/trunk/res/maven/tomcat-i18n-es.pom
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: tomcat/trunk/res/maven/tomcat-i18n-es.pom
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision

Added: tomcat/trunk/res/maven/tomcat-i18n-fr.pom
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/res/maven/tomcat-i18n-fr.pom?rev=815847&view=auto
==============================================================================
--- tomcat/trunk/res/maven/tomcat-i18n-fr.pom (added)
+++ tomcat/trunk/res/maven/tomcat-i18n-fr.pom Wed Sep 16 15:46:06 2009
@@ -0,0 +1,24 @@
+<?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>
+  <groupId>org.apache.tomcat</groupId>
+  <artifactId>tomcat-i18n-es</artifactId>
+  <version>@MAVEN.DEPLOY.VERSION@</version>
+  <description>French translations</description>
+</project>

Propchange: tomcat/trunk/res/maven/tomcat-i18n-fr.pom
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: tomcat/trunk/res/maven/tomcat-i18n-fr.pom
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision

Added: tomcat/trunk/res/maven/tomcat-i18n-ja.pom
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/res/maven/tomcat-i18n-ja.pom?rev=815847&view=auto
==============================================================================
--- tomcat/trunk/res/maven/tomcat-i18n-ja.pom (added)
+++ tomcat/trunk/res/maven/tomcat-i18n-ja.pom Wed Sep 16 15:46:06 2009
@@ -0,0 +1,24 @@
+<?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>
+  <groupId>org.apache.tomcat</groupId>
+  <artifactId>tomcat-i18n-es</artifactId>
+  <version>@MAVEN.DEPLOY.VERSION@</version>
+  <description>Japanese translations</description>
+</project>

Propchange: tomcat/trunk/res/maven/tomcat-i18n-ja.pom
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: tomcat/trunk/res/maven/tomcat-i18n-ja.pom
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision



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

Reply via email to