You are viewing a plain text version of this content. The canonical link for it is here.
Posted to nmaven-commits@incubator.apache.org by si...@apache.org on 2007/02/05 22:01:47 UTC

svn commit: r503893 [12/13] - in /incubator/nmaven/www: ./ css/ images/ images/logos/ plugins/ plugins/maven-compile-plugin/ plugins/maven-compile-plugin/css/ plugins/maven-compile-plugin/images/ plugins/maven-compile-plugin/images/logos/ plugins/maven...

Added: incubator/nmaven/www/plugins/maven-xsd-plugin/team-list.html
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/plugins/maven-xsd-plugin/team-list.html?view=auto&rev=503893
==============================================================================
--- incubator/nmaven/www/plugins/maven-xsd-plugin/team-list.html (added)
+++ incubator/nmaven/www/plugins/maven-xsd-plugin/team-list.html Mon Feb  5 14:01:37 2007
@@ -0,0 +1,195 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+
+
+
+
+
+
+
+
+
+<html>
+  <head>
+    <title>NMaven - Team list</title>
+    <style type="text/css" media="all">
+      @import url("./css/maven-base.css");
+      @import url("./css/maven-theme.css");
+      @import url("./css/site.css");
+    </style>
+    <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
+        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+      </head>
+  <body class="composite">
+    <div id="banner">
+                    <span id="bannerLeft">
+    
+            maven-xsd-plugin
+    
+            </span>
+                    <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="breadcrumbs">
+          
+  
+
+  
+    
+  
+  
+            <div class="xleft">
+        Last Published: 02/05/2007
+                      </div>
+            <div class="xright">      <a href="http://incubator.apache.org/projects/nmaven.html">Project Site</a>
+          |
+          <a href="http://incubator.apache.org/nmaven">NMaven</a>
+          |
+          <a href="http://svn.apache.org/repos/asf/incubator/nmaven/">NMaven SVN</a>
+          |
+          <a href="http://maven.apache.org/">Maven</a>
+          |
+          <a href="http://www.mono-project.com/">Mono Project</a>
+          |
+          <a href="http://dotgnu.org/">DotGNU</a>
+          
+  
+
+  
+    
+  
+  
+  </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="leftColumn">
+      <div id="navcolumn">
+           
+  
+
+  
+    
+  
+  
+                   <h5>General Info</h5>
+        <ul>
+              
+    <li class="none">
+              <a href="index.html">About</a>
+        </li>
+          </ul>
+          <h5>Project Documentation</h5>
+        <ul>
+              
+                
+              
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+            
+            
+      
+              
+            <li class="expanded">
+              <a href="project-info.html">Project Information</a>
+                <ul>
+                  
+    <li class="none">
+              <a href="integration.html">Continuous Integration</a>
+        </li>
+                  
+    <li class="none">
+              <a href="dependencies.html">Dependencies</a>
+        </li>
+                  
+    <li class="none">
+              <a href="issue-tracking.html">Issue Tracking</a>
+        </li>
+                  
+    <li class="none">
+              <a href="mail-lists.html">Mailing Lists</a>
+        </li>
+                  
+    <li class="none">
+              <a href="license.html">Project License</a>
+        </li>
+                  
+    <li class="none">
+              <a href="project-summary.html">Project Summary</a>
+        </li>
+                  
+    <li class="none">
+              <strong>Project Team</strong>
+        </li>
+                  
+    <li class="none">
+              <a href="source-repository.html">Source Repository</a>
+        </li>
+              </ul>
+        </li>
+          </ul>
+                                       <a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy">
+            <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
+          </a>
+                       
+  
+
+  
+    
+  
+  
+        </div>
+    </div>
+    <div id="bodyColumn">
+      <div id="contentBox">
+        <div class="section"><h2>The Team</h2><p>A successful project requires many people to play many roles. Some members write code or documentation, while others are valuable as testers, submitting patches and suggestions.</p><p>The team is comprised of Members and Contributors. Members have direct access to the source of a project and actively evolve the code-base. Contributors improve the project through submission of patches and suggestions to the Members. The number of Contributors to the project is unbounded. Get involved today. All contributions to the project are greatly appreciated.</p><div class="section"><h3>Members</h3><p>There are no developers working on this project.</p></div><div class="section"><h3>Contributors</h3><p>There are no contributors listed for this project. Please check back again later.</p></div></div><script type="text/javascript">
+function offsetDate(id, offset) {
+    var now = new Date();
+    var nowTime = now.getTime();
+    var localOffset = now.getTimezoneOffset();
+    var developerTime = nowTime + ( offset * 60 * 60 * 1000 ) + ( localOffset * 60 * 1000 );
+    var developerDate = new Date(developerTime);
+
+    document.getElementById(id).innerHTML = developerDate;
+}
+
+function init(){
+}
+
+window.onLoad = init();
+</script>
+      </div>
+    </div>
+    <div class="clear">
+      <hr/>
+    </div>
+    <div id="footer">
+      <div class="xright">&#169;  
+          2007
+    
+          
+  
+
+  
+    
+  
+  
+  </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+  </body>
+</html>

Added: incubator/nmaven/www/plugins/maven-xsd-plugin/xml-mojo.html
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/plugins/maven-xsd-plugin/xml-mojo.html?view=auto&rev=503893
==============================================================================
--- incubator/nmaven/www/plugins/maven-xsd-plugin/xml-mojo.html (added)
+++ incubator/nmaven/www/plugins/maven-xsd-plugin/xml-mojo.html Mon Feb  5 14:01:37 2007
@@ -0,0 +1,293 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+
+
+
+
+
+
+
+
+
+<html>
+  <head>
+    <title>NMaven - 
+    maven-xsd-plugin - xsd:xml</title>
+    <style type="text/css" media="all">
+      @import url("./css/maven-base.css");
+      @import url("./css/maven-theme.css");
+      @import url("./css/site.css");
+    </style>
+    <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
+        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+      </head>
+  <body class="composite">
+    <div id="banner">
+                    <span id="bannerLeft">
+    
+            maven-xsd-plugin
+    
+            </span>
+                    <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="breadcrumbs">
+          
+  
+
+  
+    
+  
+  
+            <div class="xleft">
+        Last Published: 02/05/2007
+                      </div>
+            <div class="xright">      <a href="http://incubator.apache.org/projects/nmaven.html">Project Site</a>
+          |
+          <a href="http://incubator.apache.org/nmaven">NMaven</a>
+          |
+          <a href="http://svn.apache.org/repos/asf/incubator/nmaven/">NMaven SVN</a>
+          |
+          <a href="http://maven.apache.org/">Maven</a>
+          |
+          <a href="http://www.mono-project.com/">Mono Project</a>
+          |
+          <a href="http://dotgnu.org/">DotGNU</a>
+          
+  
+
+  
+    
+  
+  
+  </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="leftColumn">
+      <div id="navcolumn">
+           
+  
+
+  
+    
+  
+  
+                   <h5>General Info</h5>
+        <ul>
+              
+    <li class="none">
+              <a href="index.html">About</a>
+        </li>
+          </ul>
+          <h5>Project Documentation</h5>
+        <ul>
+              
+                
+              
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+              
+        <li class="collapsed">
+              <a href="project-info.html">Project Information</a>
+              </li>
+          </ul>
+                                       <a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy">
+            <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
+          </a>
+                       
+  
+
+  
+    
+  
+  
+        </div>
+    </div>
+    <div id="bodyColumn">
+      <div id="contentBox">
+        
+  
+  
+    <a name="xsd:xml"></a><div class="section"><h2>xsd:xml</h2>
+      <p>Generates XSD from XML instance</p>
+      <p>Parameters for the goal: </p>
+      <table class="bodyTable">
+        <tr class="a">
+          <th>Parameter</th>
+          <th>Type</th>
+          <th>Expression</th>
+          <th>Default Value</th>
+          <th>Description</th>
+        </tr>
+        <tr class="b">
+          <td>
+            <code>frameworkVersion</code> <i>(Optional)</i></td>
+          <td>
+            <code title="java.lang.String">String</code>
+          </td>
+          <td>
+            <code>${frameworkVersion}</code>
+          </td>
+          <td>
+            <code>2.0.50727</code>
+          </td>
+          <td>No description.</td>
+        </tr>
+        <tr class="a">
+          <td>
+            <code>netExecutableFactory</code> <i>(Optional)</i> <i>(Discovered)</i></td>
+          <td>
+            <code title="org.apache.maven.dotnet.executable.NetExecutableFactory">NetExecutableFactory</code>
+          </td>
+          <td>
+            <code>-</code>
+          </td>
+          <td>
+            <code>-</code>
+          </td>
+          <td>No description.</td>
+        </tr>
+        <tr class="b">
+          <td>
+            <code>netHome</code> <i>(Optional)</i></td>
+          <td>
+            <code title="java.io.File">File</code>
+          </td>
+          <td>
+            <code>${netHome}</code>
+          </td>
+          <td>
+            <code>-</code>
+          </td>
+          <td>The home directory of your .NET SDK.</td>
+        </tr>
+        <tr class="a">
+          <td>
+            <code>nmavenRegistry</code> <i>(Optional)</i> <i>(Discovered)</i></td>
+          <td>
+            <code title="org.apache.maven.dotnet.NMavenRepositoryRegistry">NMavenRepositoryRegistry</code>
+          </td>
+          <td>
+            <code>-</code>
+          </td>
+          <td>
+            <code>-</code>
+          </td>
+          <td>No description.</td>
+        </tr>
+        <tr class="b">
+          <td>
+            <code>outputDirectory</code>
+          </td>
+          <td>
+            <code title="java.lang.String">String</code>
+          </td>
+          <td>
+            <code>${outputDirectory}</code>
+          </td>
+          <td>
+            <code>${project.build.directory}${file.separator}generated-resources</code>
+          </td>
+          <td>The directory to place the generated binding classes.</td>
+        </tr>
+        <tr class="a">
+          <td>
+            <code>profile</code> <i>(Optional)</i></td>
+          <td>
+            <code title="java.lang.String">String</code>
+          </td>
+          <td>
+            <code>${profile}</code>
+          </td>
+          <td>
+            <code>XSD:XML_INSTANCE</code>
+          </td>
+          <td>The profile that the executable should use.</td>
+        </tr>
+        <tr class="b">
+          <td>
+            <code>project</code>
+          </td>
+          <td>
+            <code title="org.apache.maven.project.MavenProject">MavenProject</code>
+          </td>
+          <td>
+            <code>${project}</code>
+          </td>
+          <td>
+            <code>-</code>
+          </td>
+          <td>The maven project.</td>
+        </tr>
+        <tr class="a">
+          <td>
+            <code>vendor</code> <i>(Optional)</i></td>
+          <td>
+            <code title="java.lang.String">String</code>
+          </td>
+          <td>
+            <code>${vendor}</code>
+          </td>
+          <td>
+            <code>-</code>
+          </td>
+          <td>The Vendor for the executable. Supports MONO and MICROSOFT: the default value is <code>MICROSOFT</code>. Not case or white-space sensitive.</td>
+        </tr>
+        <tr class="b">
+          <td>
+            <code>xmlFiles</code>
+          </td>
+          <td>
+            <code title="java.util.ArrayList">ArrayList</code>
+          </td>
+          <td>
+            <code>${xmlFiles}</code>
+          </td>
+          <td>
+            <code>-</code>
+          </td>
+          <td>No description.</td>
+        </tr>
+      </table>
+    </div>
+  
+
+      </div>
+    </div>
+    <div class="clear">
+      <hr/>
+    </div>
+    <div id="footer">
+      <div class="xright">&#169;  
+          2007
+    
+          
+  
+
+  
+    
+  
+  
+  </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+  </body>
+</html>

