You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jd...@apache.org on 2008/08/20 17:23:26 UTC

svn commit: r687374 - in /geronimo/sandbox/genesis-test/test-project: ./ branches/ tags/ trunk/ trunk/components/ trunk/components/pom.xml trunk/pom.xml

Author: jdillon
Date: Wed Aug 20 08:23:25 2008
New Revision: 687374

URL: http://svn.apache.org/viewvc?rev=687374&view=rev
Log:
Start to setup a semi-complicated project to test genesis release muck

Added:
    geronimo/sandbox/genesis-test/test-project/
    geronimo/sandbox/genesis-test/test-project/branches/
    geronimo/sandbox/genesis-test/test-project/tags/
    geronimo/sandbox/genesis-test/test-project/trunk/
    geronimo/sandbox/genesis-test/test-project/trunk/components/
    geronimo/sandbox/genesis-test/test-project/trunk/components/pom.xml   (with props)
    geronimo/sandbox/genesis-test/test-project/trunk/pom.xml   (with props)

Added: geronimo/sandbox/genesis-test/test-project/trunk/components/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/genesis-test/test-project/trunk/components/pom.xml?rev=687374&view=auto
==============================================================================
--- geronimo/sandbox/genesis-test/test-project/trunk/components/pom.xml (added)
+++ geronimo/sandbox/genesis-test/test-project/trunk/components/pom.xml Wed Aug 20 08:23:25 2008
@@ -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.
+-->
+
+<!-- $Rev$ $Date$ -->
+
+<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.geronimo.genesis.test</groupId>
+        <artifactId>test-project</artifactId>
+        <version>1.0-SNAPSHOT</version>
+    </parent>
+
+    <artifactId>components</artifactId>
+    <name>Test Project :: Components</name>
+    <packaging>pom</packaging>
+
+</project>

Propchange: geronimo/sandbox/genesis-test/test-project/trunk/components/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/sandbox/genesis-test/test-project/trunk/components/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/sandbox/genesis-test/test-project/trunk/components/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: geronimo/sandbox/genesis-test/test-project/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/genesis-test/test-project/trunk/pom.xml?rev=687374&view=auto
==============================================================================
--- geronimo/sandbox/genesis-test/test-project/trunk/pom.xml (added)
+++ geronimo/sandbox/genesis-test/test-project/trunk/pom.xml Wed Aug 20 08:23:25 2008
@@ -0,0 +1,44 @@
+<?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.
+-->
+
+<!-- $Rev$ $Date$ -->
+
+<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.geronimo.genesis.flava</groupId>
+        <artifactId>genesis-java5-flava</artifactId>
+        <version>2.0-SNAPSHOT</version>
+    </parent>
+
+    <groupId>org.apache.geronimo.genesis.test</groupId>
+    <artifactId>test-project</artifactId>
+    <name>Test Project</name>
+    <packaging>pom</packaging>
+
+    <version>1.0-SNAPSHOT</version>
+    
+    <modules>
+        <module>components</module>
+    </modules>
+    
+</project>

Propchange: geronimo/sandbox/genesis-test/test-project/trunk/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/sandbox/genesis-test/test-project/trunk/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/sandbox/genesis-test/test-project/trunk/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml