jvanzyl     01/09/02 12:43:43

  Modified:    proposal/maven/src/templates/dd deps.vm
  Log:
  - generated dependency descriptor now contains version info if specified
    by a project.
  
    turbine is the only one that has it right now, but all info required to
    build turbine is now present in the simple dependency descriptor.
  
    nothing more than the string tokenizer is required to process the
    dependency descriptor.
  
  Revision  Changes    Path
  1.2       +1 -1      jakarta-alexandria/proposal/maven/src/templates/dd/deps.vm
  
  Index: deps.vm
  ===================================================================
  RCS file: /home/cvs/jakarta-alexandria/proposal/maven/src/templates/dd/deps.vm,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- deps.vm   2001/09/02 18:08:45     1.1
  +++ deps.vm   2001/09/02 19:43:43     1.2
  @@ -1,5 +1,5 @@
   #foreach ($project in $module.projects)
   #foreach ($dep in $project.dependencies)
  -$dep
  +$dep.project,$dep.version
   #end
   #end
  
  
  

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

Reply via email to