remm        01/09/10 13:43:57

  Modified:    webapps/tomcat-docs build.xml
  Log:
  - Remove some Ant deprecation messages.
  - Modernize build script (now that we switched to 1.4).
  
  Revision  Changes    Path
  1.10      +3 -3      jakarta-tomcat-4.0/webapps/tomcat-docs/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/tomcat-docs/build.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- build.xml 2001/09/10 04:49:52     1.9
  +++ build.xml 2001/09/10 20:43:57     1.10
  @@ -88,7 +88,7 @@
       <style basedir="appdev"
              destdir="${webapps.build}/${webapp.name}/appdev"
            extension=".html"
  -             style="../tomcat-docs.xsl"
  +             style="tomcat-docs.xsl"
             excludes="project.xml"
             includes="*.xml">
         <param name="relative-path" expression=".."/>
  @@ -100,7 +100,7 @@
       <style basedir="funcspecs"
              destdir="${webapps.build}/${webapp.name}/catalina/funcspecs"
            extension=".html"
  -             style="../tomcat-docs.xsl"
  +             style="tomcat-docs.xsl"
             excludes="project.xml"
             includes="*.xml">
         <param name="relative-path" expression="../.."/>
  @@ -110,7 +110,7 @@
       <style basedir="config"
              destdir="${webapps.build}/${webapp.name}/config"
            extension=".html"
  -             style="../tomcat-docs.xsl"
  +             style="tomcat-docs.xsl"
             excludes="project.xml"
             includes="*.xml">
         <param name="relative-path" expression=".."/>
  
  
  

Reply via email to