Added: incubator/nmaven/www/plugins/maven-xsd-plugin/xsd-mojo.html
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/plugins/maven-xsd-plugin/xsd-mojo.html?view=auto&rev=503893
==============================================================================
--- incubator/nmaven/www/plugins/maven-xsd-plugin/xsd-mojo.html (added)
+++ incubator/nmaven/www/plugins/maven-xsd-plugin/xsd-mojo.html Mon Feb  5 14:01:37 2007
@@ -0,0 +1,405 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+
+
+
+
+
+
+
+
+
+<html>
+  <head>
+    <title>NMaven - 
+    maven-xsd-plugin - xsd:xsd</title>
+    <style type="text/css" media="all">
+      @import url("./css/maven-base.css");
+      @import url("./css/maven-theme.css");
+      @import url("./css/site.css");
+    </style>
+    <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
+        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+      </head>
+  <body class="composite">
+    <div id="banner">
+                    <span id="bannerLeft">
+    
+            maven-xsd-plugin
+    
+            </span>
+                    <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="breadcrumbs">
+          
+  
+
+  
+    
+  
+  
+            <div class="xleft">
+        Last Published: 02/05/2007
+                      </div>
+            <div class="xright">      <a href="http://incubator.apache.org/projects/nmaven.html">Project Site</a>
+          |
+          <a href="http://incubator.apache.org/nmaven">NMaven</a>
+          |
+          <a href="http://svn.apache.org/repos/asf/incubator/nmaven/">NMaven SVN</a>
+          |
+          <a href="http://maven.apache.org/">Maven</a>
+          |
+          <a href="http://www.mono-project.com/">Mono Project</a>
+          |
+          <a href="http://dotgnu.org/">DotGNU</a>
+          
+  
+
+  
+    
+  
+  
+  </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="leftColumn">
+      <div id="navcolumn">
+           
+  
+
+  
+    
+  
+  
+                   <h5>General Info</h5>
+        <ul>
+              
+    <li class="none">
+              <a href="index.html">About</a>
+        </li>
+          </ul>
+          <h5>Project Documentation</h5>
+        <ul>
+              
+                
+              
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+              
+        <li class="collapsed">
+              <a href="project-info.html">Project Information</a>
+              </li>
+          </ul>
+                                       <a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy">
+            <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
+          </a>
+                       
+  
+
+  
+    
+  
+  
+        </div>
+    </div>
+    <div id="bodyColumn">
+      <div id="contentBox">
+        
+  
+  
+    <a name="xsd:xsd"></a><div class="section"><h2>xsd:xsd</h2>
+      <p>Generates XSD class.</p>
+      <p>Parameters for the goal: </p>
+      <table class="bodyTable">
+        <tr class="a">
+          <th>Parameter</th>
+          <th>Type</th>
+          <th>Expression</th>
+          <th>Default Value</th>
+          <th>Description</th>
+        </tr>
+        <tr class="b">
+          <td>
+            <code>elements</code> <i>(Optional)</i></td>
+          <td>
+            <code title="java.util.ArrayList">ArrayList</code>
+          </td>
+          <td>
+            <code>${elements}</code>
+          </td>
+          <td>
+            <code>-</code>
+          </td>
+          <td>Specifies the element(s) in the schema to generate code for. Not supported for MONO.</td>
+        </tr>
+        <tr class="a">
+          <td>
+            <code>enableDataBinding</code> <i>(Optional)</i></td>
+          <td>
+            <code title="boolean">boolean</code>
+          </td>
+          <td>
+            <code>${enableDataBinding}</code>
+          </td>
+          <td>
+            <code>false</code>
+          </td>
+          <td>Generates the INotifyPropertyChanged interface to enable data binding. Not supported for MONO.</td>
+        </tr>
+        <tr class="b">
+          <td>
+            <code>fields</code> <i>(Optional)</i></td>
+          <td>
+            <code title="boolean">boolean</code>
+          </td>
+          <td>
+            <code>${fields}</code>
+          </td>
+          <td>
+            <code>false</code>
+          </td>
+          <td>Generates fields instead of properties. Not supported for MONO.</td>
+        </tr>
+        <tr class="a">
+          <td>
+            <code>frameworkVersion</code> <i>(Optional)</i></td>
+          <td>
+            <code title="java.lang.String">String</code>
+          </td>
+          <td>
+            <code>${frameworkVersion}</code>
+          </td>
+          <td>
+            <code>2.0.50727</code>
+          </td>
+          <td>No description.</td>
+        </tr>
+        <tr class="b">
+          <td>
+            <code>generate</code> <i>(Optional)</i></td>
+          <td>
+            <code title="java.lang.String">String</code>
+          </td>
+          <td>
+            <code>${generate}</code>
+          </td>
+          <td>
+            <code>classes</code>
+          </td>
+          <td>Generate either classes or dataset.</td>
+        </tr>
+        <tr class="a">
+          <td>
+            <code>ignoreUnusedOptions</code> <i>(Optional)</i></td>
+          <td>
+            <code title="boolean">boolean</code>
+          </td>
+          <td>
+            <code>-</code>
+          </td>
+          <td>
+            <code>false</code>
+          </td>
+          <td>Tells the xsd plugin to ignore options not appropriate to the xsd vendor.</td>
+        </tr>
+        <tr class="b">
+          <td>
+            <code>language</code> <i>(Optional)</i></td>
+          <td>
+            <code title="java.lang.String">String</code>
+          </td>
+          <td>
+            <code>${language}</code>
+          </td>
+          <td>
+            <code>CS</code>
+          </td>
+          <td>Programming language to use.</td>
+        </tr>
+        <tr class="a">
+          <td>
+            <code>namespace</code> <i>(Optional)</i></td>
+          <td>
+            <code title="java.lang.String">String</code>
+          </td>
+          <td>
+            <code>${namespace}</code>
+          </td>
+          <td>
+            <code>${project.groupId}</code>
+          </td>
+          <td>Runtime namespace for the generated types.</td>
+        </tr>
+        <tr class="b">
+          <td>
+            <code>netExecutableFactory</code> <i>(Optional)</i> <i>(Discovered)</i></td>
+          <td>
+            <code title="org.apache.maven.dotnet.executable.NetExecutableFactory">NetExecutableFactory</code>
+          </td>
+          <td>
+            <code>-</code>
+          </td>
+          <td>
+            <code>-</code>
+          </td>
+          <td>No description.</td>
+        </tr>
+        <tr class="a">
+          <td>
+            <code>netHome</code> <i>(Optional)</i></td>
+          <td>
+            <code title="java.io.File">File</code>
+          </td>
+          <td>
+            <code>${netHome}</code>
+          </td>
+          <td>
+            <code>-</code>
+          </td>
+          <td>The home directory of your .NET SDK.</td>
+        </tr>
+        <tr class="b">
+          <td>
+            <code>nmavenRegistry</code> <i>(Optional)</i> <i>(Discovered)</i></td>
+          <td>
+            <code title="org.apache.maven.dotnet.NMavenRepositoryRegistry">NMavenRepositoryRegistry</code>
+          </td>
+          <td>
+            <code>-</code>
+          </td>
+          <td>
+            <code>-</code>
+          </td>
+          <td>No description.</td>
+        </tr>
+        <tr class="a">
+          <td>
+            <code>order</code> <i>(Optional)</i></td>
+          <td>
+            <code title="boolean">boolean</code>
+          </td>
+          <td>
+            <code>${order}</code>
+          </td>
+          <td>
+            <code>false</code>
+          </td>
+          <td>Generates explicit order identifiers on all particle members. Not supported for MONO.</td>
+        </tr>
+        <tr class="b">
+          <td>
+            <code>outputDirectory</code>
+          </td>
+          <td>
+            <code title="java.lang.String">String</code>
+          </td>
+          <td>
+            <code>${outputDirectory}</code>
+          </td>
+          <td>
+            <code>${project.build.directory}${file.separator}build-sources</code>
+          </td>
+          <td>The directory to place the generated binding classes.</td>
+        </tr>
+        <tr class="a">
+          <td>
+            <code>profile</code> <i>(Optional)</i></td>
+          <td>
+            <code title="java.lang.String">String</code>
+          </td>
+          <td>
+            <code>${profile}</code>
+          </td>
+          <td>
+            <code>XSD:SCHEMA</code>
+          </td>
+          <td>The profile that the executable should use.</td>
+        </tr>
+        <tr class="b">
+          <td>
+            <code>project</code>
+          </td>
+          <td>
+            <code title="org.apache.maven.project.MavenProject">MavenProject</code>
+          </td>
+          <td>
+            <code>${project}</code>
+          </td>
+          <td>
+            <code>-</code>
+          </td>
+          <td>The maven project.</td>
+        </tr>
+        <tr class="a">
+          <td>
+            <code>vendor</code> <i>(Optional)</i></td>
+          <td>
+            <code title="java.lang.String">String</code>
+          </td>
+          <td>
+            <code>${vendor}</code>
+          </td>
+          <td>
+            <code>-</code>
+          </td>
+          <td>The Vendor for the executable. Supports MONO and MICROSOFT: the default value is <code>MICROSOFT</code>. Not case or white-space sensitive.</td>
+        </tr>
+        <tr class="b">
+          <td>
+            <code>xsdFile</code>
+          </td>
+          <td>
+            <code title="java.lang.String">String</code>
+          </td>
+          <td>
+            <code>${xsdFile}</code>
+          </td>
+          <td>
+            <code>-</code>
+          </td>
+          <td>No description.</td>
+        </tr>
+      </table>
+    </div>
+  
+
+      </div>
+    </div>
+    <div class="clear">
+      <hr/>
+    </div>
+    <div id="footer">
+      <div class="xright">&#169;  
+          2007
+    
+          
+  
+
+  
+    
+  
+  
+  </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+  </body>
+</html>

