Browse Source

Some doc tweaks and a new goal

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276324 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 21 years ago
parent
commit
bb473f44f2
5 changed files with 8 additions and 6 deletions
  1. +2
    -0
      proposal/sandbox/dotnet/README
  2. +1
    -1
      proposal/sandbox/dotnet/docs/dotnetexec.html
  3. +1
    -1
      proposal/sandbox/dotnet/docs/index.html
  4. +2
    -2
      proposal/sandbox/dotnet/docs/msbuild.html
  5. +2
    -2
      proposal/sandbox/dotnet/docs/nant.html

+ 2
- 0
proposal/sandbox/dotnet/README View File

@@ -30,6 +30,8 @@ Short term goals are:

* A <msbuild> task - if only for the fun of having it.

* A <wix> task.

Mid term goals:

* A <nunit> task.


+ 1
- 1
proposal/sandbox/dotnet/docs/dotnetexec.html View File

@@ -27,6 +27,6 @@
href="http://www.go-mono.org/faq.html#q86">Mono FAQ</a>.</p>

<hr/>
<p align="center">Copyright &copy; 2003 Apache Software Foundation. All rights Reserved.</p>
<p align="center">Copyright &copy; 2003-2004 The Apache Software Foundation. All rights Reserved.</p>
</body>
</html>

+ 1
- 1
proposal/sandbox/dotnet/docs/index.html View File

@@ -114,6 +114,6 @@
</ul>

<hr/>
<p align="center">Copyright &copy; 2003 Apache Software Foundation. All rights Reserved.</p>
<p align="center">Copyright &copy; 2003-2004 The Apache Software Foundation. All rights Reserved.</p>
</body>
</html>

+ 2
- 2
proposal/sandbox/dotnet/docs/msbuild.html View File

@@ -63,7 +63,7 @@
<p>Let MSBuild search for a *.proj file in the (Ant) project's base
directory and execute the default target in it:</p>

<pre>&lt;msbuild/&gt</pre>
<pre>&lt;msbuild/&gt;</pre>
<p>Let MSBuild execute the targets named foo and bar in the build
file msbuild.proj in Ant's basedir and pass the property
@@ -105,6 +105,6 @@
</pre>

<hr/>
<p align="center">Copyright &copy; 2003 Apache Software Foundation. All rights Reserved.</p>
<p align="center">Copyright &copy; 2003-2004 The Apache Software Foundation. All rights Reserved.</p>
</body>
</html>

+ 2
- 2
proposal/sandbox/dotnet/docs/nant.html View File

@@ -61,7 +61,7 @@
<p>Let NAnt search for a *.build file in the (Ant) project's base
directory and execute the default target in it:</p>

<pre>&lt;nant/&gt</pre>
<pre>&lt;nant/&gt;</pre>
<p>Let NAnt execute the targets named foo and bar in the build
file nant.build in Ant's basedir and pass the property
@@ -103,6 +103,6 @@
</pre>

<hr/>
<p align="center">Copyright &copy; 2003 Apache Software Foundation. All rights Reserved.</p>
<p align="center">Copyright &copy; 2003-2004 The Apache Software Foundation. All rights Reserved.</p>
</body>
</html>

Loading…
Cancel
Save