Browse Source

Fix HTML title to be more useful for indexing.

PR: 5020
Reported By: jesse.glick@netbeans.com (Jesse Glick)


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271131 13f79535-47bb-0310-9956-ffa450edef68
master
Stephane Bailliez 23 years ago
parent
commit
e967d77e02
62 changed files with 62 additions and 62 deletions
  1. +1
    -1
      docs/manual/CoreTasks/ant.html
  2. +1
    -1
      docs/manual/CoreTasks/antcall.html
  3. +1
    -1
      docs/manual/CoreTasks/antstructure.html
  4. +1
    -1
      docs/manual/CoreTasks/apply.html
  5. +1
    -1
      docs/manual/CoreTasks/available.html
  6. +1
    -1
      docs/manual/CoreTasks/checksum.html
  7. +1
    -1
      docs/manual/CoreTasks/chmod.html
  8. +1
    -1
      docs/manual/CoreTasks/common.html
  9. +1
    -1
      docs/manual/CoreTasks/condition.html
  10. +1
    -1
      docs/manual/CoreTasks/conditions.html
  11. +1
    -1
      docs/manual/CoreTasks/copydir.html
  12. +1
    -1
      docs/manual/CoreTasks/copyfile.html
  13. +1
    -1
      docs/manual/CoreTasks/cvs.html
  14. +1
    -1
      docs/manual/CoreTasks/cvspass.html
  15. +1
    -1
      docs/manual/CoreTasks/delete.html
  16. +1
    -1
      docs/manual/CoreTasks/deltree.html
  17. +1
    -1
      docs/manual/CoreTasks/dependset.html
  18. +1
    -1
      docs/manual/CoreTasks/ear.html
  19. +1
    -1
      docs/manual/CoreTasks/echo.html
  20. +1
    -1
      docs/manual/CoreTasks/exec.html
  21. +1
    -1
      docs/manual/CoreTasks/fail.html
  22. +1
    -1
      docs/manual/CoreTasks/filter.html
  23. +1
    -1
      docs/manual/CoreTasks/fixcrlf.html
  24. +1
    -1
      docs/manual/CoreTasks/genkey.html
  25. +1
    -1
      docs/manual/CoreTasks/get.html
  26. +1
    -1
      docs/manual/CoreTasks/gunzip.html
  27. +1
    -1
      docs/manual/CoreTasks/gzip.html
  28. +1
    -1
      docs/manual/CoreTasks/input.html
  29. +1
    -1
      docs/manual/CoreTasks/jar.html
  30. +1
    -1
      docs/manual/CoreTasks/java.html
  31. +1
    -1
      docs/manual/CoreTasks/javac.html
  32. +1
    -1
      docs/manual/CoreTasks/javadoc.html
  33. +1
    -1
      docs/manual/CoreTasks/loadfile.html
  34. +1
    -1
      docs/manual/CoreTasks/mail.html
  35. +1
    -1
      docs/manual/CoreTasks/mkdir.html
  36. +1
    -1
      docs/manual/CoreTasks/move.html
  37. +1
    -1
      docs/manual/CoreTasks/pack.html
  38. +1
    -1
      docs/manual/CoreTasks/parallel.html
  39. +1
    -1
      docs/manual/CoreTasks/patch.html
  40. +1
    -1
      docs/manual/CoreTasks/pathconvert.html
  41. +1
    -1
      docs/manual/CoreTasks/property.html
  42. +1
    -1
      docs/manual/CoreTasks/recorder.html
  43. +1
    -1
      docs/manual/CoreTasks/rename.html
  44. +1
    -1
      docs/manual/CoreTasks/replace.html
  45. +1
    -1
      docs/manual/CoreTasks/rmic.html
  46. +1
    -1
      docs/manual/CoreTasks/sequential.html
  47. +1
    -1
      docs/manual/CoreTasks/signjar.html
  48. +1
    -1
      docs/manual/CoreTasks/sleep.html
  49. +1
    -1
      docs/manual/CoreTasks/sql.html
  50. +1
    -1
      docs/manual/CoreTasks/style.html
  51. +1
    -1
      docs/manual/CoreTasks/tar.html
  52. +1
    -1
      docs/manual/CoreTasks/taskdef.html
  53. +1
    -1
      docs/manual/CoreTasks/touch.html
  54. +1
    -1
      docs/manual/CoreTasks/tstamp.html
  55. +1
    -1
      docs/manual/CoreTasks/typedef.html
  56. +1
    -1
      docs/manual/CoreTasks/unpack.html
  57. +1
    -1
      docs/manual/CoreTasks/untar.html
  58. +1
    -1
      docs/manual/CoreTasks/unzip.html
  59. +1
    -1
      docs/manual/CoreTasks/uptodate.html
  60. +1
    -1
      docs/manual/CoreTasks/waitfor.html
  61. +1
    -1
      docs/manual/CoreTasks/war.html
  62. +1
    -1
      docs/manual/CoreTasks/zip.html

