cvs commit: maven/src/plugins-build/shell plugin.jelly

2003-07-29 Thread dion
dion2003/07/29 00:22:30

  Modified:src/plugins-build/shell plugin.jelly
  Log:
  Fix bad expression causing plugin load failure
  
  Revision  ChangesPath
  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 -  1.3
  +++ plugin.jelly  29 Jul 2003 07:22:30 -  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]



cvs commit: maven/src/plugins-build/shell plugin.jelly

2003-06-17 Thread vmassol
vmassol 2003/06/17 12:52:07

  Modified:src/plugins-build/shell plugin.jelly
  Log:
  Removed inappropriate comment. I've not replaced the comment as I'm not sure what 
this plugin does exactly...
  
  Revision  ChangesPath
  1.3   +0 -3  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.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- plugin.jelly  30 Mar 2003 16:17:20 -  1.2
  +++ plugin.jelly  17 Jun 2003 19:52:07 -  1.3
  @@ -3,9 +3,6 @@
   project xmlns:j=jelly:core
 xmlns:test=test
   
  -  !--==--
  -  !-- Generate Eclipse .project and .classpath files   --
  -  !--==--
 goal name=shell
   description=Generate Zsh files
   /
  
  
  

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