Author: jvanzyl
Date: Sun Nov 26 15:58:15 2006
New Revision: 479464

URL: http://svn.apache.org/viewvc?view=rev&rev=479464
Log:
o we now have maven bootstrap!

Modified:
    maven/components/branches/maven.new/maven-cli/src/assemble/bin.xml
    maven/components/branches/maven.new/maven-cli/src/bin/m2.conf

Modified: maven/components/branches/maven.new/maven-cli/src/assemble/bin.xml
URL: 
http://svn.apache.org/viewvc/maven/components/branches/maven.new/maven-cli/src/assemble/bin.xml?view=diff&rev=479464&r1=479463&r2=479464
==============================================================================
--- maven/components/branches/maven.new/maven-cli/src/assemble/bin.xml 
(original)
+++ maven/components/branches/maven.new/maven-cli/src/assemble/bin.xml Sun Nov 
26 15:58:15 2006
@@ -65,11 +65,12 @@
     <dependencySet>
       <outputDirectory>lib</outputDirectory>
       <excludes>
+        <!-- Where is this coming from -->
+        <exclude>classworlds:classworlds</exclude>      
         <exclude>org.codehaus.plexus:plexus-container-default</exclude>
         <exclude>org.codehaus.plexus:plexus-component-api</exclude>        
-        <exclude>org.codehaus.plexus.plexus:plexus-classworlds</exclude>
+        <exclude>org.codehaus.plexus:plexus-classworlds</exclude>
         <exclude>org.codehaus.plexus:plexus-utils</exclude>
-        <!-- transitively picked up via default container - not needed -->
         <exclude>plexus:plexus-utils</exclude>
         <exclude>junit:junit</exclude>
       </excludes>

Modified: maven/components/branches/maven.new/maven-cli/src/bin/m2.conf
URL: 
http://svn.apache.org/viewvc/maven/components/branches/maven.new/maven-cli/src/bin/m2.conf?view=diff&rev=479464&r1=479463&r2=479464
==============================================================================
--- maven/components/branches/maven.new/maven-cli/src/bin/m2.conf (original)
+++ maven/components/branches/maven.new/maven-cli/src/bin/m2.conf Sun Nov 26 
15:58:15 2006
@@ -1,9 +1,9 @@
-main is org.apache.maven.cli.MavenCli from plexus.core.maven
+main is org.apache.maven.cli.MavenCli from plexus.core
 
 set maven.home default ${user.home}/m2
 
 [plexus.core]
 load ${maven.home}/core/*.jar
-
-[plexus.core.maven]
 load ${maven.home}/lib/*.jar
+#[plexus.core.maven]
+


Reply via email to