Browse Source

DynamicConfiguratorNS solves the case-sensitivity issue with <msbuild>

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

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

@@ -16,9 +16,8 @@

<p>The current version will only work for a CVS build of Ant
created from CVS HEAD (i.e. after Ant 1.6's feature freeze) of
2003-11-27 or later. A version that can work with Ant 1.6 may be
provided at a later stage. This task library is never going to
work with Ant &lt; 1.6.</p>
about May 2004 or later. A version that can work with Ant 1.6.2
will also be provided at a later stage.</p>

<h2>Installation</h2>



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

@@ -15,8 +15,7 @@

<p>You can either use an existing build file or nest a build file
(snippet) as a child into the task. If you don't specify either,
MSBuild's default build file search algorithm will apply. Nesting
build file snippets is most probably not working correctly.</p>
MSBuild's default build file search algorithm will apply.</p>

<h3>Parameters</h3>
<table border="1" cellpadding="2" cellspacing="0">


Loading…
Cancel
Save