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 23:02:48 UTC

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

jvanzyl     01/09/02 14:02:48

  Modified:    proposal/maven/src/templates/dd Control.vm
  Log:
  - adding .dd extension to dependency descriptors
  
  Revision  Changes    Path
  1.2       +1 -1      jakarta-alexandria/proposal/maven/src/templates/dd/Control.vm
  
  Index: Control.vm
  ===================================================================
  RCS file: /home/cvs/jakarta-alexandria/proposal/maven/src/templates/dd/Control.vm,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Control.vm	2001/09/02 18:08:45	1.1
  +++ Control.vm	2001/09/02 21:02:48	1.2
  @@ -2,5 +2,5 @@
   ## Module.
   
   #foreach ($module in $workspace.modules)
  -$generator.parse("deps.vm", $module.name,"module", $module)
  +$generator.parse("deps.vm", "${module.name}.dd","module", $module)
   #end
  
  
  

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