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/11/26 12:10:06 UTC

svn commit: r720808 - in /geronimo/gshell/trunk/gshell-support/gshell-artifact-maven/src/main: java/org/apache/geronimo/gshell/artifact/maven/ resources/META-INF/plexus/

Author: jdillon
Date: Wed Nov 26 03:10:05 2008
New Revision: 720808

URL: http://svn.apache.org/viewvc?rev=720808&view=rev
Log:
Rename some muck

Added:
    geronimo/gshell/trunk/gshell-support/gshell-artifact-maven/src/main/java/org/apache/geronimo/gshell/artifact/maven/ArtifactManagerImpl.java   (contents, props changed)
      - copied, changed from r720805, geronimo/gshell/trunk/gshell-support/gshell-artifact-maven/src/main/java/org/apache/geronimo/gshell/artifact/maven/DefaultArtifactManager.java
    geronimo/gshell/trunk/gshell-support/gshell-artifact-maven/src/main/java/org/apache/geronimo/gshell/artifact/maven/ArtifactMetadataSourceImpl.java   (contents, props changed)
      - copied, changed from r720805, geronimo/gshell/trunk/gshell-support/gshell-artifact-maven/src/main/java/org/apache/geronimo/gshell/artifact/maven/GShellArtifactMetadataSource.java
    geronimo/gshell/trunk/gshell-support/gshell-artifact-maven/src/main/java/org/apache/geronimo/gshell/artifact/maven/ArtifactRepositoryManagerImpl.java   (contents, props changed)
      - copied, changed from r720805, geronimo/gshell/trunk/gshell-support/gshell-artifact-maven/src/main/java/org/apache/geronimo/gshell/artifact/maven/DefaultArtifactRepositoryManager.java
    geronimo/gshell/trunk/gshell-support/gshell-artifact-maven/src/main/java/org/apache/geronimo/gshell/artifact/maven/RepositorySelectingArtifactResolver.java   (contents, props changed)
      - copied, changed from r720805, geronimo/gshell/trunk/gshell-support/gshell-artifact-maven/src/main/java/org/apache/geronimo/gshell/artifact/maven/GShellArtifactResolver.java
Removed:
    geronimo/gshell/trunk/gshell-support/gshell-artifact-maven/src/main/java/org/apache/geronimo/gshell/artifact/maven/DefaultArtifactManager.java
    geronimo/gshell/trunk/gshell-support/gshell-artifact-maven/src/main/java/org/apache/geronimo/gshell/artifact/maven/DefaultArtifactRepositoryManager.java
    geronimo/gshell/trunk/gshell-support/gshell-artifact-maven/src/main/java/org/apache/geronimo/gshell/artifact/maven/GShellArtifactMetadataSource.java
    geronimo/gshell/trunk/gshell-support/gshell-artifact-maven/src/main/java/org/apache/geronimo/gshell/artifact/maven/GShellArtifactResolver.java
Modified:
    geronimo/gshell/trunk/gshell-support/gshell-artifact-maven/src/main/resources/META-INF/plexus/components.xml
    geronimo/gshell/trunk/gshell-support/gshell-artifact-maven/src/main/resources/META-INF/plexus/plexus.xml

Copied: geronimo/gshell/trunk/gshell-support/gshell-artifact-maven/src/main/java/org/apache/geronimo/gshell/artifact/maven/ArtifactManagerImpl.java (from r720805, geronimo/gshell/trunk/gshell-support/gshell-artifact-maven/src/main/java/org/apache/geronimo/gshell/artifact/maven/DefaultArtifactManager.java)
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-support/gshell-artifact-maven/src/main/java/org/apache/geronimo/gshell/artifact/maven/ArtifactManagerImpl.java?p2=geronimo/gshell/trunk/gshell-support/gshell-artifact-maven/src/main/java/org/apache/geronimo/gshell/artifact/maven/ArtifactManagerImpl.java&p1=geronimo/gshell/trunk/gshell-support/gshell-artifact-maven/src/main/java/org/apache/geronimo/gshell/artifact/maven/DefaultArtifactManager.java&r1=720805&r2=720808&rev=720808&view=diff
==============================================================================
--- geronimo/gshell/trunk/gshell-support/gshell-artifact-maven/src/main/java/org/apache/geronimo/gshell/artifact/maven/DefaultArtifactManager.java (original)
+++ geronimo/gshell/trunk/gshell-support/gshell-artifact-maven/src/main/java/org/apache/geronimo/gshell/artifact/maven/ArtifactManagerImpl.java Wed Nov 26 03:10:05 2008
@@ -43,7 +43,7 @@
  * @version $Rev$ $Date$
  */
 @Component(role=ArtifactManager.class)
