You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jl...@apache.org on 2006/03/16 00:23:13 UTC

svn commit: r386212 - in /geronimo/trunk: modules/installer-processing/pom.xml pom.xml

Author: jlaskowski
Date: Wed Mar 15 15:23:11 2006
New Revision: 386212

URL: http://svn.apache.org/viewcvs?rev=386212&view=rev
Log:
GERONIMO-1728 - Module migration to Maven 2: installer-processing
Submitted by: Prasad Kashyap

Added:
    geronimo/trunk/modules/installer-processing/pom.xml   (with props)
Modified:
    geronimo/trunk/pom.xml

Added: geronimo/trunk/modules/installer-processing/pom.xml
URL: http://svn.apache.org/viewcvs/geronimo/trunk/modules/installer-processing/pom.xml?rev=386212&view=auto
==============================================================================
--- geronimo/trunk/modules/installer-processing/pom.xml (added)
+++ geronimo/trunk/modules/installer-processing/pom.xml Wed Mar 15 15:23:11 2006
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+
+    Copyright 2006 The Apache Software Foundation
+
+    Licensed 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>
+  <parent>
+    <groupId>org.apache.geronimo</groupId>
+    <artifactId>geronimo</artifactId>
+    <version>1.2-SNAPSHOT</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>geronimo-installer-processing</artifactId>
+  <name>Geronimo :: Installer :: Processing</name>
+  <version>${geronimoVersion}</version>
+
+  <dependencies>
+    <dependency>
+      <groupId>xerces</groupId>
+      <artifactId>xerces</artifactId>
+      <version>2.4.0</version>
+    </dependency>
+  </dependencies>
+</project>

Propchange: geronimo/trunk/modules/installer-processing/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/trunk/modules/installer-processing/pom.xml
------------------------------------------------------------------------------
    svn:executable = *

Propchange: geronimo/trunk/modules/installer-processing/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: geronimo/trunk/modules/installer-processing/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Modified: geronimo/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/geronimo/trunk/pom.xml?rev=386212&r1=386211&r2=386212&view=diff
==============================================================================
--- geronimo/trunk/pom.xml (original)
+++ geronimo/trunk/pom.xml Wed Mar 15 15:23:11 2006
@@ -764,6 +764,7 @@
         <module>modules/derby</module>
         <module>modules/directory</module>
         <module>modules/hot-deploy</module>
+        <module>modules/installer-processing</module>
         <module>modules/installer-support</module>
         <module>modules/interceptor</module>
         <module>modules/j2ee</module>