jvanzyl     02/04/17 19:01:19

  Modified:    src/templates/reactor build.vm
  Log:
  Fixing <antcall/>. missing the ending />
  
  Revision  Changes    Path
  1.6       +1 -1      jakarta-turbine-maven/src/templates/reactor/build.vm
  
  Index: build.vm
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/templates/reactor/build.vm,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- build.vm  17 Apr 2002 21:17:30 -0000      1.5
  +++ build.vm  18 Apr 2002 02:01:19 -0000      1.6
  @@ -41,7 +41,7 @@
     
   ##if ($project.isAvailableAsSource())
   #foreach ($project in $workspace.profile.projects)
  -  <antcall target="build-$project.name">
  +  <antcall target="build-$project.name"/>
   #end
   ##end
   </target>
  
  
  


Reply via email to