jdillon     2003/08/23 23:16:30

  Modified:    .        maven.xml
  Log:
   o Nuke tabs
  
  Revision  Changes    Path
  1.21      +16 -16    incubator-geronimo/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/maven.xml,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- maven.xml 22 Aug 2003 11:20:43 -0000      1.20
  +++ maven.xml 24 Aug 2003 06:16:30 -0000      1.21
  @@ -163,10 +163,10 @@
     </preGoal>
     
     <goal name="modules:copy-site" prereqs="modules:site"
  -     description="Copy the generated websites of all the modules into the 
root project">
  -     
  -     <!-- a dummy scope tag to change XML namespace to ant -->
  -     <j:scope xmlns="jelly:ant">
  +    description="Copy the generated websites of all the modules into the 
root project">
  +    
  +    <!-- a dummy scope tag to change XML namespace to ant -->
  +    <j:scope xmlns="jelly:ant">
         
         <fileScanner var="scanner">
           <fileset dir="${basedir}"
  @@ -183,28 +183,28 @@
           <mkdir dir="${outDir}"/>
           <copy todir="${outDir}">
             <fileset dir="${basedir}/${type}/${name}/target/docs"/>
  -         </copy>
  +        </copy>
         </j:forEach>
         
       </j:scope>
     </goal>
     
     <goal name="site:tocvs" prereqs=""
  -     description="Creates the entire website and copies it to the local CVS 
repository so that it can be checked in to update the Incubator site">
  -     
  -     <!-- a dummy scope tag to change XML namespace to ant -->
  -     <j:scope xmlns="jelly:ant">
  +    description="Creates the entire website and copies it to the local CVS 
repository so that it can be checked in to update the Incubator site">
  +    
  +    <!-- a dummy scope tag to change XML namespace to ant -->
  +    <j:scope xmlns="jelly:ant">
       
  -       <j:if test="${empty(geronimo.cvs.docdir)}">
  -         <j:set var="geronimo.cvs.docdir" 
value="../incubator-site/build/site/projects/geronimo"/>
  -       </j:if>
  +      <j:if test="${empty(geronimo.cvs.docdir)}">
  +        <j:set var="geronimo.cvs.docdir" 
value="../incubator-site/build/site/projects/geronimo"/>
  +      </j:if>
         
         <mkdir dir="${geronimo.cvs.docdir}"/>
         <copy todir="${geronimo.cvs.docdir}">
           <fileset dir="${basedir}/target/docs"/>
  -       </copy>
  +      </copy>
         
  -     </j:scope>
  +    </j:scope>
     </goal>
     
     
  
  
  

Reply via email to