Added: incubator/nmaven/www/plugins/maven-xsp-plugin/css/maven-base.css
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/plugins/maven-xsp-plugin/css/maven-base.css?view=auto&rev=503893
==============================================================================
--- incubator/nmaven/www/plugins/maven-xsp-plugin/css/maven-base.css (added)
+++ incubator/nmaven/www/plugins/maven-xsp-plugin/css/maven-base.css Mon Feb  5 14:01:37 2007
@@ -0,0 +1,148 @@
+body {
+  margin: 0px;
+  padding: 0px;
+}
+img {
+  border:none;
+}
+table {
+  padding:0px;
+  width: 100%;
+  margin-left: -2px;
+  margin-right: -2px;
+}
+acronym {
+  cursor: help;
+  border-bottom: 1px dotted #feb;
+}
+table.bodyTable th, table.bodyTable td {
+  padding: 2px 4px 2px 4px;
+  vertical-align: top;
+}
+div.clear{
+  clear:both;
+  visibility: hidden;
+}
+div.clear hr{
+  display: none;
+}
+#bannerLeft, #bannerRight {
+  font-size: xx-large;
+  font-weight: bold;
+}
+#bannerLeft img, #bannerRight img {
+  margin: 0px;
+}
+.xleft, #bannerLeft img {
+  float:left;
+  text-shadow: #7CFC00;
+}
+.xright, #bannerRight img {
+  float:right;
+  text-shadow: #7CFC00;
+}
+#banner {
+  padding: 0px;
+}
+#banner img {
+  border: none;
+}
+#breadcrumbs {
+  padding: 3px 10px 3px 10px;
+}
+#leftColumn {
+ width: 170px;
+ float:left;
+ overflow: auto;
+}
+#bodyColumn {
+  margin-right: 1.5em;
+  margin-left: 197px;
+}
+#legend {
+  padding: 8px 0 8px 0;
+}
+#navcolumn {
+  padding: 8px 4px 0 8px;
+}
+#navcolumn h5 {
+  margin: 0;
+  padding: 0;
+  font-size: small;
+}
+#navcolumn ul {
+  margin: 0;
+  padding: 0;
+  font-size: small;
+}
+#navcolumn li {
+  list-style-type: none;
+  background-image: none;
+  background-repeat: no-repeat;
+  background-position: 0 0.4em;
+  padding-left: 16px;
+  list-style-position: outside;
+  line-height: 1.2em;
+  font-size: smaller;
+}
+#navcolumn li.expanded {
+  background-image: url(../images/expanded.gif);
+}
+#navcolumn li.collapsed {
+  background-image: url(../images/collapsed.gif);
+}
+#poweredBy {
+  text-align: center;
+}
+#navcolumn img {
+  margin-top: 10px;
+  margin-bottom: 3px;
+}
+#poweredBy img {
+  display:block;
+  margin: 20px 0 20px 17px;
+  border: 1px solid black;
+  width: 90px;
+  height: 30px;
+}
+#search img {
+    margin: 0px;
+    display: block;
+}
+#search #q, #search #btnG {
+    border: 1px solid #999;
+    margin-bottom:10px;
+}
+#search form {
+    margin: 0px;
+}
+#lastPublished {
+  font-size: x-small;
+}
+.navSection {
+  margin-bottom: 2px;
+  padding: 8px;
+}
+.navSectionHead {
+  font-weight: bold;
+  font-size: x-small;
+}
+.section {
+  padding: 4px;
+}
+#footer {
+  padding: 3px 10px 3px 10px;
+  font-size: x-small;
+}
+#breadcrumbs {
+  font-size: x-small;
+  margin: 0pt;
+}
+.source {
+  padding: 12px;
+  margin: 1em 7px 1em 7px;
+}
+.source pre {
+  margin: 0px;
+  padding: 0px;
+}

Propchange: incubator/nmaven/www/plugins/maven-xsp-plugin/css/maven-base.css
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/nmaven/www/plugins/maven-xsp-plugin/css/maven-theme.css
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/plugins/maven-xsp-plugin/css/maven-theme.css?view=auto&rev=503893
==============================================================================
--- incubator/nmaven/www/plugins/maven-xsp-plugin/css/maven-theme.css (added)
+++ incubator/nmaven/www/plugins/maven-xsp-plugin/css/maven-theme.css Mon Feb  5 14:01:37 2007
@@ -0,0 +1,141 @@
+body {
+  padding: 0px 0px 10px 0px;
+}
+body, td, select, input, li{
+  font-family: Verdana, Helvetica, Arial, sans-serif;
+  font-size: 13px;
+}
+code{
+  font-family: Courier, monospace;
+  font-size: 13px;
+}
+a {
+  text-decoration: none;
+}
+a:link {
+  color:#36a;
+}
+a:visited  {
+  color:#47a;
+}
+a:active, a:hover {
+  color:#69c;
+}
+#legend li.externalLink {
+  background: url(../images/external.png) left top no-repeat;
+  padding-left: 18px;
+}
+a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover {
+  background: url(../images/external.png) right center no-repeat;
+  padding-right: 18px;
+}
+#legend li.newWindow {
+  background: url(../images/newwindow.png) left top no-repeat;
+  padding-left: 18px;
+}
+a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover {
+  background: url(../images/newwindow.png) right center no-repeat;
+  padding-right: 18px;
+}
+h2 {
+  padding: 4px 4px 4px 6px;
+  border: 1px solid #999;
+  color: #900;
+  background-color: #ddd;
+  font-weight:900;
+  font-size: x-large;
+}
+h3 {
+  padding: 4px 4px 4px 6px;
+  border: 1px solid #aaa;
+  color: #900;
+  background-color: #eee;
+  font-weight: normal;
+  font-size: large;
+}
+h4 {
+  padding: 4px 4px 4px 6px;
+  border: 1px solid #bbb;
+  color: #900;
+  background-color: #fff;
+  font-weight: normal;
+  font-size: large;
+}
+h5 {
+  padding: 4px 4px 4px 6px;
+  color: #900;
+  font-size: normal;
+}
+p {
+  line-height: 1.3em;
+  font-size: small;
+}
+#breadcrumbs {
+  border-top: 1px solid #aaa;
+  border-bottom: 1px solid #aaa;
+  background-color: #ccc;
+}
+#leftColumn {
+  margin: 10px 0 0 5px;
+  border: 1px solid #999;
+  background-color: #eee;
+}
+#navcolumn h5 {
+  font-size: smaller;
+  border-bottom: 1px solid #aaaaaa;
+  padding-top: 2px;
+  color: #000;
+}
+
+table.bodyTable th {
+  color: white;
+  background-color: #bbb;
+  text-align: left;
+  font-weight: bold;
+}
+
+table.bodyTable th, table.bodyTable td {
+  font-size: 1em;
+}
+
+table.bodyTable tr.a {
+  background-color: #ddd;
+}
+
+table.bodyTable tr.b {
+  background-color: #eee;
+}
+
+.source {
+  border: 1px solid #999;
+}
+dl {
+  padding: 4px 4px 4px 6px;
+  border: 1px solid #aaa;
+  background-color: #ffc;
+}
+dt {
+  color: #900;
+}
+#organizationLogo img, #projectLogo img, #projectLogo span{
+  margin: 8px;
+}
+#banner {
+  border-bottom: 1px solid #fff;
+}
+.errormark, .warningmark, .donemark, .infomark {
+  background: url(../images/icon_error_sml.gif) no-repeat;
+}
+
+.warningmark {
+  background-image: url(../images/icon_warning_sml.gif);
+}
+
+.donemark {
+  background-image: url(../images/icon_success_sml.gif);
+}
+
+.infomark {
+  background-image: url(../images/icon_info_sml.gif);
+}
+