+ 1
- 1
docs/manual/CoreTasks/ant.html View File

@@ -2,7 +2,7 @@


<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<title>Apache Ant User Manual</title>
<title>Ant Task</title>
</head> </head>


<body> <body>


+ 1
- 1
docs/manual/CoreTasks/antcall.html View File

@@ -2,7 +2,7 @@


<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<title>Apache Ant User Manual</title>
<title>AntCall Task</title>
</head> </head>


<body> <body>


+ 1
- 1
docs/manual/CoreTasks/antstructure.html View File

@@ -2,7 +2,7 @@


<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<title>Apache Ant User Manual</title>
<title>AntStructure Task</title>
</head> </head>


<body> <body>


+ 1
- 1
docs/manual/CoreTasks/apply.html View File

@@ -2,7 +2,7 @@


<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<title>Apache Ant User Manual</title>
<title>Apply Task</title>
</head> </head>


<body> <body>


+ 1
- 1
docs/manual/CoreTasks/available.html View File

@@ -2,7 +2,7 @@


<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<title>Apache Ant User Manual</title>
<title>Available Task</title>
</head> </head>


<body> <body>


+ 1
- 1
docs/manual/CoreTasks/checksum.html View File

@@ -2,7 +2,7 @@


<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<title>Apache Ant User Manual</title>
<title>Checksum Task</title>
</head> </head>


<body> <body>


+ 1
- 1
docs/manual/CoreTasks/chmod.html View File

@@ -2,7 +2,7 @@


<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<title>Apache Ant User Manual</title>
<title>Chmod Task</title>
</head> </head>


<body> <body>


+ 1
- 1
docs/manual/CoreTasks/common.html View File

@@ -2,7 +2,7 @@


<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<title>Apache Ant User Manual</title>
<title>Common</title>
</head> </head>


<body> <body>


+ 1
- 1
docs/manual/CoreTasks/condition.html View File

@@ -2,7 +2,7 @@


<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<title>Apache Ant User Manual</title>
<title>Condition Task</title>
</head> </head>


<body> <body>


+ 1
- 1
docs/manual/CoreTasks/conditions.html View File

@@ -2,7 +2,7 @@


<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<title>Apache Ant User Manual</title>
<title>Conditions Task</title>
</head> </head>


<body> <body>


+ 1
- 1
docs/manual/CoreTasks/copydir.html View File

@@ -2,7 +2,7 @@


<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<title>Apache Ant User Manual</title>
<title>Copydir Task</title>
</head> </head>


<body> <body>


+ 1
- 1
docs/manual/CoreTasks/copyfile.html View File

@@ -2,7 +2,7 @@


<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<title>Apache Ant User Manual</title>
<title>Copyfile Task</title>
</head> </head>


<body> <body>


+ 1
- 1
docs/manual/CoreTasks/cvs.html View File

@@ -2,7 +2,7 @@


<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<title>Apache Ant User Manual</title>
<title>CVS Task</title>
</head> </head>


<body> <body>


+ 1
- 1
docs/manual/CoreTasks/cvspass.html View File

@@ -2,7 +2,7 @@


<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<title>Apache Ant User Manual</title>
<title>CVSPass Task</title>
</head> </head>


<body> <body>


+ 1
- 1
docs/manual/CoreTasks/delete.html View File

@@ -2,7 +2,7 @@


<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<title>Apache Ant User Manual</title>
<title>Delete Task</title>
</head> </head>


<body> <body>


+ 1
- 1
docs/manual/CoreTasks/deltree.html View File

@@ -2,7 +2,7 @@


<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<title>Apache Ant User Manual</title>
<title>Deltree Task</title>
</head> </head>


<body> <body>


+ 1
- 1
docs/manual/CoreTasks/dependset.html View File

@@ -2,7 +2,7 @@


<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<title>Apache Ant User Manual</title>
<title>DependSet Task</title>
</head> </head>


<body> <body>


+ 1
- 1
docs/manual/CoreTasks/ear.html View File

@@ -2,7 +2,7 @@


<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<title>Apache Ant User Manual</title>
<title>EAR Task</title>
</head> </head>


<body> <body>


+ 1
- 1
docs/manual/CoreTasks/echo.html View File

@@ -2,7 +2,7 @@


<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<title>Apache Ant User Manual</title>
<title>Echo Task</title>
</head> </head>


<body> <body>


+ 1
- 1
docs/manual/CoreTasks/exec.html View File

@@ -2,7 +2,7 @@


<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<title>Apache Ant User Manual</title>
<title>Exec Task</title>
</head> </head>


<body> <body>


+ 1
- 1
docs/manual/CoreTasks/fail.html View File

