You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by bw...@apache.org on 2003/02/01 01:37:54 UTC

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

bwalding    2003/01/31 16:37:54

  Modified:    src/plugins-build/file-activity plugin.jelly
  Log:
  MAVEN-237: Fix property test to check correct property
  
  Revision  Changes    Path
  1.5       +1 -1      jakarta-turbine-maven/src/plugins-build/file-activity/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/file-activity/plugin.jelly,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- plugin.jelly	31 Jan 2003 18:25:27 -0000	1.4
  +++ plugin.jelly	1 Feb 2003 00:37:54 -0000	1.5
  @@ -53,7 +53,7 @@
               <j:set var="changelogPresent" value="true"/>
             </util:available>
             
  -          <j:if test="${changlogPresent != 'true'}">
  +          <j:if test="${changelogPresent != 'true'}">
               <changelog:changelog
                 basedir="${basedir}"
                 developers="${pom.developers}"