Propchange: incubator/nmaven/www/plugins/maven-xsp-plugin/css/maven-theme.css
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/nmaven/www/plugins/maven-xsp-plugin/css/print.css
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/plugins/maven-xsp-plugin/css/print.css?view=auto&rev=503893
==============================================================================
--- incubator/nmaven/www/plugins/maven-xsp-plugin/css/print.css (added)
+++ incubator/nmaven/www/plugins/maven-xsp-plugin/css/print.css Mon Feb  5 14:01:37 2007
@@ -0,0 +1,7 @@
+#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn {
+	display: none !important;
+}
+#bodyColumn, body.docs div.docs {
+	margin: 0 !important;
+	border: none !important
+}

Propchange: incubator/nmaven/www/plugins/maven-xsp-plugin/css/print.css
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/nmaven/www/plugins/maven-xsp-plugin/dependencies.html
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/plugins/maven-xsp-plugin/dependencies.html?view=auto&rev=503893
==============================================================================
--- incubator/nmaven/www/plugins/maven-xsp-plugin/dependencies.html (added)
+++ incubator/nmaven/www/plugins/maven-xsp-plugin/dependencies.html Mon Feb  5 14:01:37 2007
@@ -0,0 +1,181 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+
+
+
+
+
+
+
+
+
+<html>
+  <head>
+    <title>NMaven - Project Dependencies</title>
+    <style type="text/css" media="all">
+      @import url("./css/maven-base.css");
+      @import url("./css/maven-theme.css");
+      @import url("./css/site.css");
+    </style>
+    <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
+        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+      </head>
+  <body class="composite">
+    <div id="banner">
+                    <span id="bannerLeft">
+    
+            maven-xsp-plugin
+    
+            </span>
+                    <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="breadcrumbs">
+          
+  
+
+  
+    
+  
+  
+            <div class="xleft">
+        Last Published: 02/05/2007
+                      </div>
+            <div class="xright">      <a href="http://incubator.apache.org/projects/nmaven.html">Project Site</a>
+          |
+          <a href="http://incubator.apache.org/nmaven">NMaven</a>
+          |
+          <a href="http://svn.apache.org/repos/asf/incubator/nmaven/">NMaven SVN</a>
+          |
+          <a href="http://maven.apache.org/">Maven</a>
+          |
+          <a href="http://www.mono-project.com/">Mono Project</a>
+          |
+          <a href="http://dotgnu.org/">DotGNU</a>
+          
+  
+
+  
+    
+  
+  
+  </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="leftColumn">
+      <div id="navcolumn">
+           
+  
+
+  
+    
+  
+  
+                   <h5>General Info</h5>
+        <ul>
+              
+    <li class="none">
+              <a href="index.html">About</a>
+        </li>
+          </ul>
+          <h5>Project Documentation</h5>
+        <ul>
+              
+                
+              
+      
+            
+            
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+              
+            <li class="expanded">
+              <a href="project-info.html">Project Information</a>
+                <ul>
+                  
+    <li class="none">
+              <a href="integration.html">Continuous Integration</a>
+        </li>
+                  
+    <li class="none">
+              <strong>Dependencies</strong>
+        </li>
+                  
+    <li class="none">
+              <a href="issue-tracking.html">Issue Tracking</a>
+        </li>
+                  
+    <li class="none">
+              <a href="mail-lists.html">Mailing Lists</a>
+        </li>
+                  
+    <li class="none">
+              <a href="license.html">Project License</a>
+        </li>
+                  
+    <li class="none">
+              <a href="project-summary.html">Project Summary</a>
+        </li>
+                  
+    <li class="none">
+              <a href="team-list.html">Project Team</a>
+        </li>
+                  
+    <li class="none">
+              <a href="source-repository.html">Source Repository</a>
+        </li>
+              </ul>
+        </li>
+          </ul>
+                                       <a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy">
+            <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
+          </a>
+                       
+  
+
+  
+    
+  
+  
+        </div>
+    </div>
+    <div id="bodyColumn">
+      <div id="contentBox">
+        <div class="section"><h2>Project Dependencies</h2><div class="section"><h3>compile</h3><p>The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:</p><table class="bodyTable"><tr class="a"><th>GroupId</th><th>ArtifactId</th><th>Version</th><th>Classifier</th><th>Type</th><th>Optional</th></tr><tr class="b"><td>org.apache.maven.dotnet</td><td>dotnet-artifact</td><td>0.14-SNAPSHOT</td><td>-</td><td>jar</td><td> </td></tr><tr class="a"><td>org.apache.maven.dotnet</td><td>dotnet-assembler</td><td>0.14-SNAPSHOT</td><td>-</td><td>jar</td><td> </td></tr><tr class="b"><td>org.apache.maven.dotnet</td><td>dotnet-executable</td><td>0.14-SNAPSHOT</td><td>-</td><td>jar</td><td> </td></tr></table></div></div><div class="section"><h2>Project Transitive Dependencies</h2><p>The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project depende
 ncies.</p><div class="section"><h3>compile</h3><p>The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:</p><table class="bodyTable"><tr class="a"><th>GroupId</th><th>ArtifactId</th><th>Version</th><th>Classifier</th><th>Type</th><th>Optional</th></tr><tr class="b"><td>classworlds</td><td>classworlds</td><td>1.1-alpha-2</td><td>-</td><td>jar</td><td> </td></tr><tr class="a"><td>junit</td><td>junit</td><td>3.8.1</td><td>-</td><td>jar</td><td> </td></tr><tr class="b"><td>kxml2</td><td>kxml2</td><td>2.1.8</td><td>-</td><td>jar</td><td> </td></tr><tr class="a"><td>org.apache.maven</td><td>maven-artifact</td><td>2.0.4</td><td>-</td><td>jar</td><td> </td></tr><tr class="b"><td>org.apache.maven</td><td>maven-artifact-manager</td><td>2.0.4</td><td>-</td><td>jar</td><td> </td></tr><tr class="a"><td>org.apache.maven</td><td>maven-model</td><td>2.0.4</td><td>-</td><td>jar</td><td> </td></tr><tr class="b"><td
 >org.apache.maven</td><td>maven-plugin-api</td><td>2.0.4</td><td>-</td><td>jar</td><td> </td></tr><tr class="a"><td>org.apache.maven</td><td>maven-profile</td><td>2.0.4</td><td>-</td><td>jar</td><td> </td></tr><tr class="b"><td>org.apache.maven</td><td>maven-project</td><td>2.0.4</td><td>-</td><td>jar</td><td> </td></tr><tr class="a"><td>org.apache.maven</td><td>maven-repository-metadata</td><td>2.0.4</td><td>-</td><td>jar</td><td> </td></tr><tr class="b"><td>org.apache.maven</td><td>maven-settings</td><td>2.0.4</td><td>-</td><td>jar</td><td> </td></tr><tr class="a"><td>org.apache.maven.dotnet</td><td>dotnet-core</td><td>0.14-SNAPSHOT</td><td>-</td><td>jar</td><td> </td></tr><tr class="b"><td>org.apache.maven.dotnet</td><td>dotnet-model-assembly-plugins</td><td>0.14-SNAPSHOT</td><td>-</td><td>jar</td><td> </td></tr><tr class="a"><td>org.apache.maven.dotnet</td><td>dotnet-model-compiler-plugins</td><td>0.14-SNAPSHOT</td><td>-</td><td>jar</td><td> </td></tr><tr class="b"><td>o
 rg.apache.maven.dotnet</td><td>dotnet-model-executable-plugins</td><td>0.14-SNAPSHOT</td><td>-</td><td>jar</td><td> </td></tr><tr class="a"><td>org.apache.maven.dotnet</td><td>dotnet-model-netdependency</td><td>0.14-SNAPSHOT</td><td>-</td><td>jar</td><td> </td></tr><tr class="b"><td>org.apache.maven.dotnet</td><td>dotnet-model-settings</td><td>0.14-SNAPSHOT</td><td>-</td><td>jar</td><td> </td></tr><tr class="a"><td>org.apache.maven.dotnet</td><td>dotnet-registry</td><td>0.14-SNAPSHOT</td><td>-</td><td>jar</td><td> </td></tr><tr class="b"><td>org.apache.maven.dotnet</td><td>dotnet-vendor</td><td>0.14-SNAPSHOT</td><td>-</td><td>jar</td><td> </td></tr><tr class="a"><td>org.apache.maven.wagon</td><td>wagon-provider-api</td><td>1.0-alpha-6</td><td>-</td><td>jar</td><td> </td></tr><tr class="b"><td>org.codehaus.plexus</td><td>plexus-container-default</td><td>1.0-alpha-9</td><td>-</td><td>jar</td><td> </td></tr><tr class="a"><td>org.codehaus.plexus</td><td>plexus-utils</td><td>1.0.
 4</td><td>-</td><td>jar</td><td> </td></tr><tr class="b"><td>xmlpull</td><td>xmlpull</td><td>1.1.3.4a</td><td>-</td><td>jar</td><td> </td></tr></table></div></div><div class="section"><h2>Project Dependency Graph</h2><div class="section"><h3>Dependency Tree</h3><p><ul><li><a href="#org.apache.maven.dotnet.plugins:maven-xsp-plugin:maven-plugin">org.apache.maven.dotnet.plugins:maven-xsp-plugin:maven-plugin</a><ul><li><a href="#org.apache.maven.dotnet:dotnet-assembler:jar">org.apache.maven.dotnet:dotnet-assembler:jar</a><ul><li><a href="#org.apache.maven.dotnet:dotnet-model-assembly-plugins:jar">org.apache.maven.dotnet:dotnet-model-assembly-plugins:jar</a></li><li><a href="#org.apache.maven:maven-project:jar">org.apache.maven:maven-project:jar</a><ul><li><a href="#org.codehaus.plexus:plexus-container-default:jar">org.codehaus.plexus:plexus-container-default:jar</a><ul><li><a href="#classworlds:classworlds:jar">classworlds:classworlds:jar</a></li><li><a href="#junit:junit:jar">j
 unit:junit:jar</a></li></ul></li><li><a href="#org.apache.maven:maven-settings:jar">org.apache.maven:maven-settings:jar</a></li><li><a href="#org.apache.maven:maven-artifact-manager:jar">org.apache.maven:maven-artifact-manager:jar</a><ul><li><a href="#org.apache.maven.wagon:wagon-provider-api:jar">org.apache.maven.wagon:wagon-provider-api:jar</a></li><li><a href="#org.apache.maven:maven-repository-metadata:jar">org.apache.maven:maven-repository-metadata:jar</a></li></ul></li><li><a href="#org.apache.maven:maven-model:jar">org.apache.maven:maven-model:jar</a></li><li><a href="#org.apache.maven:maven-profile:jar">org.apache.maven:maven-profile:jar</a></li></ul></li><li><a href="#org.apache.maven:maven-plugin-api:jar">org.apache.maven:maven-plugin-api:jar</a></li><li><a href="#org.apache.maven.dotnet:dotnet-core:jar">org.apache.maven.dotnet:dotnet-core:jar</a><ul><li><a href="#org.apache.maven.dotnet:dotnet-registry:jar">org.apache.maven.dotnet:dotnet-registry:jar</a><ul><li><a
  href="#kxml2:kxml2:jar">kxml2:kxml2:jar</a></li><li><a href="#xmlpull:xmlpull:jar">xmlpull:xmlpull:jar</a></li></ul></li></ul></li></ul></li><li><a href="#org.apache.maven.dotnet:dotnet-executable:jar">org.apache.maven.dotnet:dotnet-executable:jar</a><ul><li><a href="#org.apache.maven.dotnet:dotnet-model-compiler-plugins:jar">org.apache.maven.dotnet:dotnet-model-compiler-plugins:jar</a></li><li><a href="#org.apache.maven.dotnet:dotnet-model-executable-plugins:jar">org.apache.maven.dotnet:dotnet-model-executable-plugins:jar</a></li><li><a href="#org.apache.maven.dotnet:dotnet-vendor:jar">org.apache.maven.dotnet:dotnet-vendor:jar</a><ul><li><a href="#org.apache.maven.dotnet:dotnet-model-settings:jar">org.apache.maven.dotnet:dotnet-model-settings:jar</a></li></ul></li></ul></li><li><a href="#org.apache.maven.dotnet:dotnet-artifact:jar">org.apache.maven.dotnet:dotnet-artifact:jar</a><ul><li><a href="#org.apache.maven:maven-artifact:jar">org.apache.maven:maven-artifact:jar</a><u
 l><li><a href="#org.codehaus.plexus:plexus-utils:jar">org.codehaus.plexus:plexus-utils:jar</a></li></ul></li><li><a href="#org.apache.maven.dotnet:dotnet-model-netdependency:jar">org.apache.maven.dotnet:dotnet-model-netdependency:jar</a></li></ul></li></ul></li></ul></p></div><div class="section"><h3>Dependency Listings</h3><p><a name="org.apache.maven.dotnet.plugins:maven-xsp-plugin:maven-plugin"><b>maven-xsp-plugin</b></a></p><p>Maven Plugin for .NET</p><p><a name="org.apache.maven.dotnet:dotnet-assembler:jar"><b>dotnet-assembler</b></a></p><p>NMaven</p><p><a name="org.apache.maven.dotnet:dotnet-model-assembly-plugins:jar"><b>dotnet-model-assembly-plugins</b></a></p><p>Assembly Model</p><p><a name="org.apache.maven:maven-project:jar"><b>Maven Project Builder</b></a></p><p>This library is used to not only read Maven project object model files, but to assemble inheritence
