mirror of https://github.com/apache/maven.git
o Updating the second half of references from plexus-0.16.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163011 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b14dcc94bd
commit
80a077f1a8
|
@ -3,7 +3,7 @@ main is org.apache.maven.MavenCli from plexus.core.maven
|
|||
set maven.home using ${user.home}/maven.properties default ${user.home}/m2
|
||||
|
||||
[plexus.core]
|
||||
load ${maven.home}/core/plexus-0.16.jar
|
||||
load ${maven.home}/core/plexus-0.17.jar
|
||||
load ${maven.home}/core/xstream-1.0-SNAPSHOT.jar
|
||||
load ${maven.home}/core/xpp3-1.1.3.3.jar
|
||||
load ${maven.home}/core/maven-artifact-2.0-SNAPSHOT.jar
|
||||
|
|
|
@ -58,7 +58,7 @@ public class MBoot
|
|||
String[] plexusDeps = new String[]
|
||||
{
|
||||
"classworlds/jars/classworlds-1.1-SNAPSHOT.jar",
|
||||
"plexus/jars/plexus-0.16.jar",
|
||||
"plexus/jars/plexus-0.17.jar",
|
||||
"xpp3/jars/xpp3-1.1.3.3.jar",
|
||||
"xstream/jars/xstream-1.0-SNAPSHOT.jar",
|
||||
"maven/jars/maven-artifact-2.0-SNAPSHOT.jar",
|
||||
|
|
Loading…
Reference in New Issue