You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by st...@apache.org on 2003/05/15 11:08:43 UTC

cvs commit: cocoon-2.1/src/targets webapp-build.xml

stephan     2003/05/15 02:08:43

  Modified:    src/targets webapp-build.xml
  Log:
  Forget to rename attribute.
  
  Revision  Changes    Path
  1.16      +1 -1      cocoon-2.1/src/targets/webapp-build.xml
  
  Index: webapp-build.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/targets/webapp-build.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- webapp-build.xml	14 May 2003 15:21:44 -0000	1.15
  +++ webapp-build.xml	15 May 2003 09:08:42 -0000	1.16
  @@ -97,7 +97,7 @@
       <!-- patch the welcome page to tell we have idldocs to show -->
       <xpatch file="${build.webapp}/welcome.xml"
               srcdir="${idl}" 
  -            extension="**/*.xwelcome"/>
  +            includes="**/*.xwelcome"/>
     </target>
     
     <target name="prepare-webapp-javadocs" depends="javadocs" unless="unless.exclude.webapp.javadocs">