+    and to retrieve remote models as required.</p><p><a href="http://maven.apache.org/maven-project">http://maven.apache.org/maven-project</a></p><p><a name="org.codehaus.plexus:plexus-container-default:jar"><b>Default Plexus Container</b></a></p><p><a name="classworlds:classworlds:jar"><b>classworlds</b></a></p><p></p><p><a href="http://classworlds.codehaus.org/">http://classworlds.codehaus.org/</a></p><p><a name="junit:junit:jar"><b>Unnamed - junit:junit:jar:3.8.1</b></a></p><p><a name="org.apache.maven:maven-settings:jar"><b>Maven Local Settings Model</b></a></p><p>Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.</p><p><a href="http://maven.apache.o
 rg/maven-settings">http://maven.apache.org/maven-settings</a></p><p><a name="org.apache.maven:maven-artifact-manager:jar"><b>Maven Artifact Manager</b></a></p><p>Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.</p><p><a href="http://maven.apache.org/maven-artifact-manager">http://maven.apache.org/maven-artifact-manager</a></p><p><a name="org.apache.maven.wagon:wagon-provider-api:jar"><b>Maven Wagon API</b></a></p><p>Tools to manage artifacts and deployment</p><p><a name="org.apache.maven:maven-repository-metadata:jar"><b>Maven Repository Metadata Model</b></a></p><p>Maven Plugin Mapping</p><p><a href="http://maven.apache.org/maven-repository-metadata">
 http://maven.apache.org/maven-repository-metadata</a></p><p><a name="org.apache.maven:maven-model:jar"><b>Maven Model</b></a></p><p>Maven Model</p><p><a href="http://maven.apache.org/maven-model">http://maven.apache.org/maven-model</a></p><p><a name="org.apache.maven:maven-profile:jar"><b>Maven Profile Model</b></a></p><p>Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.</p><p><a href="http://maven.apache.org/maven-profile">http://maven.apache.org/maven-profile</a></p><p><a name="org.apache.maven:maven-plugin-api:jar"><b>Maven Plugin API</b></a></p><p>Maven is a project development management and comprehension tool. Based on the concept of a project obj
 ect model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.</p><p><a href="http://maven.apache.org/maven-plugin-api">http://maven.apache.org/maven-plugin-api</a></p><p><a name="org.apache.maven.dotnet:dotnet-core:jar"><b>dotnet-core</b></a></p><p>NMaven</p><p><a name="org.apache.maven.dotnet:dotnet-registry:jar"><b>dotnet-registry</b></a></p><p><a name="kxml2:kxml2:jar"><b>Unnamed - kxml2:kxml2:jar:2.1.8</b></a></p><p><a name="xmlpull:xmlpull:jar"><b>Unnamed - xmlpull:xmlpull:jar:1.1.3.4a</b></a></p><p><a name="org.apache.maven.dotnet:dotnet-executable:jar"><b>dotnet-executable</b></a></p><p>NMaven</p><p><a name="org.apache.maven.dotnet:dotnet-model-compiler-plugins:jar"><b>dotnet-model-compiler-plugins</b></a></p><p>Compiler Model</p><p><a name="org.apache.maven.
 dotnet:dotnet-model-executable-plugins:jar"><b>dotnet-model-executable-plugins</b></a></p><p>Executable Model</p><p><a name="org.apache.maven.dotnet:dotnet-vendor:jar"><b>dotnet-vendor</b></a></p><p>NMaven</p><p><a name="org.apache.maven.dotnet:dotnet-model-settings:jar"><b>dotnet-model-settings</b></a></p><p>Net Dependency Model</p><p><a name="org.apache.maven.dotnet:dotnet-artifact:jar"><b>dotnet-artifact</b></a></p><p>Maven Plugin for .NET</p><p><a name="org.apache.maven:maven-artifact:jar"><b>Maven Artifact</b></a></p><p>Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.</p><p><a href="http://maven.apache.org/maven-artifact">http://maven.apache.org/m
 aven-artifact</a></p><p><a name="org.codehaus.plexus:plexus-utils:jar"><b>Plexus Common Utilities</b></a></p><p><a name="org.apache.maven.dotnet:dotnet-model-netdependency:jar"><b>dotnet-model-netdependency</b></a></p><p>Net Dependency Model</p></div></div>
+      </div>
+    </div>
+    <div class="clear">
+      <hr/>
+    </div>
+    <div id="footer">
+      <div class="xright">&#169;  
+          2007
+    
+          
+  
+
+  
+    
+  
+  
+  </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+  </body>
+</html>

Added: incubator/nmaven/www/plugins/maven-xsp-plugin/images/collapsed.gif
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/plugins/maven-xsp-plugin/images/collapsed.gif?view=auto&rev=503893
==============================================================================
Binary file - no diff available.

Propchange: incubator/nmaven/www/plugins/maven-xsp-plugin/images/collapsed.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/nmaven/www/plugins/maven-xsp-plugin/images/expanded.gif
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/plugins/maven-xsp-plugin/images/expanded.gif?view=auto&rev=503893
==============================================================================
Binary file - no diff available.

Propchange: incubator/nmaven/www/plugins/maven-xsp-plugin/images/expanded.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/nmaven/www/plugins/maven-xsp-plugin/images/external.png
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/plugins/maven-xsp-plugin/images/external.png?view=auto&rev=503893
==============================================================================
Binary file - no diff available.

Propchange: incubator/nmaven/www/plugins/maven-xsp-plugin/images/external.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: incubator/nmaven/www/plugins/maven-xsp-plugin/images/icon_error_sml.gif
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/plugins/maven-xsp-plugin/images/icon_error_sml.gif?view=auto&rev=503893
==============================================================================
Binary file - no diff available.

Propchange: incubator/nmaven/www/plugins/maven-xsp-plugin/images/icon_error_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/nmaven/www/plugins/maven-xsp-plugin/images/icon_info_sml.gif
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/plugins/maven-xsp-plugin/images/icon_info_sml.gif?view=auto&rev=503893
==============================================================================
Binary file - no diff available.

