git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276324 13f79535-47bb-0310-9956-ffa450edef68master
@@ -30,6 +30,8 @@ Short term goals are: | |||||
* A <msbuild> task - if only for the fun of having it. | * A <msbuild> task - if only for the fun of having it. | ||||
* A <wix> task. | |||||
Mid term goals: | Mid term goals: | ||||
* A <nunit> task. | * A <nunit> task. | ||||
@@ -27,6 +27,6 @@ | |||||
href="http://www.go-mono.org/faq.html#q86">Mono FAQ</a>.</p> | href="http://www.go-mono.org/faq.html#q86">Mono FAQ</a>.</p> | ||||
<hr/> | <hr/> | ||||
<p align="center">Copyright © 2003 Apache Software Foundation. All rights Reserved.</p> | |||||
<p align="center">Copyright © 2003-2004 The Apache Software Foundation. All rights Reserved.</p> | |||||
</body> | </body> | ||||
</html> | </html> |
@@ -114,6 +114,6 @@ | |||||
</ul> | </ul> | ||||
<hr/> | <hr/> | ||||
<p align="center">Copyright © 2003 Apache Software Foundation. All rights Reserved.</p> | |||||
<p align="center">Copyright © 2003-2004 The Apache Software Foundation. All rights Reserved.</p> | |||||
</body> | </body> | ||||
</html> | </html> |
@@ -63,7 +63,7 @@ | |||||
<p>Let MSBuild search for a *.proj file in the (Ant) project's base | <p>Let MSBuild search for a *.proj file in the (Ant) project's base | ||||
directory and execute the default target in it:</p> | directory and execute the default target in it:</p> | ||||
<pre><msbuild/></pre> | |||||
<pre><msbuild/></pre> | |||||
<p>Let MSBuild execute the targets named foo and bar in the build | <p>Let MSBuild execute the targets named foo and bar in the build | ||||
file msbuild.proj in Ant's basedir and pass the property | file msbuild.proj in Ant's basedir and pass the property | ||||
@@ -105,6 +105,6 @@ | |||||
</pre> | </pre> | ||||
<hr/> | <hr/> | ||||
<p align="center">Copyright © 2003 Apache Software Foundation. All rights Reserved.</p> | |||||
<p align="center">Copyright © 2003-2004 The Apache Software Foundation. All rights Reserved.</p> | |||||
</body> | </body> | ||||
</html> | </html> |
@@ -61,7 +61,7 @@ | |||||
<p>Let NAnt search for a *.build file in the (Ant) project's base | <p>Let NAnt search for a *.build file in the (Ant) project's base | ||||
directory and execute the default target in it:</p> | directory and execute the default target in it:</p> | ||||
<pre><nant/></pre> | |||||
<pre><nant/></pre> | |||||
<p>Let NAnt execute the targets named foo and bar in the build | <p>Let NAnt execute the targets named foo and bar in the build | ||||
file nant.build in Ant's basedir and pass the property | file nant.build in Ant's basedir and pass the property | ||||
@@ -103,6 +103,6 @@ | |||||
</pre> | </pre> | ||||
<hr/> | <hr/> | ||||
<p align="center">Copyright © 2003 Apache Software Foundation. All rights Reserved.</p> | |||||
<p align="center">Copyright © 2003-2004 The Apache Software Foundation. All rights Reserved.</p> | |||||
</body> | </body> | ||||
</html> | </html> |