o use the archiva code to do the conversion

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@471160 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2006-11-04 10:34:07 +00:00
parent a487349a87
commit bde3368de9
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ retval=$?; if [ $retval != 0 ]; then exit $retval; fi
echo "Running repoclean"
(
$REPOCLEAN/sync-repoclean.sh
$REPOCLEAN/m1-m2-conversion.sh
retval=$?; if [ $retval != 0 ]; then exit $retval; fi
)
retval=$?; if [ $retval != 0 ]; then exit $retval; fi