Browse Source

add copyright line, remove stray ^Ms

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273198 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 23 years ago
parent
commit
ba4dc28a81
2 changed files with 9 additions and 2 deletions
  1. +5
    -2
      docs/manual/CoreTypes/selectors-program.html
  2. +4
    -0
      docs/manual/CoreTypes/selectors.html

+ 5
- 2
docs/manual/CoreTypes/selectors-program.html View File

@@ -18,8 +18,7 @@
<ol> <ol>
<li>Custom Selectors <li>Custom Selectors


<p>This is the category that Ant provides specifically for you
to
<p>This is the category that Ant provides specifically for youto
define your own Selectors. Anywhere you want to use your selector define your own Selectors. Anywhere you want to use your selector
you use the <code>&lt;custom&gt;</code> element and specify you use the <code>&lt;custom&gt;</code> element and specify
the class name of your selector within it. See the the class name of your selector within it. See the
@@ -119,6 +118,10 @@ to
</ul> </ul>
</ol> </ol>


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

</body> </body>


</html> </html>

+ 4
- 0
docs/manual/CoreTypes/selectors.html View File

@@ -812,6 +812,10 @@
<p>For more details concerning writing your own selectors, consult <p>For more details concerning writing your own selectors, consult
<a href="selectors-program.html">Programming Selectors in Ant</a>.</p> <a href="selectors-program.html">Programming Selectors in Ant</a>.</p>


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

</body> </body>


</html> </html>


Loading…
Cancel
Save