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/27 08:18:13 UTC

svn commit: r721107 - in /geronimo/gshell/trunk/gshell-support: gshell-artifact-ivy/src/main/java/org/apache/geronimo/gshell/artifact/ivy/ gshell-artifact-maven/src/main/java/org/apache/geronimo/gshell/artifact/maven/

Author: jdillon
Date: Wed Nov 26 23:18:12 2008
New Revision: 721107

URL: http://svn.apache.org/viewvc?rev=721107&view=rev
Log:
Update filters

Modified:
    geronimo/gshell/trunk/gshell-support/gshell-artifact-ivy/src/main/java/org/apache/geronimo/gshell/artifact/ivy/IvyDependenciesFilter.java
    geronimo/gshell/trunk/gshell-support/gshell-artifact-maven/src/main/java/org/apache/geronimo/gshell/artifact/maven/MavenArtifactDependenciesFilter.java

Modified: geronimo/gshell/trunk/gshell-support/gshell-artifact-ivy/src/main/java/org/apache/geronimo/gshell/artifact/ivy/IvyDependenciesFilter.java
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-support/gshell-artifact-ivy/src/main/java/org/apache/geronimo/gshell/artifact/ivy/IvyDependenciesFilter.java?rev=721107&r1=721106&r2=721107&view=diff
==============================================================================
--- geronimo/gshell/trunk/gshell-support/gshell-artifact-ivy/src/main/java/org/apache/geronimo/gshell/artifact/ivy/IvyDependenciesFilter.java (original)
+++ geronimo/gshell/trunk/gshell-support/gshell-artifact-ivy/src/main/java/org/apache/geronimo/gshell/artifact/ivy/IvyDependenciesFilter.java Wed Nov 26 23:18:12 2008
@@ -34,6 +34,28 @@
 public class IvyDependenciesFilter
     implements Filter
 {
+    /*
+    [INFO] org.apache.geronimo.gshell.support:gshell-artifact-ivy:jar:1.0-alpha-2-SNAPSHOT
+    [INFO] +- org.apache.geronimo.gshell.support:gshell-io:jar:1.0-alpha-2-SNAPSHOT:compile
+    [INFO] |  +- org.slf4j:slf4j-api:jar:1.5.6:compile
+    [INFO] |  +- org.apache.geronimo.gshell.support:gshell-yarn:jar:1.0-alpha-2-SNAPSHOT:compile
+    [INFO] |  \- org.apache.geronimo.gshell.support:gshell-ansi:jar:1.0-alpha-2-SNAPSHOT:compile
+    [INFO] |     +- org.apache.geronimo.gshell.support:gshell-i18n:jar:1.0-alpha-2-SNAPSHOT:compile
+    [INFO] |     \- org.apache.geronimo.gshell.support:gshell-terminal:jar:1.0-alpha-2-SNAPSHOT:compile
+    [INFO] |        \- jline:jline:jar:0.9.94:compile
+    [INFO] +- org.apache.geronimo.gshell.support:gshell-spring:jar:1.0-alpha-2-SNAPSHOT:compile
+    [INFO] |  +- org.slf4j:jcl-over-slf4j:jar:1.5.6:compile
+    [INFO] |  +- org.apache.geronimo.gshell.support:gshell-chronos:jar:1.0-alpha-2-SNAPSHOT:compile
+    [INFO] |  +- org.springframework:spring-core:jar:2.5.5:compile
+    [INFO] |  \- org.springframework:spring-beans:jar:2.5.5:compile
+    [INFO] +- org.apache.geronimo.gshell.support:gshell-artifact:jar:1.0-alpha-2-SNAPSHOT:compile
+    [INFO] +- org.apache.ivy:ivy:jar:2.0.0-rc2:compile
+    [INFO] +- org.slf4j:slf4j-log4j12:jar:1.5.6:test
+    [INFO] |  \- log4j:log4j:jar:1.2.15:test (version managed from 1.2.14)
+    [INFO] +- org.apache.geronimo.gshell.support:gshell-spring:jar:tests:1.0-alpha-2-SNAPSHOT:test
+    [INFO] \- junit:junit:jar:3.8.2:test
+    */
+
     private static final String[] EXCLUDES = {
         "gshell-artifact-ivy",
         "ivy",

Modified: geronimo/gshell/trunk/gshell-support/gshell-artifact-maven/src/main/java/org/apache/geronimo/gshell/artifact/maven/MavenArtifactDependenciesFilter.java
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-support/gshell-artifact-maven/src/main/java/org/apache/geronimo/gshell/artifact/maven/MavenArtifactDependenciesFilter.java?rev=721107&r1=721106&r2=721107&view=diff
==============================================================================
--- geronimo/gshell/trunk/gshell-support/gshell-artifact-maven/src/main/java/org/apache/geronimo/gshell/artifact/maven/MavenArtifactDependenciesFilter.java (original)
+++ geronimo/gshell/trunk/gshell-support/gshell-artifact-maven/src/main/java/org/apache/geronimo/gshell/artifact/maven/MavenArtifactDependenciesFilter.java Wed Nov 26 23:18:12 2008
@@ -34,6 +34,48 @@
 public class MavenArtifactDependenciesFilter
     implements ArtifactFilter
 {
+    /*
+    [INFO] org.apache.geronimo.gshell.support:gshell-artifact-maven:jar:1.0-alpha-2-SNAPSHOT
+    [INFO] +- org.slf4j:slf4j-api:jar:1.5.6:compile
+    [INFO] +- org.slf4j:slf4j-log4j12:jar:1.5.6:test
+    [INFO] |  \- log4j:log4j:jar:1.2.15:test (version managed from 1.2.14)
+    [INFO] +- org.apache.geronimo.gshell.support:gshell-chronos:jar:1.0-alpha-2-SNAPSHOT:compile
+    [INFO] |  \- org.apache.geronimo.gshell.support:gshell-yarn:jar:1.0-alpha-2-SNAPSHOT:compile
+    [INFO] +- org.apache.geronimo.gshell.support:gshell-io:jar:1.0-alpha-2-SNAPSHOT:compile
+    [INFO] |  \- org.apache.geronimo.gshell.support:gshell-ansi:jar:1.0-alpha-2-SNAPSHOT:compile
+    [INFO] |     +- org.apache.geronimo.gshell.support:gshell-i18n:jar:1.0-alpha-2-SNAPSHOT:compile
+    [INFO] |     \- org.apache.geronimo.gshell.support:gshell-terminal:jar:1.0-alpha-2-SNAPSHOT:compile
+    [INFO] |        \- jline:jline:jar:0.9.94:compile
+    [INFO] +- org.apache.geronimo.gshell.support:gshell-spring:jar:1.0-alpha-2-SNAPSHOT:compile
+    [INFO] |  +- org.slf4j:jcl-over-slf4j:jar:1.5.6:compile
+    [INFO] |  +- org.springframework:spring-core:jar:2.5.5:compile
+    [INFO] |  \- org.springframework:spring-beans:jar:2.5.5:compile
+    [INFO] +- org.apache.geronimo.gshell.support:gshell-artifact:jar:1.0-alpha-2-SNAPSHOT:compile
+    [INFO] +- org.apache.geronimo.gshell.support:gshell-plexus:jar:1.0-alpha-2-SNAPSHOT:compile
+    [INFO] |  +- org.codehaus.plexus:plexus-container-default:jar:1.0-beta-2:compile
+    [INFO] |  |  +- org.codehaus.plexus:plexus-classworlds:jar:1.3:compile
+    [INFO] |  |  +- org.apache.xbean:xbean-reflect:jar:3.4:compile
+    [INFO] |  |  \- com.google.code.google-collections:google-collect:jar:snapshot-20080530:compile
+    [INFO] |  +- org.codehaus.plexus:plexus-component-annotations:jar:1.0-beta-2:compile
+    [INFO] |  \- org.codehaus.plexus:plexus-utils:jar:1.5.6:compile
+    [INFO] +- org.apache.maven.artifact:maven-artifact:jar:3.0-alpha-1:compile
+    [INFO] |  \- aspectj:aspectjrt:jar:1.5.3:compile
+    [INFO] +- org.apache.maven:maven-project:jar:2.1.0-M2-SNAPSHOT:compile
+    [INFO] |  +- org.apache.maven:maven-settings:jar:2.1.0-M2-SNAPSHOT:compile
+    [INFO] |  +- org.apache.maven:maven-profile:jar:2.1.0-M2-SNAPSHOT:compile
+    [INFO] |  +- org.apache.maven:maven-model:jar:2.1.0-M2-SNAPSHOT:compile
+    [INFO] |  +- org.apache.maven:maven-plugin-registry:jar:2.1.0-M2-SNAPSHOT:compile
+    [INFO] |  \- org.codehaus.plexus:plexus-interpolation:jar:1.5:compile
+    [INFO] +- org.apache.maven.wagon:wagon-provider-api:jar:1.0-beta-4:compile
+    [INFO] +- org.apache.maven.wagon:wagon-file:jar:1.0-beta-4:runtime
+    [INFO] +- org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-beta-4:runtime
+    [INFO] |  \- org.apache.maven.wagon:wagon-http-shared:jar:1.0-beta-4:runtime
+    [INFO] |     +- nekohtml:xercesMinimal:jar:1.9.6.2:runtime
+    [INFO] |     \- nekohtml:nekohtml:jar:1.9.6.2:runtime
+    [INFO] +- org.apache.geronimo.gshell.support:gshell-spring:jar:tests:1.0-alpha-2-SNAPSHOT:test
+    [INFO] \- junit:junit:jar:3.8.2:test
+    */
+    
     private static final String[] EXCLUDES = {
         "gshell-artifact-maven",
         "gshell-plexus",
@@ -54,6 +96,7 @@
         "wagon-http-shared",
         "wagon-provider-api",
         "xbean-reflect",
+        "google-collect",
         "xercesMinimal",
         "nekohtml",