bodewig     2004/04/16 02:12:44

  Modified:    proposal/sandbox/dotnet README
               proposal/sandbox/dotnet/docs dotnetexec.html index.html
                        msbuild.html nant.html
  Log:
  Some doc tweaks and a new goal
  
  Revision  Changes    Path
  1.2       +2 -0      ant/proposal/sandbox/dotnet/README
  
  Index: README
  ===================================================================
  RCS file: /home/cvs/ant/proposal/sandbox/dotnet/README,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- README    21 Nov 2003 10:52:22 -0000      1.1
  +++ README    16 Apr 2004 09:12:43 -0000      1.2
  @@ -30,6 +30,8 @@
   
   * A <msbuild> task - if only for the fun of having it.
   
  +* A <wix> task.
  +
   Mid term goals:
   
   * A <nunit> task.
  
  
  
  1.2       +1 -1      ant/proposal/sandbox/dotnet/docs/dotnetexec.html
  
  Index: dotnetexec.html
  ===================================================================
  RCS file: /home/cvs/ant/proposal/sandbox/dotnet/docs/dotnetexec.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- dotnetexec.html   28 Nov 2003 11:39:44 -0000      1.1
  +++ dotnetexec.html   16 Apr 2004 09:12:43 -0000      1.2
  @@ -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.2       +1 -1      ant/proposal/sandbox/dotnet/docs/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/ant/proposal/sandbox/dotnet/docs/index.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- index.html        28 Nov 2003 11:39:44 -0000      1.1
  +++ index.html        16 Apr 2004 09:12:43 -0000      1.2
  @@ -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>
  
  
  
  1.2       +2 -2      ant/proposal/sandbox/dotnet/docs/msbuild.html
  
  Index: msbuild.html
  ===================================================================
  RCS file: /home/cvs/ant/proposal/sandbox/dotnet/docs/msbuild.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- msbuild.html      28 Nov 2003 11:39:44 -0000      1.1
  +++ msbuild.html      16 Apr 2004 09:12:43 -0000      1.2
  @@ -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>
  
  
  
  1.2       +2 -2      ant/proposal/sandbox/dotnet/docs/nant.html
  
  Index: nant.html
  ===================================================================
  RCS file: /home/cvs/ant/proposal/sandbox/dotnet/docs/nant.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- nant.html 28 Nov 2003 11:39:44 -0000      1.1
  +++ nant.html 16 Apr 2004 09:12:43 -0000      1.2
  @@ -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>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to