From: Martin W. <ama...@us...> - 2006-05-02 19:40:35
|
User: amartinwest Date: 06/05/02 12:40:27 Modified: . mvn-cc-build.xml Log: Add cvs update Revision Changes Path 1.2 +1 -0 plugins/mvn-cc-build.xml Index: mvn-cc-build.xml =================================================================== RCS file: /cvsroot/andromdaplugins/plugins/mvn-cc-build.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -w -r1.1 -r1.2 --- mvn-cc-build.xml 2 May 2006 18:46:50 -0000 1.1 +++ mvn-cc-build.xml 2 May 2006 19:40:27 -0000 1.2 @@ -1,6 +1,7 @@ <project name="maven2-build" default="default"> <target name="default"> + <cvs command="update -P -d"/> <tstamp> <format property="ant.mvn.log.date" pattern="yyyyMMdd-HHmmss"/> </tstamp> |