You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by gd...@apache.org on 2003/12/10 13:53:41 UTC

cvs commit: incubator-geronimo maven.xml

gdamour     2003/12/10 04:53:41

  Modified:    .        maven.xml
  Log:
  Geronimo-126 submitted by Jacek Laskowski.
  
  Typographic fix.
  
  Revision  Changes    Path
  1.47      +3 -3      incubator-geronimo/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/maven.xml,v
  retrieving revision 1.46
  retrieving revision 1.47
  diff -u -r1.46 -r1.47
  --- maven.xml	25 Nov 2003 04:17:04 -0000	1.46
  +++ maven.xml	10 Dec 2003 12:53:41 -0000	1.47
  @@ -41,7 +41,7 @@
           </j:if>
   
           <j:if test="${context.getVariable('modules') == null}">
  -            <!-- The default it to build everything -->
  +            <!-- The default is to build everything -->
               <j:set var="modules" value="*"/>
           </j:if>
   
  @@ -93,7 +93,7 @@
           <j:forEach var="file" items="${scanner.iterator()}">
               <!--
                  | Would be nice if reactor would take a file set, but for now just remove
  -               | the baseddir portion of the file's name.  So this will essential strip off
  +               | the baseddir portion of the file's name.  So this will essentially strip off
                  | ${basedir}
                -->
               <j:set var="filename"