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">
<HTML>
<HEAD>
<TITLE>About Antidote</TITLE>
<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
<title>About Antidote</TITLE>
</HEAD>

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

<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>

</BODY>


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

@@ -3,7 +3,8 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<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>
<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>

<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>
</body></html>

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

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

<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>
</html>

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

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

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


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

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


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

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


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

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

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

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

<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>

</body>


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

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

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



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

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

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


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

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

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


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

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

<head>
<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>
</head>

@@ -20,7 +21,7 @@
<p>&nbsp;</p>
</div>
<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>

</body>


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

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

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

<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>

</body>


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

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

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


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

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

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

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

<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>

</body>


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

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

<head>
<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>
</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
lists.</p>
<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>

</body>


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

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

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

<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>

</body>


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

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

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



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

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

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

<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>
</html>

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

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

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



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

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

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


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

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

<head>
<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>
</head>

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

<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>

</body>


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

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

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

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

<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>

</body>


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

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

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


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

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

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

<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>
</html>

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

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

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



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

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

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


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

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

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



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

@@ -1,7 +1,8 @@
<html>
<head>
<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">
</head>

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


<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>

</body>


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

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

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


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

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

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



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

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

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


Loading…
Cancel
Save