Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/nant/doc/todo.html')
-rwxr-xr-xmcs/nant/doc/todo.html55
1 files changed, 0 insertions, 55 deletions
diff --git a/mcs/nant/doc/todo.html b/mcs/nant/doc/todo.html
deleted file mode 100755
index 20cd3ba16ac..00000000000
--- a/mcs/nant/doc/todo.html
+++ /dev/null
@@ -1,55 +0,0 @@
-<html>
-
-<head>
- <meta http-equiv="Content-Language" content="en-ca">
- <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
- <link rel="stylesheet" type="text/css" href="style.css" />
- <title>NAnt To Do</title>
-</head>
-
-<body>
- <table width="100%" border="0" cellspacing="0" cellpadding="2" class="NavBar">
- <tr><td class="NavBar-Cell" width="100%"><a title="NAnt home page" href="index.html"><b>NAnt</b></a> <img src="arrow.gif" alt="->" width="13" height="9"/> To Do</td></tr>
- </table>
-
- <h1><span class="N">N</span><span class="Ant">Ant</span> To Do</h1>
- <p>The following is a rough guide to what features are being worked on and when they will be worked on in the future.</p>
- <p>For a list of what is actively being worked refer to the <a title="SourceForge task manager for NAnt" href="https://sourceforge.net/pm/?group_id=31650">NAnt Task Manager</a> on SourceForge.</p>
-
- <h3>0.7</h3>
- <ul>
- <li>command line parsing using clippy (another tool I'm working on that will be posted soon)</li>
- <li>clippy task (for command line parsing)</li>
- <li>nunit tests</li>
- <li>nunit task</li>
- <li>validate build file for valid xml and against a schema before starting build</li>
- <li>code xml docs for all non private members</li>
- <li>developer docs (code conventions, high level design)</li>
- <li>post newsgroup announcment</li>
- <li>request code review and project help</li>
- </ul>
-
- <h3>0.8</h3>
- <ul>
- <li>task documentation for users</li>
- <li>zip task</li>
- <li>ftp task</li>
- <li>standard input support for tasks that require input (ie, passwords when copying files via scp to SourceForge)</li>
- </ul>
-
- <h3>1.0</h3>
- <ul>
- <li>official release</li>
- <li>general cleanup</li>
- <li>xml documentation</li>
- <li>user documentation</li>
- <li>post newsgroup announcment</li>
- </ul>
-
- <h3>1.1</h3>
- <ul>
- <li>additional optional but useful tasks (sql, touch, email, grep)</li>
- </ul>
-</body>
-
-</html> \ No newline at end of file