You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by pr...@apache.org on 2007/10/30 19:14:49 UTC

svn commit: r590206 - /geronimo/server/trunk/components/pom.xml

Author: prasad
Date: Tue Oct 30 11:14:48 2007
New Revision: 590206

URL: http://svn.apache.org/viewvc?rev=590206&view=rev
Log:
* trunk restructure

Added:
    geronimo/server/trunk/components/pom.xml   (with props)

Added: geronimo/server/trunk/components/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/components/pom.xml?rev=590206&view=auto
==============================================================================
--- geronimo/server/trunk/components/pom.xml (added)
+++ geronimo/server/trunk/components/pom.xml Tue Oct 30 11:14:48 2007
@@ -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.
+--><!-- $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</groupId>
+        <artifactId>geronimo</artifactId>
+        <version>2.1-SNAPSHOT</version>
+        <relativePath>../pom.xml</relativePath>
+    </parent>
+    <groupId>org.apache.geronimo.modules</groupId>
+    <artifactId>components</artifactId>
+    <name>Geronimo :: Component</name>
+    <packaging>pom</packaging>
+    
+    
+    <modules>
+        <module>spring</module>
+        <module>transformer-agent</module>
+        <module>upgrade</module>
+    </modules>
+    
+</project>

Propchange: geronimo/server/trunk/components/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/server/trunk/components/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/server/trunk/components/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml