File: index.html

package info (click to toggle)
ant-contrib 1.0~b3%2Bsvn177-6
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,984 kB
  • ctags: 2,411
  • sloc: java: 12,697; xml: 2,669; makefile: 23
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>