Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 59619 invoked from network); 26 Nov 2008 11:46:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Nov 2008 11:46:56 -0000 Received: (qmail 32461 invoked by uid 500); 26 Nov 2008 11:47:06 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 31854 invoked by uid 500); 26 Nov 2008 11:47:04 -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 31845 invoked by uid 99); 26 Nov 2008 11:47:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Nov 2008 03:47:04 -0800 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; Wed, 26 Nov 2008 11:45:46 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id DB9FA238889B; Wed, 26 Nov 2008 03:46:32 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r720816 - in /geronimo/gshell/trunk/gshell-commands/gshell-repository: pom.xml src/main/java/org/apache/geronimo/gshell/commands/repository/ResolveAction.java Date: Wed, 26 Nov 2008 11:46:31 -0000 To: scm@geronimo.apache.org From: jdillon@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20081126114632.DB9FA238889B@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jdillon Date: Wed Nov 26 03:46:28 2008 New Revision: 720816 URL: http://svn.apache.org/viewvc?rev=720816&view=rev Log: Make this work again Modified: geronimo/gshell/trunk/gshell-commands/gshell-repository/pom.xml geronimo/gshell/trunk/gshell-commands/gshell-repository/src/main/java/org/apache/geronimo/gshell/commands/repository/ResolveAction.java Modified: geronimo/gshell/trunk/gshell-commands/gshell-repository/pom.xml URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-commands/gshell-repository/pom.xml?rev=720816&r1=720815&r2=720816&view=diff ============================================================================== --- geronimo/gshell/trunk/gshell-commands/gshell-repository/pom.xml (original) +++ geronimo/gshell/trunk/gshell-commands/gshell-repository/pom.xml Wed Nov 26 03:46:28 2008 @@ -40,7 +40,7 @@ org.apache.geronimo.gshell.support - gshell-artifact + gshell-artifact-maven Modified: geronimo/gshell/trunk/gshell-commands/gshell-repository/src/main/java/org/apache/geronimo/gshell/commands/repository/ResolveAction.java URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-commands/gshell-repository/src/main/java/org/apache/geronimo/gshell/commands/repository/ResolveAction.java?rev=720816&r1=720815&r2=720816&view=diff ============================================================================== --- geronimo/gshell/trunk/gshell-commands/gshell-repository/src/main/java/org/apache/geronimo/gshell/commands/repository/ResolveAction.java (original) +++ geronimo/gshell/trunk/gshell-commands/gshell-repository/src/main/java/org/apache/geronimo/gshell/commands/repository/ResolveAction.java Wed Nov 26 03:46:28 2008 @@ -19,7 +19,7 @@ package org.apache.geronimo.gshell.commands.repository; -import org.apache.geronimo.gshell.artifact.ArtifactManager; +import org.apache.geronimo.gshell.artifact.maven.ArtifactManager; import org.apache.geronimo.gshell.clp.Option; import org.apache.geronimo.gshell.command.CommandAction; import org.apache.geronimo.gshell.command.CommandContext;