dion        2003/07/29 00:22:30

  Modified:    src/plugins-build/shell plugin.jelly
  Log:
  Fix bad expression causing plugin load failure
  
  Revision  Changes    Path
  1.4       +1 -1      maven/src/plugins-build/shell/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/shell/plugin.jelly,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- plugin.jelly      17 Jun 2003 19:52:07 -0000      1.3
  +++ plugin.jelly      29 Jul 2003 07:22:30 -0000      1.4
  @@ -61,7 +61,7 @@
   
   
         <j:choose>
  -        <j:when test="${maven.shell.zdh.nodesc = 'true'}">
  +        <j:when test="${maven.shell.zdh.nodesc == 'true'}">
              <j:set var="desc" value="${mavenSession.getGoalDescription(goal)}"/>
              <j:set var="escdesc" value='${desc.replaceAll(":","\\:")}'/>
              <j:set var="point" value="'"/>
  
  
  

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

Reply via email to