Browse Source

add reference to stylesheet for rest of files (except a few that contain non-ascii characters)

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277827 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Reilly 20 years ago
parent
commit
4d0a437116
31 changed files with 48 additions and 17 deletions
  1. +3
    -2
      docs/manual/Integration/Antidote.html
  2. +3
    -2
      docs/manual/Integration/jext-plugin.html
  3. +2
    -1
      docs/manual/antexternal.html
  4. +1
    -0
      docs/manual/anttaskslist.html
  5. +1
    -0
      docs/manual/api/index.html
  6. +1
    -0
      docs/manual/api/packages.html
  7. +2
    -1
      docs/manual/base_task_classes.html
  8. +1
    -0
      docs/manual/clonevm.html
  9. +1
    -0
      docs/manual/conceptstypeslist.html
  10. +1
    -0
      docs/manual/coretasklist.html
  11. +2
    -1
      docs/manual/cover.html
  12. +2
    -1
      docs/manual/develop.html
  13. +1
    -0
      docs/manual/developlist.html
  14. +2
    -1
      docs/manual/dirtasks.html
  15. +2
    -1
      docs/manual/feedback.html
  16. +2
    -1
      docs/manual/ide.html
  17. +1
    -0
      docs/manual/index.html
  18. +2
    -1
      docs/manual/inputhandler.html
  19. +1
    -0
      docs/manual/install.html
  20. +1
    -0
      docs/manual/installlist.html
  21. +2
    -1
      docs/manual/intro.html
  22. +2
    -1
      docs/manual/listeners.html
  23. +1
    -0
      docs/manual/optionaltasklist.html
  24. +2
    -1
      docs/manual/platform.html
  25. +1
    -0
      docs/manual/running.html
  26. +1
    -0
      docs/manual/runninglist.html
  27. +1
    -0
      docs/manual/sysclasspath.html
  28. +3
    -2
      docs/manual/tasksoverview.html
  29. +1
    -0
      docs/manual/toc.html
  30. +1
    -0
      docs/manual/using.html
  31. +1
    -0
      docs/manual/usinglist.html

+ 3
- 2
docs/manual/Integration/Antidote.html View File

@@ -1,7 +1,8 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "strict.dtd"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "strict.dtd">
<HTML> <HTML>
<HEAD> <HEAD>
<TITLE>About Antidote</TITLE>
<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
<title>About Antidote</TITLE>
</HEAD> </HEAD>


<BODY> <BODY>
@@ -91,7 +92,7 @@


<HR> <HR>
<P ALIGN="center">Copyright &copy; 2001,2003 Apache Software Foundation. All
<P ALIGN="center">Copyright &copy; 2001,2003,2005 Apache Software Foundation. All
rights Reserved.</P> rights Reserved.</P>


</BODY> </BODY>


+ 3
- 2
docs/manual/Integration/jext-plugin.html View File

@@ -3,7 +3,8 @@
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<title>Apache AntWork Plugin for the Jext - Java Text Editor</title>
<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
<title>Apache AntWork Plugin for the Jext - Java Text Editor</title>
</head> </head>
<body> <body>


@@ -37,6 +38,6 @@ Jext. With a double-click on the error-message you jump to the error
in the specified java text file.</p> in the specified java text file.</p>


<hr> <hr>
<p align="center">Copyright &copy; 2001-2002,2004 The Apache Software Foundation. All rights
<p align="center">Copyright &copy; 2001-2002,2004-2005 The Apache Software Foundation. All rights
Reserved.</p> Reserved.</p>
</body></html> </body></html>

+ 2
- 1
docs/manual/antexternal.html View File

@@ -2,6 +2,7 @@
<html> <html>
<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<link rel="stylesheet" type="text/css" href="stylesheets/style.css"/>
<title>InputHandler</title> <title>InputHandler</title>
</head> </head>


@@ -140,6 +141,6 @@ read the source code. The above example is merely designed to whet
your appetite and get you started. Go for it!</p> your appetite and get you started. Go for it!</p>


<hr> <hr>
<p align="center">Copyright &copy; 2002-2004 The Apache Software Foundation. All rights
<p align="center">Copyright &copy; 2002-2005 The Apache Software Foundation. All rights
Reserved.</p> Reserved.</p>
</html> </html>

+ 1
- 0
docs/manual/anttaskslist.html View File

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


<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<link rel="stylesheet" type="text/css" href="stylesheets/style.css"/>
<title>Apache Ant User Manual</title> <title>Apache Ant User Manual</title>
<base target="mainFrame"> <base target="mainFrame">
</head> </head>


+ 1
- 0
docs/manual/api/index.html View File

@@ -1,6 +1,7 @@
<html> <html>
<head> <head>
<meta http-equiv="refresh" content="1; URL=packages.html"> <meta http-equiv="refresh" content="1; URL=packages.html">
<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
<title>Apache Ant API</title> <title>Apache Ant API</title>
</head> </head>
<body> <body>


+ 1
- 0
docs/manual/api/packages.html View File

@@ -1,5 +1,6 @@
<html> <html>
<head> <head>
<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
<title>Apache Ant API</title> <title>Apache Ant API</title>
</head> </head>
<body> <body>


+ 2
- 1
docs/manual/base_task_classes.html View File

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


<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<link rel="stylesheet" type="text/css" href="stylesheets/style.css"/>
<title>Tasks Desinged for Extension</title> <title>Tasks Desinged for Extension</title>
</head> </head>


@@ -92,7 +93,7 @@ Abstract Base class for tasks that may have multiple actions.
</table> </table>


<hr> <hr>
<p align="center">Copyright &copy; 2001-2004 The Apache Software Foundation. All rights
<p align="center">Copyright &copy; 2001-2005 The Apache Software Foundation. All rights
Reserved.</p> Reserved.</p>


</body> </body>


+ 1
- 0
docs/manual/clonevm.html View File

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


<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<link rel="stylesheet" type="text/css" href="stylesheets/style.css"/>
<title>ant.build.clonevm</title> <title>ant.build.clonevm</title>
</head> </head>




+ 1
- 0
docs/manual/conceptstypeslist.html View File

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


<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<link rel="stylesheet" type="text/css" href="stylesheets/style.css"/>
<title>Apache Ant User Manual</title> <title>Apache Ant User Manual</title>
<base target="mainFrame"> <base target="mainFrame">
</head> </head>


+ 1
- 0
docs/manual/coretasklist.html View File

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


<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<link rel="stylesheet" type="text/css" href="stylesheets/style.css"/>
<title>Apache Ant User Manual</title> <title>Apache Ant User Manual</title>
<base target="mainFrame"> <base target="mainFrame">
</head> </head>


+ 2
- 1
docs/manual/cover.html View File

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


<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<link rel="stylesheet" type="text/css" href="stylesheets/style.css"/>
<title>Apache Ant 1.7 User Manual</title> <title>Apache Ant 1.7 User Manual</title>
</head> </head>


@@ -20,7 +21,7 @@
<p>&nbsp;</p> <p>&nbsp;</p>
</div> </div>
<hr> <hr>
<p align="center">Copyright &copy; 2000-2004 The Apache Software Foundation. All rights
<p align="center">Copyright &copy; 2000-2005 The Apache Software Foundation. All rights
Reserved.</p> Reserved.</p>


</body> </body>


+ 2
- 1
docs/manual/develop.html View File

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


<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<link rel="stylesheet" type="text/css" href="stylesheets/style.css"/>
<title>Writing Your Own Task</title> <title>Writing Your Own Task</title>
</head> </head>


@@ -487,7 +488,7 @@ which provides some advice to people developing and testing tasks. Even if you i
keep your tasks to yourself, you should still read this as it should be informative. keep your tasks to yourself, you should still read this as it should be informative.


<hr> <hr>
<p align="center">Copyright &copy; 2000-2004 The Apache Software Foundation. All rights
<p align="center">Copyright &copy; 2000-2005 The Apache Software Foundation. All rights
Reserved.</p> Reserved.</p>


</body> </body>


+ 1
- 0
docs/manual/developlist.html View File

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


<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<link rel="stylesheet" type="text/css" href="stylesheets/style.css"/>
<title>Apache Ant User Manual</title> <title>Apache Ant User Manual</title>
<base target="mainFrame"> <base target="mainFrame">
</head> </head>


