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/23 22:25:35 UTC

svn commit: r587646 - in /geronimo/sandbox/jetspeed-integration: jetspeed-base/pom.xml jetspeed-derby-database/pom.xml jetspeed-tomcat/pom.xml pom.xml

Author: prasad
Date: Tue Oct 23 13:25:34 2007
New Revision: 587646

URL: http://svn.apache.org/viewvc?rev=587646&view=rev
Log:
* top level pom added for easier project compilation

Added:
    geronimo/sandbox/jetspeed-integration/pom.xml   (with props)
Modified:
    geronimo/sandbox/jetspeed-integration/jetspeed-base/pom.xml
    geronimo/sandbox/jetspeed-integration/jetspeed-derby-database/pom.xml
    geronimo/sandbox/jetspeed-integration/jetspeed-tomcat/pom.xml

Modified: geronimo/sandbox/jetspeed-integration/jetspeed-base/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/jetspeed-integration/jetspeed-base/pom.xml?rev=587646&r1=587645&r2=587646&view=diff
==============================================================================
--- geronimo/sandbox/jetspeed-integration/jetspeed-base/pom.xml (original)
+++ geronimo/sandbox/jetspeed-integration/jetspeed-base/pom.xml Tue Oct 23 13:25:34 2007
@@ -26,7 +26,6 @@
         <groupId>org.apache.geronimo.configs</groupId>
         <artifactId>configs</artifactId>
         <version>2.1-SNAPSHOT</version>
-        <relativePath>../pom.xml</relativePath>
     </parent>
 
     <artifactId>jetspeed-base</artifactId>
@@ -74,6 +73,13 @@
             <artifactId>portals-bridges-common</artifactId>
             <version>1.0.3</version>
             <type>jar</type>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.geronimo.configs</groupId>
+            <artifactId>system-database</artifactId>
+            <version>${version}</version>
+            <type>car</type>
         </dependency>
     </dependencies>
     

Modified: geronimo/sandbox/jetspeed-integration/jetspeed-derby-database/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/jetspeed-integration/jetspeed-derby-database/pom.xml?rev=587646&r1=587645&r2=587646&view=diff
==============================================================================
--- geronimo/sandbox/jetspeed-integration/jetspeed-derby-database/pom.xml (original)
+++ geronimo/sandbox/jetspeed-integration/jetspeed-derby-database/pom.xml Tue Oct 23 13:25:34 2007
@@ -22,7 +22,6 @@
         <groupId>org.apache.geronimo.configs</groupId>
         <artifactId>configs</artifactId>
         <version>2.1-SNAPSHOT</version>
-        <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>jetspeed-derby-database</artifactId>
     <name>Geronimo Configs :: Jetspeed Derby Database</name>

Modified: geronimo/sandbox/jetspeed-integration/jetspeed-tomcat/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/jetspeed-integration/jetspeed-tomcat/pom.xml?rev=587646&r1=587645&r2=587646&view=diff
==============================================================================
--- geronimo/sandbox/jetspeed-integration/jetspeed-tomcat/pom.xml (original)
+++ geronimo/sandbox/jetspeed-integration/jetspeed-tomcat/pom.xml Tue Oct 23 13:25:34 2007
@@ -22,7 +22,6 @@
         <groupId>org.apache.geronimo.configs</groupId>
         <artifactId>configs</artifactId>
         <version>2.1-SNAPSHOT</version>
-        <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>jetspeed-tomcat</artifactId>
     <name>Geronimo Configs :: Jetspeed Tomcat Portal</name>
@@ -51,13 +50,6 @@
             <artifactId>jetspeed</artifactId>
             <version>${jetspeedVersion}</version>
             <type>war</type>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.portals.jetspeed-2</groupId>
-            <artifactId>jetspeed-layouts</artifactId>
-            <version>${jetspeedVersion}</version>
-            <type>war</type>
-            <scope>provided</scope>
         </dependency>
     </dependencies>
     <build>

Added: geronimo/sandbox/jetspeed-integration/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/jetspeed-integration/pom.xml?rev=587646&view=auto
==============================================================================
--- geronimo/sandbox/jetspeed-integration/pom.xml (added)
+++ geronimo/sandbox/jetspeed-integration/pom.xml Tue Oct 23 13:25:34 2007
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+    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>
+    <groupId>org.apache.geronimo.plugins</groupId>
+    <artifactId>jetspeed-integration</artifactId>
+    <version>2.1-SNAPSHOT</version>
+    <name>Geronimo Plugins :: Jetspeed</name>
+    <packaging>pom</packaging>
+    <description>
+       This is the configuration for the Jetspeed Tomcat application
+    </description>
+    
+    <modules>
+      <module>jetspeed-base</module>
+      <module>jetspeed-derby-database</module>
+      <module>jetspeed-tomcat</module>
+    </modules>
+
+    <build>
+        <defaultGoal>install</defaultGoal>
+    </build>
+</project>

Propchange: geronimo/sandbox/jetspeed-integration/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/sandbox/jetspeed-integration/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/sandbox/jetspeed-integration/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml