jvanzyl     02/03/05 07:22:27

  Modified:    src/templates/build Control.vm
  Added:       src/templates/build cvsignore
  Log:
  Correcting the name of the generated .cvsignore file.
  
  Revision  Changes    Path
  1.8       +4 -0      jakarta-turbine-maven/src/templates/build/Control.vm
  
  Index: Control.vm
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/templates/build/Control.vm,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- Control.vm        5 Mar 2002 04:10:55 -0000       1.7
  +++ Control.vm        5 Mar 2002 15:22:27 -0000       1.8
  @@ -73,6 +73,10 @@
   $generator.parse("project.properties","project.properties")
   #end
   
  +#if (!$files.file(".cvsignore").exists())
  +$generator.parse("cvsignore",".cvsignore")
  +#end
  +
   $generator.parse("LICENSE","LICENSE")
   $generator.parse("README.txt","README.txt")
   
  
  
  
  1.1                  jakarta-turbine-maven/src/templates/build/cvsignore
  
  Index: cvsignore
  ===================================================================
  target
  work
  velocity.log
  maven.log
  *~
  docs
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to