You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2005/01/17 23:00:31 UTC

cvs commit: jakarta-tomcat-site build.xml

markt       2005/01/17 14:00:31

  Modified:    .        build.xml
  Log:
  Tweak build to skip build.xml in faq dir.
  
  Revision  Changes    Path
  1.4       +2 -2      jakarta-tomcat-site/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-site/build.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- build.xml	3 Jan 2005 20:15:34 -0000	1.3
  +++ build.xml	17 Jan 2005 22:00:31 -0000	1.4
  @@ -34,7 +34,7 @@
                   destdir="${faq.dest}"
                   extension=".html"
                   style="${faq.src}/tomcat-faq.xsl"
  -                excludes="project.xml"
  +                excludes="project.xml,build.xml"
                   includes="*.xml">
               <param name="relative-path" expression=".."/>
           </style>
  @@ -43,7 +43,7 @@
                   destdir="${faq.dest}/printer"
                   extension=".html"
                   style="${faq.src}/tomcat-faq.xsl"
  -                excludes="project.xml"
  +                excludes="project.xml,build.xml"
                   includes="*.xml">
               <param name="relative-path" expression="../.."/>
               <param name="project-menu" expression="nomenu"/>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org