dion        2003/07/21 15:22:23

  Modified:    src/plugins-build/license plugin.jelly
  Log:
  Fix typo
  
  Revision  Changes    Path
  1.14      +2 -2      maven/src/plugins-build/license/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/license/plugin.jelly,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- plugin.jelly      1 Jul 2003 13:53:42 -0000       1.13
  +++ plugin.jelly      21 Jul 2003 22:22:23 -0000      1.14
  @@ -28,7 +28,7 @@
          <util:replace var="forwardSlashFile" oldChar="\" newChar="/" trim="yes">
            <license:fileName />
          </util:replace>
  -       <!-- change bsaedir to have forward slashes too -->
  +       <!-- change basedir to have forward slashes too -->
          <util:replace var="forwardSlashBaseDir" value="${basedir}"
            oldChar="\" newChar="/" />
          <j:if test="${!forwardSlashBaseDir.endsWith('/')}">
  @@ -51,7 +51,7 @@
         <j:set var="licensePresent" value="true"/>
       </util:available>
       
  -    <j:if test="${licensePresent != 'true'}">
  +    <j:if test="${licensePresent == 'true'}">
         <doc:registerReport 
           name="Project License" 
           pluginName="maven-license-plugin"
  
  
  

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

Reply via email to