+ 2
- 1
docs/manual/dirtasks.html View File

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


<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<link rel="stylesheet" type="text/css" href="stylesheets/style.css"/>
<title>Directory-based Tasks</title> <title>Directory-based Tasks</title>
</head> </head>


@@ -279,7 +280,7 @@ default excludes by using the <a
href="CoreTasks/defaultexcludes.html">defaultexcludes</a> task.</p> href="CoreTasks/defaultexcludes.html">defaultexcludes</a> task.</p>


<hr> <hr>
<p align="center">Copyright &copy; 2000-2004 The Apache Software Foundation. All
<p align="center">Copyright &copy; 2000-2005 The Apache Software Foundation. All
rights Reserved.</p> rights Reserved.</p>


</body> </body>


+ 2
- 1
docs/manual/feedback.html View File

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


<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<link rel="stylesheet" type="text/css" href="stylesheets/style.css"/>
<title>Apache Ant User Manual - Feedback</title> <title>Apache Ant User Manual - Feedback</title>
</head> </head>


@@ -52,7 +53,7 @@ href="http://marc.theaimsgroup.com" target="_top">http://marc.theaimsgroup.com</
you know of any additional archive sites, please report them to the you know of any additional archive sites, please report them to the
lists.</p> lists.</p>
<hr> <hr>
<p align="center">Copyright &copy; 2000-2004 The Apache Software Foundation. All rights
<p align="center">Copyright &copy; 2000-2005 The Apache Software Foundation. All rights
Reserved.</p> Reserved.</p>


</body> </body>


+ 2
- 1
docs/manual/ide.html View File

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


<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<link rel="stylesheet" type="text/css" href="stylesheets/style.css"/>
<title>IDE Integration</title> <title>IDE Integration</title>
<base target="mainFrame"> <base target="mainFrame">
</head> </head>
@@ -88,7 +89,7 @@ All the modern Java IDEs support Ant almost out of the box.
</ul> </ul>


<hr> <hr>
<p align="center">Copyright &copy; 2001-2004 The Apache Software Foundation. All rights
<p align="center">Copyright &copy; 2001-2005 The Apache Software Foundation. All rights
Reserved.</p> Reserved.</p>


</body> </body>


+ 1
- 0
docs/manual/index.html View File

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


<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<link rel="stylesheet" type="text/css" href="stylesheets/style.css"/>
<title>Apache Ant User Manual</title> <title>Apache Ant User Manual</title>
</head> </head>




+ 2
- 1
docs/manual/inputhandler.html View File

@@ -2,6 +2,7 @@
<html> <html>
<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<link rel="stylesheet" type="text/css" href="stylesheets/style.css"/>
<title>InputHandler</title> <title>InputHandler</title>
</head> </head>


@@ -84,6 +85,6 @@ should be used if the user input must be part of a predefined set of
choices.</p> choices.</p>


<hr> <hr>
<p align="center">Copyright &copy; 2002,2004 The Apache Software Foundation. All rights
<p align="center">Copyright &copy; 2002,2004-2005 The Apache Software Foundation. All rights
Reserved.</p> Reserved.</p>
</html> </html>

+ 1
- 0
docs/manual/install.html View File

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


<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<link rel="stylesheet" type="text/css" href="stylesheets/style.css"/>
<title>Installing Ant</title> <title>Installing Ant</title>
</head> </head>




+ 1
- 0
docs/manual/installlist.html View File

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


<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<link rel="stylesheet" type="text/css" href="stylesheets/style.css"/>
<title>Apache Ant User Manual</title> <title>Apache Ant User Manual</title>
<base target="mainFrame"> <base target="mainFrame">
</head> </head>


+ 2
- 1
docs/manual/intro.html View File

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


<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<link rel="stylesheet" type="text/css" href="stylesheets/style.css"/>
<title>Apache Ant User Manual - Introduction</title> <title>Apache Ant User Manual - Introduction</title>
</head> </head>


@@ -46,7 +47,7 @@ allows different commands to be executed based on the OS it is executing
on.</p> on.</p>