Propchange: incubator/nmaven/www/plugins/maven-xsp-plugin/images/icon_info_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/nmaven/www/plugins/maven-xsp-plugin/images/icon_success_sml.gif
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/plugins/maven-xsp-plugin/images/icon_success_sml.gif?view=auto&rev=503893
==============================================================================
Binary file - no diff available.

Propchange: incubator/nmaven/www/plugins/maven-xsp-plugin/images/icon_success_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/nmaven/www/plugins/maven-xsp-plugin/images/icon_warning_sml.gif
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/plugins/maven-xsp-plugin/images/icon_warning_sml.gif?view=auto&rev=503893
==============================================================================
Binary file - no diff available.

Propchange: incubator/nmaven/www/plugins/maven-xsp-plugin/images/icon_warning_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/nmaven/www/plugins/maven-xsp-plugin/images/logos/maven-feather.png
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/plugins/maven-xsp-plugin/images/logos/maven-feather.png?view=auto&rev=503893
==============================================================================
Binary file - no diff available.

Propchange: incubator/nmaven/www/plugins/maven-xsp-plugin/images/logos/maven-feather.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: incubator/nmaven/www/plugins/maven-xsp-plugin/images/newwindow.png
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/plugins/maven-xsp-plugin/images/newwindow.png?view=auto&rev=503893
==============================================================================
Binary file - no diff available.

Propchange: incubator/nmaven/www/plugins/maven-xsp-plugin/images/newwindow.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: incubator/nmaven/www/plugins/maven-xsp-plugin/index.html
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/plugins/maven-xsp-plugin/index.html?view=auto&rev=503893
==============================================================================
--- incubator/nmaven/www/plugins/maven-xsp-plugin/index.html (added)
+++ incubator/nmaven/www/plugins/maven-xsp-plugin/index.html Mon Feb  5 14:01:37 2007
@@ -0,0 +1,176 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+
+
+
+
+
+
+
+
+
+<html>
+  <head>
+    <title>NMaven - 
+    maven-xsp-plugin - Overview</title>
+    <style type="text/css" media="all">
+      @import url("./css/maven-base.css");
+      @import url("./css/maven-theme.css");
+      @import url("./css/site.css");
+    </style>
+    <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
+        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+      </head>
+  <body class="composite">
+    <div id="banner">
+                    <span id="bannerLeft">
+    
+            maven-xsp-plugin
+    
+            </span>
+                    <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="breadcrumbs">
+          
+  
+
+  
+    
+  
+  
+            <div class="xleft">
+        Last Published: 02/05/2007
+                      </div>
+            <div class="xright">      <a href="http://incubator.apache.org/projects/nmaven.html">Project Site</a>
+          |
+          <a href="http://incubator.apache.org/nmaven">NMaven</a>
+          |
+          <a href="http://svn.apache.org/repos/asf/incubator/nmaven/">NMaven SVN</a>
+          |
+          <a href="http://maven.apache.org/">Maven</a>
+          |
+          <a href="http://www.mono-project.com/">Mono Project</a>
+          |
+          <a href="http://dotgnu.org/">DotGNU</a>
+          
+  
+
+  
+    
+  
+  
+  </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="leftColumn">
+      <div id="navcolumn">
+           
+  
+
+  
+    
+  
+  
+                   <h5>General Info</h5>
+        <ul>
+              
+    <li class="none">
+              <strong>About</strong>
+        </li>
+          </ul>
+          <h5>Project Documentation</h5>
+        <ul>
+              
+                
+              
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+              
+        <li class="collapsed">
+              <a href="project-info.html">Project Information</a>
+              </li>
+          </ul>
+                                       <a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy">
+            <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
+          </a>
+                       
+  
+
+  
+    
+  
+  
+        </div>
+    </div>
+    <div id="bodyColumn">
+      <div id="contentBox">
+        
+  
+  
+    <a name="maven-xsp-plugin"></a><div class="section"><h2>maven-xsp-plugin</h2>
+      <p>Goals available: </p>
+      <table class="bodyTable">
+        <tr class="a">
+          <th>Goal</th>
+          <th>Description</th>
+        </tr>
+        <tr class="b">
+          <td>
+            <a href="start-xsp-mojo.html">
+              <code>xsp:start-xsp</code>
+            </a>
+          </td>
+          <td>No description.</td>
+        </tr>
+        <tr class="a">
+          <td>
+            <a href="stop-xsp-mojo.html">
+              <code>xsp:stop-xsp</code>
+            </a>
+          </td>
+          <td>No description.</td>
+        </tr>
+      </table>
+    </div>
+  
+
+      </div>
+    </div>
+    <div class="clear">
+      <hr/>
+    </div>
+    <div id="footer">
+      <div class="xright">&#169;  
+          2007
+    
+          
+  
+
+  
+    
+  
+  
+  </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+  </body>
+</html>

Added: incubator/nmaven/www/plugins/maven-xsp-plugin/integration.html
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/plugins/maven-xsp-plugin/integration.html?view=auto&rev=503893
==============================================================================
--- incubator/nmaven/www/plugins/maven-xsp-plugin/integration.html (added)
+++ incubator/nmaven/www/plugins/maven-xsp-plugin/integration.html Mon Feb  5 14:01:37 2007
@@ -0,0 +1,180 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+
+
+
+
+
+
+
+
+
+<html>
+  <head>
+    <title>NMaven - Continuous Integration</title>
+    <style type="text/css" media="all">
+      @import url("./css/maven-base.css");
+      @import url("./css/maven-theme.css");
+      @import url("./css/site.css");
+    </style>
+    <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
+        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+      </head>
+  <body class="composite">
+    <div id="banner">
+                    <span id="bannerLeft">
+    
+            maven-xsp-plugin
+    
+            </span>
+                    <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="breadcrumbs">
+          
+  
+
+  
+    
+  
+  
+            <div class="xleft">
+        Last Published: 02/05/2007
+                      </div>
+            <div class="xright">      <a href="http://incubator.apache.org/projects/nmaven.html">Project Site</a>
+          |
+          <a href="http://incubator.apache.org/nmaven">NMaven</a>
+          |
+          <a href="http://svn.apache.org/repos/asf/incubator/nmaven/">NMaven SVN</a>
+          |
+          <a href="http://maven.apache.org/">Maven</a>
+          |
+          <a href="http://www.mono-project.com/">Mono Project</a>
+          |
+          <a href="http://dotgnu.org/">DotGNU</a>
+          
+  
+
+  
+    
+  
+  
+  </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="leftColumn">
+      <div id="navcolumn">
+           
+  
+
+  
+    
+  
+  
+                   <h5>General Info</h5>
+        <ul>
+              
+    <li class="none">
+              <a href="index.html">About</a>
+        </li>
+          </ul>
+          <h5>Project Documentation</h5>
+        <ul>
+              
+                
+              
+            
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+              
+            <li class="expanded">
+              <a href="project-info.html">Project Information</a>
+                <ul>
+                  
+    <li class="none">
+              <strong>Continuous Integration</strong>
+        </li>
+                  
+    <li class="none">
+              <a href="dependencies.html">Dependencies</a>
+        </li>
+                  
+    <li class="none">
+              <a href="issue-tracking.html">Issue Tracking</a>
+        </li>
+                  
+    <li class="none">
+              <a href="mail-lists.html">Mailing Lists</a>
+        </li>
+                  
+    <li class="none">
+              <a href="license.html">Project License</a>
+        </li>
+                  
+    <li class="none">
+              <a href="project-summary.html">Project Summary</a>
+        </li>
+                  
+    <li class="none">
+              <a href="team-list.html">Project Team</a>
+        </li>
+                  
+    <li class="none">
+              <a href="source-repository.html">Source Repository</a>
+        </li>
+              </ul>
+        </li>
+          </ul>
+                                       <a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy">
+            <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
+          </a>
+                       
+  
+
+  
+    
+  
+  
+        </div>
+    </div>
+    <div id="bodyColumn">
+      <div id="contentBox">
+        <div class="section"><h2>Continuous Integration</h2><p>No continuous integration management system is defined. Please check back at a later date.</p></div>
+      </div>
+    </div>
+    <div class="clear">
+      <hr/>
+    </div>
+    <div id="footer">
+      <div class="xright">&#169;  
+          2007
+    
+          
+  
+
+  
+    
+  
+  
+  </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+  </body>
+</html>

