~mandel/ubuntuone-windows-installer/fix_null_pointer_start

« back to all changes in this revision

Viewing changes to tools/Nant/doc/help/elements/NAnt.VSNet.Types.WebMap.html

  • Committer: Manuel de la Pena
  • Date: 2010-07-08 13:22:59 UTC
  • Revision ID: mandel@themacaque.com-20100708132259-y1jgyuyqfe9stt8u
Updated build script to run tests and added all the required tools so far.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
 
2
<html xmlns="http://www.w3.org/1999/xhtml">
 
3
  <!-- Documenting T:NAnt.VSNet.Types.WebMap-->
 
4
  <head>
 
5
    <meta http-equiv="Content-Language" content="en-ca" />
 
6
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 
7
    <link rel="stylesheet" type="text/css" href="../style.css" />
 
8
    <title>WebMap Element</title>
 
9
  </head>
 
10
  <body>
 
11
    <table width="100%" border="0" cellspacing="0" cellpadding="2" class="NavBar">
 
12
      <tr>
 
13
        <td class="NavBar-Cell">
 
14
          <a href="http://nant.sourceforge.net">
 
15
            <b>NAnt</b>
 
16
          </a>
 
17
          <img alt="-&gt;" src="../images/arrow.gif" />
 
18
          <a href="../index.html">Help</a>
 
19
          <img alt="-&gt;" src="../images/arrow.gif" />
 
20
          <span>Element Reference</span>
 
21
          <img alt="-&gt;" src="../images/arrow.gif" /> WebMap</td>
 
22
        <td class="NavBar-Cell" align="right">
 
23
                        v0.90</td>
 
24
      </tr>
 
25
    </table>
 
26
    <h1>WebMap</h1>
 
27
    <p> Represents a single mapping from URL project path to physical project path. </p>
 
28
    <h3>Parameters</h3>
 
29
    <div class="table">
 
30
      <table>
 
31
        <tr>
 
32
          <th>Attribute</th>
 
33
          <th style="text-align: center;">Type</th>
 
34
          <th>Description</th>
 
35
          <th style="text-align: center;">Required</th>
 
36
        </tr>
 
37
        <tr>
 
38
          <td valign="top" class="required">path</td>
 
39
          <td style="text-align: center;">file</td>
 
40
          <td> Specifies the actual path to the project file, or the path fragment to replace. </td>
 
41
          <td style="text-align: center;">True</td>
 
42
        </tr>
 
43
        <tr>
 
44
          <td valign="top" class="required">url</td>
 
45
          <td style="text-align: center;">string</td>
 
46
          <td> Specifies the URL of the project file, or a URL fragment to match. </td>
 
47
          <td style="text-align: center;">True</td>
 
48
        </tr>
 
49
        <tr>
 
50
          <td valign="top">casesensitive</td>
 
51
          <td style="text-align: center;">bool</td>
 
52
          <td> Specifies whether the mapping is case-sensitive or not. </td>
 
53
          <td style="text-align: center;">False</td>
 
54
        </tr>
 
55
        <tr>
 
56
          <td valign="top">if</td>
 
57
          <td style="text-align: center;">bool</td>
 
58
          <td> Indicates if the URL of the project file should be mapped. </td>
 
59
          <td style="text-align: center;">False</td>
 
60
        </tr>
 
61
        <tr>
 
62
          <td valign="top">unless</td>
 
63
          <td style="text-align: center;">bool</td>
 
64
          <td> Indicates if the URL of the project file should not be mapped. </td>
 
65
          <td style="text-align: center;">False</td>
 
66
        </tr>
 
67
      </table>
 
68
    </div>
 
69
    <h3>Requirements</h3>
 
70
    <div style="margin-left: 20px;">
 
71
      <b>Assembly:</b> NAnt.VSNetTasks (0.90.3780.0)
 
72
            </div>
 
73
  </body>
 
74
</html>
 
 
b'\\ No newline at end of file'