You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by di...@apache.org on 2003/02/23 18:59:27 UTC

cvs commit: jakarta-turbine-maven/src/plugins-build/gump plugin.jelly

dion        2003/02/23 09:59:27

  Modified:    src/plugins-build/gump plugin.jelly
  Log:
  Applied patch from Adam Murdoch on 2002-02-18
  
  Revision  Changes    Path
  1.2       +2 -2      jakarta-turbine-maven/src/plugins-build/gump/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/gump/plugin.jelly,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- plugin.jelly	24 Jan 2003 03:45:13 -0000	1.1
  +++ plugin.jelly	23 Feb 2003 17:59:27 -0000	1.2
  @@ -68,8 +68,8 @@
          dependency, use that for the project in the depend tag
          otherwise just use the project id
         -->
  -    <j:forEach var="projectId" items="${pom.dependentProjectIds}">
  -      <j:set var="gumpDepName"><gump:name project="${projectId}" /></j:set>
  +    <j:forEach var="dependency" items="${pom.dependencies}">
  +      <j:set var="gumpDepName"><gump:name project="${dependency.groupId}" /></j:set>
         <j:set var="dummy">${dependentProjects.add(gumpDepName)}</j:set>
       </j:forEach>