o updating locations of the mdo files for the bootstrap

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@498757 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2007-01-22 19:24:50 +00:00
parent dec70bc79b
commit 43112103d6
4 changed files with 6 additions and 4 deletions

View File

@ -4,7 +4,7 @@ plexus-archiver.version=1.0-alpha-8
plexus-utils.version=1.4-alpha-1
plexus-interactivity-api.version=1.0-alpha-4
commons-cli.version=1.0
wagon.version=1.0-beta-2
wagon.version=1.0-beta-3-SNAPSHOT
doxia.version=1.0-alpha-9-SNAPSHOT
modello.version=1.0-alpha-13
junit.version=3.8.1

View File

@ -194,7 +194,7 @@
</sequential>
</macrodef>
<modello file="maven-model/maven.mdo" version="4.0.0"/>
<modello file="maven-model/src/main/mdo/maven.mdo" version="4.0.0"/>
<!-- DGF TODO turn this into a big <apply> task? write a custom task? -->
<modello file="maven-plugin-descriptor/src/main/mdo/lifecycle.mdo"/>
<modello file="maven-plugin-parameter-documenter/src/main/mdo/paramdoc.mdo"/>
@ -202,7 +202,7 @@
<modello file="maven-profile/profiles.mdo"/>
<modello file="maven-repository-metadata/src/main/mdo/metadata.mdo"/>
<modello file="maven-repository-metadata/src/main/mdo/plugins.mdo"/>
<modello file="maven-settings/settings.mdo"/>
<modello file="maven-settings/src/main/mdo/settings.mdo"/>
</target>
<target name="compile-boot" depends="generate-sources" description="compiles the bootstrap sources">

View File

@ -122,6 +122,8 @@ public class DefaultWagonManager
}
catch ( ComponentLookupException e1 )
{
e1.printStackTrace();
throw new UnsupportedProtocolException(
"Cannot find wagon which supports the requested protocol: " + protocol, e1 );
}

View File

@ -168,7 +168,7 @@
<module>maven-tools</module>
</modules>
<properties>
<wagonVersion>1.0-beta-2</wagonVersion>
<wagonVersion>1.0-beta-3-SNAPSHOT</wagonVersion>
<plexusVersion>1.0-alpha-16-SNAPSHOT</plexusVersion>
</properties>
<dependencies>