dion        2002/06/04 08:50:48

  Modified:    src/templates/build Control.vm
  Removed:     src/templates/build build-reactor.xml build-metrics.xml
                        build-test.xml build-maven.xml build-iutest.xml
                        build-docs.xml
  Log:
  Removed duplicated delegating build files in the steps towards the new plugin
  style
  
  Revision  Changes    Path
  1.26      +0 -23     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.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- Control.vm        29 May 2002 02:13:55 -0000      1.25
  +++ Control.vm        4 Jun 2002 15:50:48 -0000       1.26
  @@ -24,24 +24,6 @@
   #end
   
   ## -------------------------------------------------------
  -## Make our list of build system elements
  -## -------------------------------------------------------
  -
  -## This is now done in the plugin directories; however we
  -## provide a temporary solution to enable users of the new
  -## versions of Maven to continue working with old projects
  -## that have not updated their delegators yet.  These files
  -## are simply indirections that point to the plugins dir.
  -## Note: when we remove these, there is a #else block below that should
  -## be removed as well.
  -$buildElements.add("build-maven.xml")
  -$buildElements.add("build-docs.xml")
  -$buildElements.add("build-metrics.xml")
  -$buildElements.add("build-test.xml")
  -$buildElements.add("build-iutest.xml")
  -$buildElements.add("build-reactor.xml")
  -
  -## -------------------------------------------------------
   ## Create the output directory
   ## -------------------------------------------------------
   
  @@ -74,11 +56,6 @@
     #if ($buildElement.startsWith("plugins/"))
       #parsePluginName( $buildElement )
       $generator.parse($buildElement,"$outputDir/$buildElement","plugin",$plugin)
  -
  -  ## This block should be removed when the indirection build-xxx.xml
  -  ## files are removed.
  -  #else
  -    $generator.parse($buildElement,"$outputDir/$buildElement")  
     #end
   #end
   
  
  
  

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

Reply via email to