Propchange: incubator/nmaven/www/plugins/maven-xsp-plugin/integration.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/nmaven/www/plugins/maven-xsp-plugin/issue-tracking.html
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/plugins/maven-xsp-plugin/issue-tracking.html?view=auto&rev=503893
==============================================================================
--- incubator/nmaven/www/plugins/maven-xsp-plugin/issue-tracking.html (added)
+++ incubator/nmaven/www/plugins/maven-xsp-plugin/issue-tracking.html Mon Feb  5 14:01:37 2007
@@ -0,0 +1,180 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+
+
+
+
+
+
+
+
+
+<html>
+  <head>
+    <title>NMaven - Issue Tracking</title>
+    <style type="text/css" media="all">
+      @import url("./css/maven-base.css");
+      @import url("./css/maven-theme.css");
+      @import url("./css/site.css");
+    </style>
+    <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
+        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+      </head>
+  <body class="composite">
+    <div id="banner">
+                    <span id="bannerLeft">
+    
+            maven-xsp-plugin
+    
+            </span>
+                    <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="breadcrumbs">
+          
+  
+
+  
+    
+  
+  
+            <div class="xleft">
+        Last Published: 02/05/2007
+                      </div>
+            <div class="xright">      <a href="http://incubator.apache.org/projects/nmaven.html">Project Site</a>
+          |
+          <a href="http://incubator.apache.org/nmaven">NMaven</a>
+          |
+          <a href="http://svn.apache.org/repos/asf/incubator/nmaven/">NMaven SVN</a>
+          |
+          <a href="http://maven.apache.org/">Maven</a>
+          |
+          <a href="http://www.mono-project.com/">Mono Project</a>
+          |
+          <a href="http://dotgnu.org/">DotGNU</a>
+          
+  
+
+  
+    
+  
+  
+  </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="leftColumn">
+      <div id="navcolumn">
+           
+  
+
+  
+    
+  
+  
+                   <h5>General Info</h5>
+        <ul>
+              
+    <li class="none">
+              <a href="index.html">About</a>
+        </li>
+          </ul>
+          <h5>Project Documentation</h5>
+        <ul>
+              
+                
+              
+      
+            
+      
+            
+            
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+              
+            <li class="expanded">
+              <a href="project-info.html">Project Information</a>
+                <ul>
+                  
+    <li class="none">
+              <a href="integration.html">Continuous Integration</a>
+        </li>
+                  
+    <li class="none">
+              <a href="dependencies.html">Dependencies</a>
+        </li>
+                  
+    <li class="none">
+              <strong>Issue Tracking</strong>
+        </li>
+                  
+    <li class="none">
+              <a href="mail-lists.html">Mailing Lists</a>
+        </li>
+                  
+    <li class="none">
+              <a href="license.html">Project License</a>
+        </li>
+                  
+    <li class="none">
+              <a href="project-summary.html">Project Summary</a>
+        </li>
+                  
+    <li class="none">
+              <a href="team-list.html">Project Team</a>
+        </li>
+                  
+    <li class="none">
+              <a href="source-repository.html">Source Repository</a>
+        </li>
+              </ul>
+        </li>
+          </ul>
+                                       <a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy">
+            <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
+          </a>
+                       
+  
+
+  
+    
+  
+  
+        </div>
+    </div>
+    <div id="bodyColumn">
+      <div id="contentBox">
+        <div class="section"><h2>Issue Tracking</h2><p>No issue management system is defined. Please check back at a later date.</p></div>
+      </div>
+    </div>
+    <div class="clear">
+      <hr/>
+    </div>
+    <div id="footer">
+      <div class="xright">&#169;  
+          2007
+    
+          
+  
+
+  
+    
+  
+  
+  </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+  </body>
+</html>

Propchange: incubator/nmaven/www/plugins/maven-xsp-plugin/issue-tracking.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/nmaven/www/plugins/maven-xsp-plugin/license.html
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/plugins/maven-xsp-plugin/license.html?view=auto&rev=503893
==============================================================================
--- incubator/nmaven/www/plugins/maven-xsp-plugin/license.html (added)
+++ incubator/nmaven/www/plugins/maven-xsp-plugin/license.html Mon Feb  5 14:01:37 2007
@@ -0,0 +1,180 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+
+
+
+
+
+
+
+
+
+<html>
+  <head>
+    <title>NMaven - Project License</title>
+    <style type="text/css" media="all">
+      @import url("./css/maven-base.css");
+      @import url("./css/maven-theme.css");
+      @import url("./css/site.css");
+    </style>
+    <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
+        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+      </head>
+  <body class="composite">
+    <div id="banner">
+                    <span id="bannerLeft">
+    
+            maven-xsp-plugin
+    
+            </span>
+                    <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="breadcrumbs">
+          
+  
+
+  
+    
+  
+  
+            <div class="xleft">
+        Last Published: 02/05/2007
+                      </div>
+            <div class="xright">      <a href="http://incubator.apache.org/projects/nmaven.html">Project Site</a>
+          |
+          <a href="http://incubator.apache.org/nmaven">NMaven</a>
+          |
+          <a href="http://svn.apache.org/repos/asf/incubator/nmaven/">NMaven SVN</a>
+          |
+          <a href="http://maven.apache.org/">Maven</a>
+          |
+          <a href="http://www.mono-project.com/">Mono Project</a>
+          |
+          <a href="http://dotgnu.org/">DotGNU</a>
+          
+  
+
+  
+    
+  
+  
+  </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="leftColumn">
+      <div id="navcolumn">
+           
+  
+
+  
+    
+  
+  
+                   <h5>General Info</h5>
+        <ul>
+              
+    <li class="none">
+              <a href="index.html">About</a>
+        </li>
+          </ul>
+          <h5>Project Documentation</h5>
+        <ul>
+              
+                
+              
+      
+            
+      
+            
+      
+            
+      
+            
+            
+            
+      
+            
+      
+            
+      
+              
+            <li class="expanded">
+              <a href="project-info.html">Project Information</a>
+                <ul>
+                  
+    <li class="none">
+              <a href="integration.html">Continuous Integration</a>
+        </li>
+                  
+    <li class="none">
+              <a href="dependencies.html">Dependencies</a>
+        </li>
+                  
+    <li class="none">
+              <a href="issue-tracking.html">Issue Tracking</a>
+        </li>
+                  
+    <li class="none">
+              <a href="mail-lists.html">Mailing Lists</a>
+        </li>
+                  
+    <li class="none">
+              <strong>Project License</strong>
+        </li>
+                  
+    <li class="none">
+              <a href="project-summary.html">Project Summary</a>
+        </li>
+                  
+    <li class="none">
+              <a href="team-list.html">Project Team</a>
+        </li>
+                  
+    <li class="none">
+              <a href="source-repository.html">Source Repository</a>
+        </li>
+              </ul>
+        </li>
+          </ul>
+                                       <a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy">
+            <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
+          </a>
+                       
+  
+
+  
+    
+  
+  
+        </div>
+    </div>
+    <div id="bodyColumn">
+      <div id="contentBox">
+        <div class="section"><h2>Project License</h2><p>No project license is defined for this project.</p></div>
+      </div>
+    </div>
+    <div class="clear">
+      <hr/>
+    </div>
+    <div id="footer">
+      <div class="xright">&#169;  
+          2007
+    
+          
+  
+
+  
+    
+  
+  
+  </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+  </body>
+</html>

Propchange: incubator/nmaven/www/plugins/maven-xsp-plugin/license.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/nmaven/www/plugins/maven-xsp-plugin/mail-lists.html
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/plugins/maven-xsp-plugin/mail-lists.html?view=auto&rev=503893
==============================================================================
--- incubator/nmaven/www/plugins/maven-xsp-plugin/mail-lists.html (added)
+++ incubator/nmaven/www/plugins/maven-xsp-plugin/mail-lists.html Mon Feb  5 14:01:37 2007
@@ -0,0 +1,180 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+
+
+
+
+
+
+
+
+
+<html>
+  <head>
+    <title>NMaven - Project Mailing Lists</title>
+    <style type="text/css" media="all">
+      @import url("./css/maven-base.css");
+      @import url("./css/maven-theme.css");
+      @import url("./css/site.css");
+    </style>
+    <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
+        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+      </head>
+  <body class="composite">
+    <div id="banner">
+                    <span id="bannerLeft">
+    
+            maven-xsp-plugin
+    
+            </span>
+                    <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="breadcrumbs">
+          
+  
+
+  
+    
+  
+  
+            <div class="xleft">
+        Last Published: 02/05/2007
+                      </div>
+            <div class="xright">      <a href="http://incubator.apache.org/projects/nmaven.html">Project Site</a>
+          |
+          <a href="http://incubator.apache.org/nmaven">NMaven</a>
+          |
+          <a href="http://svn.apache.org/repos/asf/incubator/nmaven/">NMaven SVN</a>
+          |
+          <a href="http://maven.apache.org/">Maven</a>
+          |
+          <a href="http://www.mono-project.com/">Mono Project</a>
+          |
+          <a href="http://dotgnu.org/">DotGNU</a>
+          
+  
+
+  
+    
+  
+  
+  </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="leftColumn">
+      <div id="navcolumn">
+           
+  
+
+  
+    
+  
+  
+                   <h5>General Info</h5>
+        <ul>
+              
+    <li class="none">
+              <a href="index.html">About</a>
+        </li>
+          </ul>
+          <h5>Project Documentation</h5>
+        <ul>
+              
+                
+              
+      
+            
+      
+            
+      
+            
+            
+            
+      
+            
+      
+            
+      
+            
+      
+              
+            <li class="expanded">
+              <a href="project-info.html">Project Information</a>
+                <ul>
+                  
+    <li class="none">
+              <a href="integration.html">Continuous Integration</a>
+        </li>
+                  
+    <li class="none">
+              <a href="dependencies.html">Dependencies</a>
+        </li>
+                  
+    <li class="none">
+              <a href="issue-tracking.html">Issue Tracking</a>
+        </li>
+                  
+    <li class="none">
+              <strong>Mailing Lists</strong>
+        </li>
+                  
+    <li class="none">
+              <a href="license.html">Project License</a>
+        </li>
+                  
+    <li class="none">
+              <a href="project-summary.html">Project Summary</a>
+        </li>
+                  
+    <li class="none">
+              <a href="team-list.html">Project Team</a>
+        </li>
+                  
+    <li class="none">
+              <a href="source-repository.html">Source Repository</a>
+        </li>
+              </ul>
+        </li>
+          </ul>
+                                       <a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy">
+            <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
+          </a>
+                       
+  
+
+  
+    
+  
+  
+        </div>
+    </div>
+    <div id="bodyColumn">
+      <div id="contentBox">
+        <div class="section"><h2>Project Mailing Lists</h2><p>There are no mailing lists currently associated with this project.</p></div>
+      </div>
+    </div>
+    <div class="clear">
+      <hr/>
+    </div>
+    <div id="footer">
+      <div class="xright">&#169;  
+          2007
+    
+          
+  
+
+  
+    
+  
+  
+  </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+  </body>
+</html>

