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/12 12:32:14 UTC

svn commit: r703780 - in /geronimo/gshell/trunk/gshell-support/gshell-xstore: ./ src/ src/main/ src/main/java/ src/main/java/org/ src/main/java/org/apache/ src/main/java/org/apache/geronimo/ src/main/java/org/apache/geronimo/gshell/ src/main/java/org/a...

Author: jdillon
Date: Sun Oct 12 03:32:13 2008
New Revision: 703780

URL: http://svn.apache.org/viewvc?rev=703780&view=rev
Log:
Adding new module, which will basically be vfs+marshal stuff to easily manage objects as XML files

Added:
    geronimo/gshell/trunk/gshell-support/gshell-xstore/
    geronimo/gshell/trunk/gshell-support/gshell-xstore/pom.xml   (with props)
    geronimo/gshell/trunk/gshell-support/gshell-xstore/src/
    geronimo/gshell/trunk/gshell-support/gshell-xstore/src/main/
    geronimo/gshell/trunk/gshell-support/gshell-xstore/src/main/java/
    geronimo/gshell/trunk/gshell-support/gshell-xstore/src/main/java/org/
    geronimo/gshell/trunk/gshell-support/gshell-xstore/src/main/java/org/apache/
    geronimo/gshell/trunk/gshell-support/gshell-xstore/src/main/java/org/apache/geronimo/
    geronimo/gshell/trunk/gshell-support/gshell-xstore/src/main/java/org/apache/geronimo/gshell/
    geronimo/gshell/trunk/gshell-support/gshell-xstore/src/main/java/org/apache/geronimo/gshell/xstore/
    geronimo/gshell/trunk/gshell-support/gshell-xstore/src/main/resources/
    geronimo/gshell/trunk/gshell-support/gshell-xstore/src/main/resources/META-INF/
    geronimo/gshell/trunk/gshell-support/gshell-xstore/src/main/resources/META-INF/spring/
    geronimo/gshell/trunk/gshell-support/gshell-xstore/src/main/resources/org/
    geronimo/gshell/trunk/gshell-support/gshell-xstore/src/main/resources/org/apache/
    geronimo/gshell/trunk/gshell-support/gshell-xstore/src/main/resources/org/apache/geronimo/
    geronimo/gshell/trunk/gshell-support/gshell-xstore/src/main/resources/org/apache/geronimo/gshell/
    geronimo/gshell/trunk/gshell-support/gshell-xstore/src/main/resources/org/apache/geronimo/gshell/xstore/
    geronimo/gshell/trunk/gshell-support/gshell-xstore/src/test/
    geronimo/gshell/trunk/gshell-support/gshell-xstore/src/test/java/
    geronimo/gshell/trunk/gshell-support/gshell-xstore/src/test/java/org/
    geronimo/gshell/trunk/gshell-support/gshell-xstore/src/test/java/org/apache/
    geronimo/gshell/trunk/gshell-support/gshell-xstore/src/test/java/org/apache/geronimo/
    geronimo/gshell/trunk/gshell-support/gshell-xstore/src/test/java/org/apache/geronimo/gshell/
    geronimo/gshell/trunk/gshell-support/gshell-xstore/src/test/java/org/apache/geronimo/gshell/xstore/
    geronimo/gshell/trunk/gshell-support/gshell-xstore/src/test/resources/
    geronimo/gshell/trunk/gshell-support/gshell-xstore/src/test/resources/org/
    geronimo/gshell/trunk/gshell-support/gshell-xstore/src/test/resources/org/apache/
    geronimo/gshell/trunk/gshell-support/gshell-xstore/src/test/resources/org/apache/geronimo/
    geronimo/gshell/trunk/gshell-support/gshell-xstore/src/test/resources/org/apache/geronimo/gshell/
    geronimo/gshell/trunk/gshell-support/gshell-xstore/src/test/resources/org/apache/geronimo/gshell/xstore/

Added: geronimo/gshell/trunk/gshell-support/gshell-xstore/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-support/gshell-xstore/pom.xml?rev=703780&view=auto
==============================================================================
--- geronimo/gshell/trunk/gshell-support/gshell-xstore/pom.xml (added)
+++ geronimo/gshell/trunk/gshell-support/gshell-xstore/pom.xml Sun Oct 12 03:32:13 2008
@@ -0,0 +1,70 @@
+<?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-xstore</artifactId>
+    <name>GShell Support :: XStore</name>
+    
+    <description>
+        XML Object file-system support.
+    </description>
+    
+    <dependencies>
+        <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-api</artifactId>
+        </dependency>
+        
+        <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-log4j12</artifactId>
+            <scope>test</scope>
+        </dependency>
+        
+        <dependency>
+            <groupId>org.apache.geronimo.gshell.support</groupId>
+            <artifactId>gshell-marshal</artifactId>
+        </dependency>
+        
+        <dependency>
+            <groupId>org.apache.geronimo.gshell.support</groupId>
+            <artifactId>gshell-spring</artifactId>
+        </dependency>
+        
+        <dependency>
+            <groupId>org.apache.geronimo.gshell.support</groupId>
+            <artifactId>gshell-spring</artifactId>
+            <classifier>tests</classifier>
+            <scope>test</scope>
+        </dependency>
+    </dependencies>
+
+</project>
\ No newline at end of file

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

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

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