<hr> <hr>
<p align="center">Copyright &copy; 2000-2002,2004 The Apache Software Foundation. All rights
<p align="center">Copyright &copy; 2000-2002,2004-2005 The Apache Software Foundation. All rights
Reserved.</p> Reserved.</p>


</body> </body>


+ 2
- 1
docs/manual/listeners.html View File

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


<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<link rel="stylesheet" type="text/css" href="stylesheets/style.css"/>
<title>Listeners &amp; Loggers</title> <title>Listeners &amp; Loggers</title>
</head> </head>


@@ -338,7 +339,7 @@ developers.</p>
</ul> </ul>


<hr> <hr>
<p align="center">Copyright &copy; 2000-2004 The Apache Software Foundation. All rights
<p align="center">Copyright &copy; 2000-2005 The Apache Software Foundation. All rights
Reserved.</p> Reserved.</p>


</body> </body>


+ 1
- 0
docs/manual/optionaltasklist.html View File

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


<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<link rel="stylesheet" type="text/css" href="stylesheets/style.css"/>
<title>Apache Ant User Manual</title> <title>Apache Ant User Manual</title>
<base target="mainFrame"> <base target="mainFrame">
</head> </head>


+ 2
- 1
docs/manual/platform.html View File

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


<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<link rel="stylesheet" type="text/css" href="stylesheets/style.css"/>
<title>Platform Issues</title> <title>Platform Issues</title>
</head> </head>


@@ -151,6 +152,6 @@ techniques to hide platform details from build files need to be written and
tested on every particular platform. Contributions in this area are welcome. tested on every particular platform. Contributions in this area are welcome.


<hr> <hr>
<p align="center">Copyright &copy; 2002-2004 The Apache Software Foundation. All rights
<p align="center">Copyright &copy; 2002-2005 The Apache Software Foundation. All rights
Reserved.</p> Reserved.</p>
</html> </html>

+ 1
- 0
docs/manual/running.html View File

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


<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<link rel="stylesheet" type="text/css" href="stylesheets/style.css"/>
<title>Running Apache Ant</title> <title>Running Apache Ant</title>
</head> </head>




+ 1
- 0
docs/manual/runninglist.html View File

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


<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<link rel="stylesheet" type="text/css" href="stylesheets/style.css"/>
<title>Apache Ant User Manual</title> <title>Apache Ant User Manual</title>
<base target="mainFrame"> <base target="mainFrame">
</head> </head>


+ 1
- 0
docs/manual/sysclasspath.html View File

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


<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<link rel="stylesheet" type="text/css" href="stylesheets/style.css"/>
<title>build.sysclasspath</title> <title>build.sysclasspath</title>
</head> </head>




+ 3
- 2
docs/manual/tasksoverview.html View File

@@ -1,7 +1,8 @@
<html> <html>
<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<title>Overview of Ant Tasks</title>
<link rel="stylesheet" type="text/css" href="stylesheets/style.css"/>
<title>Overview of Ant Tasks</title>
<base target="mainFrame"> <base target="mainFrame">
</head> </head>


@@ -1270,7 +1271,7 @@ documentation.</p>




<hr> <hr>
<p align="center">Copyright &copy; 2001-2004 The Apache Software Foundation.
<p align="center">Copyright &copy; 2001-2005 The Apache Software Foundation.
All rights Reserved.</p> All rights Reserved.</p>


</body> </body>


+ 1
- 0
docs/manual/toc.html View File

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


<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<link rel="stylesheet" type="text/css" href="stylesheets/style.css"/>
<title>Apache Ant User Manual</title> <title>Apache Ant User Manual</title>
<base target="mainFrame"> <base target="mainFrame">
</head> </head>


+ 1
- 0
docs/manual/using.html View File

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


<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<link rel="stylesheet" type="text/css" href="stylesheets/style.css"/>
<title>Writing a Simple Buildfile</title> <title>Writing a Simple Buildfile</title>
</head> </head>




+ 1
- 0
docs/manual/usinglist.html View File

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


<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<link rel="stylesheet" type="text/css" href="stylesheets/style.css"/>
<title>Apache Ant User Manual</title> <title>Apache Ant User Manual</title>
<base target="mainFrame"> <base target="mainFrame">
</head> </head>


Loading…
Cancel
Save