You are viewing a plain text version of this content. The canonical link for it is here.
Posted to alexandria-dev@jakarta.apache.org by jv...@apache.org on 2001/09/02 20:08:45 UTC

cvs commit: jakarta-alexandria/proposal/maven/src/templates/dd Control.vm deps.vm

jvanzyl     01/09/02 11:08:45

  Added:       proposal/maven/src/templates/dd Control.vm deps.vm
  Log:
  - texen templates used to create dependency descriptors
  
  Revision  Changes    Path
  1.1                  jakarta-alexandria/proposal/maven/src/templates/dd/Control.vm
  
  Index: Control.vm
  ===================================================================
  ## We wan't to make a dependency descriptor for each
  ## Module.
  
  #foreach ($module in $workspace.modules)
  $generator.parse("deps.vm", $module.name,"module", $module)
  #end
  
  
  
  1.1                  jakarta-alexandria/proposal/maven/src/templates/dd/deps.vm
  
  Index: deps.vm
  ===================================================================
  #foreach ($project in $module.projects)
  #foreach ($dep in $project.dependencies)
  $dep
  #end
  #end
  
  
  

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