You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tiles.apache.org by dd...@apache.org on 2007/01/26 15:12:19 UTC

svn commit: r500255 - in /tiles/maven/trunk/pom: ./ pom.xml

Author: ddewolf
Date: Fri Jan 26 06:12:18 2007
New Revision: 500255

URL: http://svn.apache.org/viewvc?view=rev&rev=500255
Log:
Adding master pom

Added:
    tiles/maven/trunk/pom/
    tiles/maven/trunk/pom/pom.xml   (with props)

Added: tiles/maven/trunk/pom/pom.xml
URL: http://svn.apache.org/viewvc/tiles/maven/trunk/pom/pom.xml?view=auto&rev=500255
==============================================================================
--- tiles/maven/trunk/pom/pom.xml (added)
+++ tiles/maven/trunk/pom/pom.xml Fri Jan 26 06:12:18 2007
@@ -0,0 +1,99 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+   
+         http://www.apache.org/licenses/LICENSE-2.0
+   
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+   <modelVersion>4.0.0</modelVersion>
+   <parent>
+      <groupId>org.apache</groupId>
+      <artifactId>apache</artifactId>
+      <version>3</version>
+   </parent>
+   <groupId>org.apache.tiles</groupId>
+   <artifactId>tiles-master</artifactId>
+   <version>1-SNAPSHOT</version>
+   <packaging>pom</packaging>
+   <name>Apache Tiles</name>
+
+   <scm>
+     <connection>scm:svn:http://svn.apache.org/repos/asf/tiles/maven/trunk/pom</connection>
+     <developerConnection>scm:svn:http://svn.apache.org/repos/asf/tiles/maven/trunk/pom</developerConnection>
+     <url>http://svn.apache.org/repos/asf/tiles/maven/trunk/pom</url>
+   </scm>
+   
+   <description>
+      The Apache Tiles project.
+   </description>
+   <url>http://tiles.apache.org/</url>
+   <inceptionYear>2006</inceptionYear>
+
+    <distributionManagement>
+        <repository>
+            <id>tiles-staging</id>
+            <name>Apache Tiles Staging Repository</name>
+            <url>scp://people.apache.org/www/people.apache.org/builds/tiles/m2-staging-repository</url>
+        </repository>
+        <snapshotRepository>
+            <id>apache.snapshots</id>
+            <name>Apache Development Snapshot Repository</name>
+            <url>scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
+            <uniqueVersion>true</uniqueVersion>
+        </snapshotRepository>
+        <site>
+            <id>apache-site</id>
+            <url>scp://people.apache.org/www/tiles.apache.org</url>
+        </site>
+    </distributionManagement>
+
+    <mailingLists>
+      <mailingList>
+         <name>Tiles User List</name>
+         <subscribe>users-subscribe@tiles.apache.org</subscribe>
+         <unsubscribe>users-unsubscribe@tiles.apache.org</unsubscribe>
+         <post>users@tiles.apache.org</post>
+         <archive>http://mail-archives.apache.org/mod_mbox/tiles-users/</archive>
+      </mailingList>
+      <mailingList>
+         <name>Tiles Development List</name>
+         <subscribe>dev-subscribe@tiles.apache.org</subscribe>
+         <unsubscribe>dev-unsubscribe@tiles.apache.org</unsubscribe>
+         <post>dev@tiles.apache.org</post>
+         <archive>http://mail-archives.apache.org/mod_mbox/tiles-dev/</archive>
+      </mailingList>
+      <mailingList>
+         <name>Tiles Commits List</name>
+         <subscribe>commits-subscribe@tiles.apache.org</subscribe>
+         <unsubscribe>commits-unsubscribe@tiles.apache.org</unsubscribe>
+         <archive>http://mail-archives.apache.org/mod_mbox/tiles-commits/</archive>
+      </mailingList>
+      <mailingList>
+         <name>Tiles Issues List</name>
+         <subscribe>issues-subscribe@tiles.apache.org</subscribe>
+         <unsubscribe>issues-unsubscribe@tiles.apache.org</unsubscribe>
+         <archive>http://mail-archives.apache.org/mod_mbox/tiles-issues/</archive>
+      </mailingList>
+      <mailingList>
+         <name>Tiles Notifications List</name>
+         <subscribe>notifications-subscribe@tiles.apache.org</subscribe>
+         <unsubscribe>notifications-unsubscribe@tiles.apache.org</unsubscribe>
+         <archive>http://mail-archives.apache.org/mod_mbox/tiles-notifications/</archive>
+      </mailingList>
+   </mailingLists>
+
+</project>

Propchange: tiles/maven/trunk/pom/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: tiles/maven/trunk/pom/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Id Author Date Rev