You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by jv...@apache.org on 2004/06/06 06:49:37 UTC

cvs commit: maven-components/maven-model build.sh

jvanzyl     2004/06/05 21:49:37

  Modified:    maven-model build.sh
  Log:
  o nuke the target directory
  
  Revision  Changes    Path
  1.7       +2 -0      maven-components/maven-model/build.sh
  
  Index: build.sh
  ===================================================================
  RCS file: /home/cvs/maven-components/maven-model/build.sh,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- build.sh	30 May 2004 16:55:51 -0000	1.6
  +++ build.sh	6 Jun 2004 04:49:37 -0000	1.7
  @@ -1,5 +1,7 @@
   #!/bin/sh
   
  +rm -rf target
  +
   # Generate the sources from the model
   modello --model=maven.mdo --version=4.0.0 --mode=java --dir=target/generated-sources
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org