-public class DefaultArtifactManager
+public class ArtifactManagerImpl
     implements ArtifactManager
 {
     private final Logger log = LoggerFactory.getLogger(getClass());

Propchange: geronimo/gshell/trunk/gshell-support/gshell-artifact-maven/src/main/java/org/apache/geronimo/gshell/artifact/maven/ArtifactManagerImpl.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/gshell/trunk/gshell-support/gshell-artifact-maven/src/main/java/org/apache/geronimo/gshell/artifact/maven/ArtifactManagerImpl.java
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/gshell/trunk/gshell-support/gshell-artifact-maven/src/main/java/org/apache/geronimo/gshell/artifact/maven/ArtifactManagerImpl.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Copied: geronimo/gshell/trunk/gshell-support/gshell-artifact-maven/src/main/java/org/apache/geronimo/gshell/artifact/maven/ArtifactMetadataSourceImpl.java (from r720805, geronimo/gshell/trunk/gshell-support/gshell-artifact-maven/src/main/java/org/apache/geronimo/gshell/artifact/maven/GShellArtifactMetadataSource.java)
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-support/gshell-artifact-maven/src/main/java/org/apache/geronimo/gshell/artifact/maven/ArtifactMetadataSourceImpl.java?p2=geronimo/gshell/trunk/gshell-support/gshell-artifact-maven/src/main/java/org/apache/geronimo/gshell/artifact/maven/ArtifactMetadataSourceImpl.java&p1=geronimo/gshell/trunk/gshell-support/gshell-artifact-maven/src/main/java/org/apache/geronimo/gshell/artifact/maven/GShellArtifactMetadataSource.java&r1=720805&r2=720808&rev=720808&view=diff
==============================================================================
--- geronimo/gshell/trunk/gshell-support/gshell-artifact-maven/src/main/java/org/apache/geronimo/gshell/artifact/maven/GShellArtifactMetadataSource.java (original)
+++ geronimo/gshell/trunk/gshell-support/gshell-artifact-maven/src/main/java/org/apache/geronimo/gshell/artifact/maven/ArtifactMetadataSourceImpl.java Wed Nov 26 03:10:05 2008
@@ -38,7 +38,7 @@
  * @version $Rev$ $Date$
  */
 @Component(role=ArtifactMetadataSource.class, hint="gshell")
-public class GShellArtifactMetadataSource
+public class ArtifactMetadataSourceImpl
     implements ArtifactMetadataSource
 {
     private final Logger log = LoggerFactory.getLogger(getClass());

Propchange: geronimo/gshell/trunk/gshell-support/gshell-artifact-maven/src/main/java/org/apache/geronimo/gshell/artifact/maven/ArtifactMetadataSourceImpl.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/gshell/trunk/gshell-support/gshell-artifact-maven/src/main/java/org/apache/geronimo/gshell/artifact/maven/ArtifactMetadataSourceImpl.java
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/gshell/trunk/gshell-support/gshell-artifact-maven/src/main/java/org/apache/geronimo/gshell/artifact/maven/ArtifactMetadataSourceImpl.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Copied: geronimo/gshell/trunk/gshell-support/gshell-artifact-maven/src/main/java/org/apache/geronimo/gshell/artifact/maven/ArtifactRepositoryManagerImpl.java (from r720805, geronimo/gshell/trunk/gshell-support/gshell-artifact-maven/src/main/java/org/apache/geronimo/gshell/artifact/maven/DefaultArtifactRepositoryManager.java)
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-support/gshell-artifact-maven/src/main/java/org/apache/geronimo/gshell/artifact/maven/ArtifactRepositoryManagerImpl.java?p2=geronimo/gshell/trunk/gshell-support/gshell-artifact-maven/src/main/java/org/apache/geronimo/gshell/artifact/maven/ArtifactRepositoryManagerImpl.java&p1=geronimo/gshell/trunk/gshell-support/gshell-artifact-maven/src/main/java/org/apache/geronimo/gshell/artifact/maven/DefaultArtifactRepositoryManager.java&r1=720805&r2=720808&rev=720808&view=diff
==============================================================================
--- geronimo/gshell/trunk/gshell-support/gshell-artifact-maven/src/main/java/org/apache/geronimo/gshell/artifact/maven/DefaultArtifactRepositoryManager.java (original)
+++ geronimo/gshell/trunk/gshell-support/gshell-artifact-maven/src/main/java/org/apache/geronimo/gshell/artifact/maven/ArtifactRepositoryManagerImpl.java Wed Nov 26 03:10:05 2008
@@ -40,7 +40,7 @@
  * @version $Rev$ $Date$
  */
 @Component(role=ArtifactRepositoryManager.class)
-public class DefaultArtifactRepositoryManager
+public class ArtifactRepositoryManagerImpl
     implements ArtifactRepositoryManager
 {
     private final Logger log = LoggerFactory.getLogger(getClass());

Propchange: geronimo/gshell/trunk/gshell-support/gshell-artifact-maven/src/main/java/org/apache/geronimo/gshell/artifact/maven/ArtifactRepositoryManagerImpl.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/gshell/trunk/gshell-support/gshell-artifact-maven/src/main/java/org/apache/geronimo/gshell/artifact/maven/ArtifactRepositoryManagerImpl.java
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/gshell/trunk/gshell-support/gshell-artifact-maven/src/main/java/org/apache/geronimo/gshell/artifact/maven/ArtifactRepositoryManagerImpl.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Copied: geronimo/gshell/trunk/gshell-support/gshell-artifact-maven/src/main/java/org/apache/geronimo/gshell/artifact/maven/RepositorySelectingArtifactResolver.java (from r720805, geronimo/gshell/trunk/gshell-support/gshell-artifact-maven/src/main/java/org/apache/geronimo/gshell/artifact/maven/GShellArtifactResolver.java)
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-support/gshell-artifact-maven/src/main/java/org/apache/geronimo/gshell/artifact/maven/RepositorySelectingArtifactResolver.java?p2=geronimo/gshell/trunk/gshell-support/gshell-artifact-maven/src/main/java/org/apache/geronimo/gshell/artifact/maven/RepositorySelectingArtifactResolver.java&p1=geronimo/gshell/trunk/gshell-support/gshell-artifact-maven/src/main/java/org/apache/geronimo/gshell/artifact/maven/GShellArtifactResolver.java&r1=720805&r2=720808&rev=720808&view=diff
==============================================================================
--- geronimo/gshell/trunk/gshell-support/gshell-artifact-maven/src/main/java/org/apache/geronimo/gshell/artifact/maven/GShellArtifactResolver.java (original)
+++ geronimo/gshell/trunk/gshell-support/gshell-artifact-maven/src/main/java/org/apache/geronimo/gshell/artifact/maven/RepositorySelectingArtifactResolver.java Wed Nov 26 03:10:05 2008
@@ -44,7 +44,7 @@
  */
 @SuppressWarnings({"deprecation"})
 @Component(role=ArtifactResolver.class, hint="gshell")
-public class GShellArtifactResolver
+public class RepositorySelectingArtifactResolver
     implements ArtifactResolver
 {
     @Requirement(hint="delegate")

Propchange: geronimo/gshell/trunk/gshell-support/gshell-artifact-maven/src/main/java/org/apache/geronimo/gshell/artifact/maven/RepositorySelectingArtifactResolver.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/gshell/trunk/gshell-support/gshell-artifact-maven/src/main/java/org/apache/geronimo/gshell/artifact/maven/RepositorySelectingArtifactResolver.java
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/gshell/trunk/gshell-support/gshell-artifact-maven/src/main/java/org/apache/geronimo/gshell/artifact/maven/RepositorySelectingArtifactResolver.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Modified: geronimo/gshell/trunk/gshell-support/gshell-artifact-maven/src/main/resources/META-INF/plexus/components.xml
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-support/gshell-artifact-maven/src/main/resources/META-INF/plexus/components.xml?rev=720808&r1=720807&r2=720808&view=diff
==============================================================================
--- geronimo/gshell/trunk/gshell-support/gshell-artifact-maven/src/main/resources/META-INF/plexus/components.xml (original)
+++ geronimo/gshell/trunk/gshell-support/gshell-artifact-maven/src/main/resources/META-INF/plexus/components.xml Wed Nov 26 03:10:05 2008
@@ -24,7 +24,7 @@
     <components>
         <component>
             <role>org.apache.geronimo.gshell.artifact.maven.ArtifactManager</role>
-            <implementation>org.apache.geronimo.gshell.artifact.maven.DefaultArtifactManager</implementation>
+            <implementation>org.apache.geronimo.gshell.artifact.maven.ArtifactManagerImpl</implementation>
             <isolated-realm>false</isolated-realm>
             <requirements>
                 <requirement>
@@ -53,7 +53,7 @@
 
         <component>
             <role>org.apache.geronimo.gshell.artifact.maven.ArtifactRepositoryManager</role>
-            <implementation>org.apache.geronimo.gshell.artifact.maven.DefaultArtifactRepositoryManager</implementation>
+            <implementation>org.apache.geronimo.gshell.artifact.maven.ArtifactRepositoryManagerImpl</implementation>
             <isolated-realm>false</isolated-realm>
             <requirements>
                 <requirement>
@@ -66,7 +66,7 @@
         <component>
             <role>org.apache.maven.artifact.metadata.ArtifactMetadataSource</role>
             <role-hint>gshell</role-hint>
-            <implementation>org.apache.geronimo.gshell.artifact.maven.GShellArtifactMetadataSource</implementation>
+            <implementation>org.apache.geronimo.gshell.artifact.maven.ArtifactMetadataSourceImpl</implementation>
             <isolated-realm>false</isolated-realm>
             <requirements>
                 <requirement>
@@ -84,7 +84,7 @@
         <component>
             <role>org.apache.maven.artifact.resolver.ArtifactResolver</role>
             <role-hint>gshell</role-hint>
-            <implementation>org.apache.geronimo.gshell.artifact.maven.GShellArtifactResolver</implementation>
+            <implementation>org.apache.geronimo.gshell.artifact.maven.RepositorySelectingArtifactResolver</implementation>
             <isolated-realm>false</isolated-realm>
             <requirements>
                 <requirement>

Modified: geronimo/gshell/trunk/gshell-support/gshell-artifact-maven/src/main/resources/META-INF/plexus/plexus.xml
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-support/gshell-artifact-maven/src/main/resources/META-INF/plexus/plexus.xml?rev=720808&r1=720807&r2=720808&view=diff
==============================================================================
--- geronimo/gshell/trunk/gshell-support/gshell-artifact-maven/src/main/resources/META-INF/plexus/plexus.xml (original)
+++ geronimo/gshell/trunk/gshell-support/gshell-artifact-maven/src/main/resources/META-INF/plexus/plexus.xml Wed Nov 26 03:10:05 2008
@@ -23,13 +23,13 @@
 <plexus>
     <components>
         <!--
-        Force our custom GShellArtifactResolver to be the default, and re-assign the default implementation as a delegate.
+        Force our custom RepositorySelectingArtifactResolver to be the default, and re-assign the default implementation as a delegate.
         -->
 
         <component>
             <role>org.apache.maven.artifact.resolver.ArtifactResolver</role>
             <role-hint>default</role-hint>
-            <implementation>org.apache.geronimo.gshell.artifact.maven.GShellArtifactResolver</implementation>
+            <implementation>org.apache.geronimo.gshell.artifact.maven.RepositorySelectingArtifactResolver</implementation>
             <isolated-realm>false</isolated-realm>
             <requirements>
                 <requirement>