@@ -2,7 +2,7 @@


<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<title>Apache Ant User Manual</title>
<title>Fail Task</title>
</head> </head>


<body> <body>


+ 1
- 1
docs/manual/CoreTasks/filter.html View File

@@ -2,7 +2,7 @@


<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<title>Apache Ant User Manual</title>
<title>Filter Task</title>
</head> </head>


<body> <body>


+ 1
- 1
docs/manual/CoreTasks/fixcrlf.html View File

@@ -2,7 +2,7 @@


<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<title>Apache Ant User Manual</title>
<title>FixCRLF Task</title>
</head> </head>


<body> <body>


+ 1
- 1
docs/manual/CoreTasks/genkey.html View File

@@ -2,7 +2,7 @@


<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<title>GenKey</title>
<title>GenKey Task</title>
</head> </head>


<body> <body>


+ 1
- 1
docs/manual/CoreTasks/get.html View File

@@ -2,7 +2,7 @@


<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<title>Get</title>
<title>Get Task</title>
</head> </head>


<body> <body>


+ 1
- 1
docs/manual/CoreTasks/gunzip.html View File

@@ -2,7 +2,7 @@


<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<title>Apache Ant User Manual</title>
<title>GUnZip Task</title>
</head> </head>


<body> <body>


+ 1
- 1
docs/manual/CoreTasks/gzip.html View File

@@ -2,7 +2,7 @@


<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<title>Apache Ant User Manual</title>
<title>GZip Task</title>
</head> </head>


<body> <body>


+ 1
- 1
docs/manual/CoreTasks/input.html View File

@@ -2,7 +2,7 @@


<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<title>Ant User Manual</title>
<title>Input Task</title>
</head> </head>


<body> <body>


+ 1
- 1
docs/manual/CoreTasks/jar.html View File

@@ -2,7 +2,7 @@


<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<title>Apache Ant User Manual</title>
<title>Jar Task</title>
</head> </head>


<body> <body>


+ 1
- 1
docs/manual/CoreTasks/java.html View File

@@ -2,7 +2,7 @@


<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<title>Apache Ant User Manual</title>
<title>Java Task</title>
</head> </head>


<body> <body>


+ 1
- 1
docs/manual/CoreTasks/javac.html View File

@@ -2,7 +2,7 @@


<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<title>Apache Ant User Manual</title>
<title>Javac Task</title>
</head> </head>


<body> <body>


+ 1
- 1
docs/manual/CoreTasks/javadoc.html View File

@@ -2,7 +2,7 @@


<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<title>Apache Ant User Manual</title>
<title>Javadoc Task</title>
</head> </head>


<body> <body>


+ 1
- 1
docs/manual/CoreTasks/loadfile.html View File

@@ -1,6 +1,6 @@
<html> <html>
<head> <head>
<title>LoadFile</title>
<title>LoadFile Task</title>
</head> </head>


<body> <body>


+ 1
- 1
docs/manual/CoreTasks/mail.html View File

@@ -2,7 +2,7 @@


<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<title>Mail</title>
<title>Mail Task</title>
</head> </head>


<body> <body>


+ 1
- 1
docs/manual/CoreTasks/mkdir.html View File

@@ -2,7 +2,7 @@


<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<title>Apache Ant User Manual</title>
<title>Mkdir Task</title>
</head> </head>


<body> <body>


+ 1
- 1
docs/manual/CoreTasks/move.html View File

@@ -2,7 +2,7 @@


<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<title>Apache Ant User Manual</title>
<title>Move Task</title>
</head> </head>


<body> <body>


+ 1
- 1
docs/manual/CoreTasks/pack.html View File

@@ -2,7 +2,7 @@


<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<title>GZip/BZip2</title>
<title>GZip/BZip2 Tasks</title>
</head> </head>


<body> <body>


+ 1
- 1
docs/manual/CoreTasks/parallel.html View File

@@ -2,7 +2,7 @@


<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<title>Apache Ant User Manual</title>
<title>Parallel Task</title>
</head> </head>


<body> <body>


+ 1
- 1
docs/manual/CoreTasks/patch.html View File

@@ -2,7 +2,7 @@


<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<title>Apache Ant User Manual</title>
<title>Patch Task</title>
</head> </head>


<body> <body>


+ 1
- 1
docs/manual/CoreTasks/pathconvert.html View File

@@ -2,7 +2,7 @@


<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<title>Apache Ant User Manual</title>
<title>PathConvert Task</title>
</head> </head>


<body> <body>


+ 1
- 1
docs/manual/CoreTasks/property.html View File

@@ -2,7 +2,7 @@


<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<title>Apache Ant User Manual</title>
<title>Property Task</title>
</head> </head>


<body> <body>


+ 1
- 1
docs/manual/CoreTasks/recorder.html View File

