You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2007/11/30 21:09:19 UTC

svn commit: r599940 - /myfaces/trinidad-sandbox/trunk/pom.xml

Author: matzew
Date: Fri Nov 30 12:09:17 2007
New Revision: 599940

URL: http://svn.apache.org/viewvc?rev=599940&view=rev
Log:
raw pom for trinidad sandbox (not! yet done)

Added:
    myfaces/trinidad-sandbox/trunk/pom.xml

Added: myfaces/trinidad-sandbox/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad-sandbox/trunk/pom.xml?rev=599940&view=auto
==============================================================================
--- myfaces/trinidad-sandbox/trunk/pom.xml (added)
+++ myfaces/trinidad-sandbox/trunk/pom.xml Fri Nov 30 12:09:17 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.myfaces.trinidad</groupId>
+    <artifactId>trinidad</artifactId>
+    <version>1.0.4</version>
+  </parent>
+
+  <groupId>org.apache.myfaces.trinidad</groupId>
+  <artifactId>trinidad-sandbox</artifactId>
+  <packaging>pom</packaging>
+  <name>Apache MyFaces Trinidad Sandbox</name>
+  <version>0.0.1-SNAPSHOT</version>
+  <description>Apache MyFaces Trinidad</description>
+  <inceptionYear>2007</inceptionYear>
+
+  <scm>
+    <connection>
+      scm:svn:http://svn.apache.org/repos/asf/myfaces/trinidad-sandbox/trunk/
+    </connection>
+    <developerConnection>
+      scm:svn:https://svn.apache.org/repos/asf/myfaces/trinidad-sandbox/trunk
+    </developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/myfaces/trinidad-sandbox/trunk</url>
+  </scm>
+
+  <!--modules>
+    <module>trinidad-sandbox-api</module>
+    <module>trinidad-sandbox-build</module>
+    <module>trinidad-sandbox-impl</module>
+    <module>trinidad-sandbox-demo</module>
+  </modules-->
+
+  <dependencyManagement>
+    <dependencies>
+
+      <dependency>
+        <groupId>org.apache.myfaces.trinidad</groupId>
+        <artifactId>trinidad-build</artifactId>
+        <version>${parent.version}</version>
+        <scope>provided</scope>
+      </dependency>
+
+      <dependency>
+        <groupId>org.apache.myfaces.trinidad</groupId>
+        <artifactId>trinidad-api</artifactId>
+        <version>${trinidad.version}</version>
+      </dependency>
+
+      <dependency>
+        <groupId>org.apache.myfaces.trinidad</groupId>
+        <artifactId>trinidad-api</artifactId>
+        <version>${trinidad.version}</version>
+        <type>test-jar</type>
+        <scope>test</scope>
+      </dependency>
+
+      <dependency>
+        <groupId>org.apache.myfaces.trinidad</groupId>
+        <artifactId>trinidad-impl</artifactId>
+        <version>${trinidad.version}</version>
+      </dependency>
+
+      <dependency>
+        <groupId>org.apache.myfaces.trinidad</groupId>
+        <artifactId>trinidad-impl</artifactId>
+        <version>${trinidad.version}</version>
+        <type>test-jar</type>
+        <scope>test</scope>
+      </dependency>
+    </dependencies>
+  </dependencyManagement>
+
+  <properties>
+    <trinidad.version>1.0.4</trinidad.version>
+  </properties>
+
+ </project>
\ No newline at end of file