Propchange: incubator/nmaven/www/plugins/maven-xsp-plugin/mail-lists.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/nmaven/www/plugins/maven-xsp-plugin/project-info.html
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/plugins/maven-xsp-plugin/project-info.html?view=auto&rev=503893
==============================================================================
--- incubator/nmaven/www/plugins/maven-xsp-plugin/project-info.html (added)
+++ incubator/nmaven/www/plugins/maven-xsp-plugin/project-info.html Mon Feb  5 14:01:37 2007
@@ -0,0 +1,180 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+
+
+
+
+
+
+
+
+
+<html>
+  <head>
+    <title>NMaven - Project Information</title>
+    <style type="text/css" media="all">
+      @import url("./css/maven-base.css");
+      @import url("./css/maven-theme.css");
+      @import url("./css/site.css");
+    </style>
+    <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
+        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+      </head>
+  <body class="composite">
+    <div id="banner">
+                    <span id="bannerLeft">
+    
+            maven-xsp-plugin
+    
+            </span>
+                    <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="breadcrumbs">
+          
+  
+
+  
+    
+  
+  
+            <div class="xleft">
+        Last Published: 02/05/2007
+                      </div>
+            <div class="xright">      <a href="http://incubator.apache.org/projects/nmaven.html">Project Site</a>
+          |
+          <a href="http://incubator.apache.org/nmaven">NMaven</a>
+          |
+          <a href="http://svn.apache.org/repos/asf/incubator/nmaven/">NMaven SVN</a>
+          |
+          <a href="http://maven.apache.org/">Maven</a>
+          |
+          <a href="http://www.mono-project.com/">Mono Project</a>
+          |
+          <a href="http://dotgnu.org/">DotGNU</a>
+          
+  
+
+  
+    
+  
+  
+  </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="leftColumn">
+      <div id="navcolumn">
+           
+  
+
+  
+    
+  
+  
+                   <h5>General Info</h5>
+        <ul>
+              
+    <li class="none">
+              <a href="index.html">About</a>
+        </li>
+          </ul>
+          <h5>Project Documentation</h5>
+        <ul>
+              
+                
+              
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+              
+            <li class="expanded">
+              <strong>Project Information</strong>
+                <ul>
+                  
+    <li class="none">
+              <a href="integration.html">Continuous Integration</a>
+        </li>
+                  
+    <li class="none">
+              <a href="dependencies.html">Dependencies</a>
+        </li>
+                  
+    <li class="none">
+              <a href="issue-tracking.html">Issue Tracking</a>
+        </li>
+                  
+    <li class="none">
+              <a href="mail-lists.html">Mailing Lists</a>
+        </li>
+                  
+    <li class="none">
+              <a href="license.html">Project License</a>
+        </li>
+                  
+    <li class="none">
+              <a href="project-summary.html">Project Summary</a>
+        </li>
+                  
+    <li class="none">
+              <a href="team-list.html">Project Team</a>
+        </li>
+                  
+    <li class="none">
+              <a href="source-repository.html">Source Repository</a>
+        </li>
+              </ul>
+        </li>
+          </ul>
+                                       <a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy">
+            <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
+          </a>
+                       
+  
+
+  
+    
+  
+  
+        </div>
+    </div>
+    <div id="bodyColumn">
+      <div id="contentBox">
+        <div class="section"><h2>Project Information</h2><p>This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by <a href="http://maven.apache.org">Maven</a> on behalf of the project.</p><div class="section"><h3>Overview</h3><table class="bodyTable"><tr class="a"><th>Document</th><th>Description</th></tr><tr class="b"><td><a href="integration.html">Continuous Integration</a></td><td>This is a link to the definitions of all continuous integration processes that builds and tests code on a frequent, regular basis.</td></tr><tr class="a"><td><a href="dependencies.html">Dependencies</a></td><td>This document lists the projects dependencies and provides information on each dependency.</td></tr><tr class="b"><td><a href="issue-tracking.html">Issue Tracking</a></td><td>This is a link to the issue management system for this project. Issues (bugs, features, change req
 uests) can be created and queried using this link.</td></tr><tr class="a"><td><a href="mail-lists.html">Mailing Lists</a></td><td>This document provides subscription and archive information for this project's mailing lists.</td></tr><tr class="b"><td><a href="license.html">Project License</a></td><td>This is a link to the definitions of project licenses.</td></tr><tr class="a"><td><a href="project-summary.html">Project Summary</a></td><td>This document lists other related information of this project</td></tr><tr class="b"><td><a href="team-list.html">Project Team</a></td><td>This document provides information on the members of this project. These are the individuals who have contributed to the project in one form or another.</td></tr><tr class="a"><td><a href="source-repository.html">Source Repository</a></td><td>This is a link to the online source repository that can be viewed via a web browser.</td></tr></table></div></div>
+      </div>
+    </div>
+    <div class="clear">
+      <hr/>
+    </div>
+    <div id="footer">
+      <div class="xright">&#169;  
+          2007
+    
+          
+  
+
+  
+    
+  
+  
+  </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+  </body>
+</html>

Propchange: incubator/nmaven/www/plugins/maven-xsp-plugin/project-info.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/nmaven/www/plugins/maven-xsp-plugin/project-summary.html
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/plugins/maven-xsp-plugin/project-summary.html?view=auto&rev=503893
==============================================================================
--- incubator/nmaven/www/plugins/maven-xsp-plugin/project-summary.html (added)
+++ incubator/nmaven/www/plugins/maven-xsp-plugin/project-summary.html Mon Feb  5 14:01:37 2007
@@ -0,0 +1,180 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+
+
+
+
+
+
+
+
+
+<html>
+  <head>
+    <title>NMaven - Project Summary</title>
+    <style type="text/css" media="all">
+      @import url("./css/maven-base.css");
+      @import url("./css/maven-theme.css");
+      @import url("./css/site.css");
+    </style>
+    <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
+        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+      </head>
+  <body class="composite">
+    <div id="banner">
+                    <span id="bannerLeft">
+    
+            maven-xsp-plugin
+    
+            </span>
+                    <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="breadcrumbs">
+          
+  
+
+  
+    
+  
+  
+            <div class="xleft">
+        Last Published: 02/05/2007
+                      </div>
+            <div class="xright">      <a href="http://incubator.apache.org/projects/nmaven.html">Project Site</a>
+          |
+          <a href="http://incubator.apache.org/nmaven">NMaven</a>
+          |
+          <a href="http://svn.apache.org/repos/asf/incubator/nmaven/">NMaven SVN</a>
+          |
+          <a href="http://maven.apache.org/">Maven</a>
+          |
+          <a href="http://www.mono-project.com/">Mono Project</a>
+          |
+          <a href="http://dotgnu.org/">DotGNU</a>
+          
+  
+
+  
+    
+  
+  
+  </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="leftColumn">
+      <div id="navcolumn">
+           
+  
+
+  
+    
+  
+  
+                   <h5>General Info</h5>
+        <ul>
+              
+    <li class="none">
+              <a href="index.html">About</a>
+        </li>
+          </ul>
+          <h5>Project Documentation</h5>
+        <ul>
+              
+                
+              
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+            
+            
+      
+            
+      
+              
+            <li class="expanded">
+              <a href="project-info.html">Project Information</a>
+                <ul>
+                  
+    <li class="none">
+              <a href="integration.html">Continuous Integration</a>
+        </li>
+                  
+    <li class="none">
+              <a href="dependencies.html">Dependencies</a>
+        </li>
+                  
+    <li class="none">
+              <a href="issue-tracking.html">Issue Tracking</a>
+        </li>
+                  
+    <li class="none">
+              <a href="mail-lists.html">Mailing Lists</a>
+        </li>
+                  
+    <li class="none">
+              <a href="license.html">Project License</a>
+        </li>
+                  
+    <li class="none">
+              <strong>Project Summary</strong>
+        </li>
+                  
+    <li class="none">
+              <a href="team-list.html">Project Team</a>
+        </li>
+                  
+    <li class="none">
+              <a href="source-repository.html">Source Repository</a>
+        </li>
+              </ul>
+        </li>
+          </ul>
+                                       <a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy">
+            <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
+          </a>
+                       
+  
+
+  
+    
+  
+  
+        </div>
+    </div>
+    <div id="bodyColumn">
+      <div id="contentBox">
+        <div class="section"><h2>Project Summary</h2><div class="section"><h3>Project Information</h3><table class="bodyTable"><tr class="a"><th>Field</th><th>Value</th></tr><tr class="b"><td>Name</td><td>maven-xsp-plugin</td></tr><tr class="a"><td>Description</td><td>Maven Plugin for .NET</td></tr><tr class="b"><td>Homepage</td><td></td></tr></table></div><div class="section"><h3>Project Organization</h3><p>This project does not belong to an organization.</p></div><div class="section"><h3>Build Information</h3><table class="bodyTable"><tr class="a"><th>Field</th><th>Value</th></tr><tr class="b"><td>GroupId</td><td>org.apache.maven.dotnet.plugins</td></tr><tr class="a"><td>ArtifactId</td><td>maven-xsp-plugin</td></tr><tr class="b"><td>Version</td><td>0.14-SNAPSHOT</td></tr><tr class="a"><td>Type</td><td>maven-plugin</td></tr></table></div></div>
+      </div>
+    </div>
+    <div class="clear">
+      <hr/>
+    </div>
+    <div id="footer">
+      <div class="xright">&#169;  
+          2007
+    
+          
+  
+
+  
+    
+  
+  
+  </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+  </body>
+</html>

Propchange: incubator/nmaven/www/plugins/maven-xsp-plugin/project-summary.html
------------------------------------------------------------------------------
    svn:eol-style = native