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/10/10 13:27:19 UTC

svn commit: r703412 - in /geronimo/gshell/trunk/gshell-support/gshell-ivy: ./ pom.xml src/ src/main/ src/main/java/ src/main/resources/ src/test/ src/test/java/ src/test/resources/

Author: jdillon
Date: Fri Oct 10 04:27:18 2008
New Revision: 703412

URL: http://svn.apache.org/viewvc?rev=703412&view=rev
Log:
OOps for got the check this in

Added:
    geronimo/gshell/trunk/gshell-support/gshell-ivy/
    geronimo/gshell/trunk/gshell-support/gshell-ivy/pom.xml   (with props)
    geronimo/gshell/trunk/gshell-support/gshell-ivy/src/
    geronimo/gshell/trunk/gshell-support/gshell-ivy/src/main/
    geronimo/gshell/trunk/gshell-support/gshell-ivy/src/main/java/
    geronimo/gshell/trunk/gshell-support/gshell-ivy/src/main/resources/
    geronimo/gshell/trunk/gshell-support/gshell-ivy/src/test/
    geronimo/gshell/trunk/gshell-support/gshell-ivy/src/test/java/
    geronimo/gshell/trunk/gshell-support/gshell-ivy/src/test/resources/

Added: geronimo/gshell/trunk/gshell-support/gshell-ivy/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-support/gshell-ivy/pom.xml?rev=703412&view=auto
==============================================================================
--- geronimo/gshell/trunk/gshell-support/gshell-ivy/pom.xml (added)
+++ geronimo/gshell/trunk/gshell-support/gshell-ivy/pom.xml Fri Oct 10 04:27:18 2008
@@ -0,0 +1,53 @@
+<?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.gshell.support</groupId>
+        <artifactId>gshell-support</artifactId>
+        <version>1.0-alpha-2-SNAPSHOT</version>
+    </parent>
+
+    <artifactId>gshell-ivy</artifactId>
+    <name>GShell Support :: Ivy</name>
+
+    <description>
+        Ivy support.
+    </description>
+
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.geronimo.gshell.support</groupId>
+            <artifactId>gshell-spring</artifactId>
+        </dependency>
+        
+        <dependency>
+            <groupId>org.apache.ivy</groupId>
+            <artifactId>ivy</artifactId>
+            <version>2.0.0-rc1</version>
+        </dependency>
+    </dependencies>
+
+</project>
\ No newline at end of file

Propchange: geronimo/gshell/trunk/gshell-support/gshell-ivy/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/gshell/trunk/gshell-support/gshell-ivy/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/gshell/trunk/gshell-support/gshell-ivy/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml