From scm-return-32436-apmail-geronimo-scm-archive=geronimo.apache.org@geronimo.apache.org Sat Oct 04 08:21:01 2008 Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 78355 invoked from network); 4 Oct 2008 08:21:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Oct 2008 08:21:01 -0000 Received: (qmail 84242 invoked by uid 500); 4 Oct 2008 08:21:00 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 84195 invoked by uid 500); 4 Oct 2008 08:20:59 -0000 Mailing-List: contact scm-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list scm@geronimo.apache.org Received: (qmail 84186 invoked by uid 99); 4 Oct 2008 08:20:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 04 Oct 2008 01:20:59 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 04 Oct 2008 08:20:05 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 2EE6C23888A5; Sat, 4 Oct 2008 01:20:10 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r701610 - in /geronimo/gshell/trunk: ./ gshell-support/ gshell-support/gshell-vfs-meta/ gshell-support/gshell-vfs-meta/src/ gshell-support/gshell-vfs-meta/src/main/ gshell-support/gshell-vfs-meta/src/main/java/ gshell-support/gshell-vfs-met... Date: Sat, 04 Oct 2008 08:20:09 -0000 To: scm@geronimo.apache.org From: jdillon@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20081004082010.2EE6C23888A5@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jdillon Date: Sat Oct 4 01:20:09 2008 New Revision: 701610 URL: http://svn.apache.org/viewvc?rev=701610&view=rev Log: Start of VFS meta filesystem support, which will be used as the backing for the plugin/command/whatever metadata filesystem Added: geronimo/gshell/trunk/gshell-support/gshell-vfs-meta/ geronimo/gshell/trunk/gshell-support/gshell-vfs-meta/pom.xml (with props) geronimo/gshell/trunk/gshell-support/gshell-vfs-meta/src/ geronimo/gshell/trunk/gshell-support/gshell-vfs-meta/src/main/ geronimo/gshell/trunk/gshell-support/gshell-vfs-meta/src/main/java/ geronimo/gshell/trunk/gshell-support/gshell-vfs-meta/src/main/resources/ Modified: geronimo/gshell/trunk/gshell-support/pom.xml geronimo/gshell/trunk/pom.xml Added: geronimo/gshell/trunk/gshell-support/gshell-vfs-meta/pom.xml URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-support/gshell-vfs-meta/pom.xml?rev=701610&view=auto ============================================================================== --- geronimo/gshell/trunk/gshell-support/gshell-vfs-meta/pom.xml (added) +++ geronimo/gshell/trunk/gshell-support/gshell-vfs-meta/pom.xml Sat Oct 4 01:20:09 2008 @@ -0,0 +1,47 @@ + + + + + + + + 4.0.0 + + + org.apache.geronimo.gshell.support + gshell-support + 1.0-alpha-2-SNAPSHOT + + + gshell-vfs-meta + GShell Support :: VFS Meta + + + Meta VFS provider. + + + + + org.apache.geronimo.gshell.support + gshell-vfs + + + + \ No newline at end of file Propchange: geronimo/gshell/trunk/gshell-support/gshell-vfs-meta/pom.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: geronimo/gshell/trunk/gshell-support/gshell-vfs-meta/pom.xml ------------------------------------------------------------------------------ svn:keywords = Date Author Id Revision HeadURL Propchange: geronimo/gshell/trunk/gshell-support/gshell-vfs-meta/pom.xml ------------------------------------------------------------------------------ svn:mime-type = text/xml Modified: geronimo/gshell/trunk/gshell-support/pom.xml URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-support/pom.xml?rev=701610&r1=701609&r2=701610&view=diff ============================================================================== --- geronimo/gshell/trunk/gshell-support/pom.xml (original) +++ geronimo/gshell/trunk/gshell-support/pom.xml Sat Oct 4 01:20:09 2008 @@ -56,6 +56,7 @@ gshell-console gshell-vfs gshell-vfs-local + gshell-vfs-meta gshell-vfs-truezip gshell-security Modified: geronimo/gshell/trunk/pom.xml URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/pom.xml?rev=701610&r1=701609&r2=701610&view=diff ============================================================================== --- geronimo/gshell/trunk/pom.xml (original) +++ geronimo/gshell/trunk/pom.xml Sat Oct 4 01:20:09 2008 @@ -240,6 +240,12 @@ org.apache.geronimo.gshell.support + gshell-vfs-meta + 1.0-alpha-2-SNAPSHOT + + + + org.apache.geronimo.gshell.support gshell-vfs-truezip 1.0-alpha-2-SNAPSHOT