jvanzyl     02/05/28 07:29:21

  Modified:    src/templates/build Control.vm
  Log:
  Adding a fix to ignore the gump directory in the plugins directory as
  it is empty on a fresh checkout. Any reason why the gump plugin isn't
  separate?
  
  Looks like it's been placed in the core. Anyway this fixes the build.
  
  Revision  Changes    Path
  1.24      +1 -1      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.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- Control.vm        19 May 2002 05:40:39 -0000      1.23
  +++ Control.vm        28 May 2002 14:29:20 -0000      1.24
  @@ -56,7 +56,7 @@
   #set ($plugins = $files.file($dir).list())
   
   #foreach ($plugin in $plugins)
  -  #if ($plugin != "CVS")
  +  #if ($plugin != "CVS" && $plugin != "gump")
       $files.mkdir("bootstrap/$outputDir/plugins/$plugin")
       #parse("plugins/$plugin/Control.vm")
     #end
  
  
  

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

Reply via email to