evenisse 2005/04/04 06:15:47
Modified: . m2-bootstrap-all.bat Log: Little fix for run it tests. Revision Changes Path 1.9 +1 -1 maven-components/m2-bootstrap-all.bat Index: m2-bootstrap-all.bat =================================================================== RCS file: /home/cvs/maven-components/m2-bootstrap-all.bat,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- m2-bootstrap-all.bat 1 Apr 2005 16:03:42 -0000 1.8 +++ m2-bootstrap-all.bat 4 Apr 2005 13:15:47 -0000 1.9 @@ -115,7 +115,7 @@ echo Rebuilding maven2 plugins cd maven-plugins -m2 clean:clean install +call m2 clean:clean install cd .. echo Running integration tests