@@ -2,7 +2,7 @@


<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<title>Apache Ant User Manual</title>
<title>Recorder Task</title>
</head> </head>


<body> <body>


+ 1
- 1
docs/manual/CoreTasks/rename.html View File

@@ -2,7 +2,7 @@


<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<title>Apache Ant User Manual</title>
<title>Rename Task</title>
</head> </head>


<body> <body>


+ 1
- 1
docs/manual/CoreTasks/replace.html View File

@@ -2,7 +2,7 @@


<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<title>Apache Ant User Manual</title>
<title>Replace Task</title>
</head> </head>


<body> <body>


+ 1
- 1
docs/manual/CoreTasks/rmic.html View File

@@ -2,7 +2,7 @@


<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<title>Apache Ant User Manual</title>
<title>Rmic Task</title>
</head> </head>


<body> <body>


+ 1
- 1
docs/manual/CoreTasks/sequential.html View File

@@ -2,7 +2,7 @@


<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<title>Apache Ant User Manual</title>
<title>Sequential Task</title>
</head> </head>


<body> <body>


+ 1
- 1
docs/manual/CoreTasks/signjar.html View File

@@ -2,7 +2,7 @@


<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<title>SignJar</title>
<title>SignJar Task</title>
</head> </head>


<body> <body>


+ 1
- 1
docs/manual/CoreTasks/sleep.html View File

@@ -1,7 +1,7 @@
<html> <html>


<head> <head>
<title>Sleep</title>
<title>Sleep Task</title>
</head> </head>


<body> <body>


+ 1
- 1
docs/manual/CoreTasks/sql.html View File

@@ -1,7 +1,7 @@
<html> <html>
<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<title>Apache Ant User Manual</title>
<title>SQL Task</title>
</head> </head>
<body> <body>




+ 1
- 1
docs/manual/CoreTasks/style.html View File

@@ -2,7 +2,7 @@


<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<title>Apache Ant User Manual</title>
<title>Style Task</title>
</head> </head>


<body> <body>


+ 1
- 1
docs/manual/CoreTasks/tar.html View File

@@ -2,7 +2,7 @@


<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<title>Apache Ant User Manual</title>
<title>Tar Task</title>
</head> </head>


<body> <body>


+ 1
- 1
docs/manual/CoreTasks/taskdef.html View File

@@ -2,7 +2,7 @@


<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<title>Apache Ant User Manual</title>
<title>TaskDef Task</title>
</head> </head>


<body> <body>


+ 1
- 1
docs/manual/CoreTasks/touch.html View File

@@ -2,7 +2,7 @@


<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<title>Apache Ant User Manual</title>
<title>Touch Task</title>
</head> </head>


<body> <body>


+ 1
- 1
docs/manual/CoreTasks/tstamp.html View File

@@ -2,7 +2,7 @@


<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<title>Apache Ant User Manual</title>
<title>TStamp Task</title>
</head> </head>


<body> <body>


+ 1
- 1
docs/manual/CoreTasks/typedef.html View File

@@ -2,7 +2,7 @@


<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<title>Apache Ant User Manual</title>
<title>Typedef Task</title>
</head> </head>


<body> <body>


+ 1
- 1
docs/manual/CoreTasks/unpack.html View File

@@ -2,7 +2,7 @@


<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<title>Apache Ant User Manual</title>
<title>GUnzip/BUnzip2 Task</title>
</head> </head>


<body> <body>


+ 1
- 1
docs/manual/CoreTasks/untar.html View File

@@ -2,7 +2,7 @@


<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<title>Apache Ant User Manual</title>
<title>Untar Task</title>
</head> </head>


<body> <body>


+ 1
- 1
docs/manual/CoreTasks/unzip.html View File

@@ -2,7 +2,7 @@


<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<title>Apache Ant User Manual</title>
<title>Unzip Task</title>
</head> </head>


<body> <body>


+ 1
- 1
docs/manual/CoreTasks/uptodate.html View File

@@ -2,7 +2,7 @@


<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<title>Apache Ant User Manual</title>
<title>Uptodate Task</title>
</head> </head>


<body> <body>


+ 1
- 1
docs/manual/CoreTasks/waitfor.html View File

@@ -2,7 +2,7 @@


<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<title>Apache Ant User Manual</title>
<title>WaitFor Task</title>
</head> </head>


<body> <body>


+ 1
- 1
docs/manual/CoreTasks/war.html View File

@@ -2,7 +2,7 @@


<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<title>Apache Ant User Manual</title>
<title>WAR Task</title>
</head> </head>


<body> <body>


+ 1
- 1
docs/manual/CoreTasks/zip.html View File

@@ -2,7 +2,7 @@


<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<title>Apache Ant User Manual</title>
<title>AZip Task</title>
</head> </head>


<body> <body>


Loading…
Cancel
Save