File: index.html

package info (click to toggle)
ant-contrib 1.0~b3%2Bsvn177-10
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,036 kB
  • sloc: java: 12,697; xml: 2,675; makefile: 7
file content (16 lines) | stat: -rw-r--r-- 365 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <title>Ant-Contrib Tasks</title>
  </head>

  <frameset cols="25%,75%">
    <frame src="toc.html" name="navFrame">
    <frame src="foreach.html" name="mainFrame">
  </frameset>
  <noframes>
    <h2>Ant-Contrib Tasks</h2>

    <a href="toc.html">Task List</a>
  </noframes>
</html>