You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by jv...@apache.org on 2002/02/21 16:08:08 UTC

cvs commit: jakarta-turbine-maven/src/templates/build Control.vm

jvanzyl     02/02/21 07:08:08

  Added:       src/templates/build Control.vm
  Log:
  - adding a texen control template for the build system generation
  
  Revision  Changes    Path
  1.1                  jakarta-turbine-maven/src/templates/build/Control.vm
  
  Index: Control.vm
  ===================================================================
  #set ($buildElements = ["build-docs.xml","build-test.xml","build.xml","default.properties","LICENSE","README.txt"])
  
  #foreach ($buildElement in $buildElements)
  $generator.parse($buildElement,$buildElement,"project",$project)
  #end
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>