|
View:
New views
1 Messages
—
Rating Filter:
Alert me
|
|
|
svn commit: r706014 [2/2] - in /incubator/nmaven/www/0.16: ./ css/ developer-guide/ images/ images/logos/ installation-guide/ user-guide/Modified: incubator/nmaven/www/0.16/user-guide/quick-start.html
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/0.16/user-guide/quick-start.html?rev=706014&r1=706013&r2=706014&view=diff ============================================================================== --- incubator/nmaven/www/0.16/user-guide/quick-start.html (original) +++ incubator/nmaven/www/0.16/user-guide/quick-start.html Sun Oct 19 06:48:49 2008 @@ -12,7 +12,7 @@ <html xmlns="http://www.w3.org/1999/xhtml"> <head> - <title>Apache NMaven 0.16 - NMaven Quick Start</title> + <title>Apache NMaven - NMaven Quick Start</title> <style type="text/css" media="all"> @import url("../css/maven-base.css"); @import url("../css/maven-theme.css"); @@ -33,11 +33,11 @@ <img src="http://maven.apache.org/images/apache-maven-project-2.png" alt="" /> </a> - <span id="bannerRight"> + <a href="../../" id="bannerRight"> - <img src="http://maven.apache.org/images/maven-logo-2.gif" alt="" /> + <img src="../../../images/apache-incubator-logo.png" alt="" /> - </span> + </a> <div class="clear"> <hr/> </div> @@ -83,7 +83,59 @@ - <h5>Project Documentation</h5> + <h5>General Info</h5> + <ul> + + <li class="none"> + <a href="../index.html">About NMaven</a> + </li> + + <li class="none"> + <a href="../features.html">Features</a> + </li> + </ul> + <h5>Installation</h5> + <ul> + + <li class="none"> + <a href="../installation-guide/building.html">Building from Sources</a> + </li> + + <li class="none"> + <a href="../installation-guide/toolchains.html">Configuring Toolchains</a> + </li> + </ul> + <h5>User's Guide</h5> + <ul> + + <li class="none"> + <a href="../user-guide/creating-projects.html">Creating Projects</a> + </li> + + <li class="none"> + <a href="../user-guide/archetypes.html">Project Archetypes</a> + </li> + + <li class="none"> + <a href="../user-guide/dependencies.html">Dependencies</a> + </li> + + <li class="none"> + <a href="../user-guide/testing.html">Testing with NUnit</a> + </li> + + <li class="none"> + <a href="../user-guide/assemblies.html">Assemblies</a> + </li> + </ul> + <h5>Developer's Guide</h5> + <ul> + + <li class="none"> + <a href="../developer-guide/integration-tests.html">Integration Tests</a> + </li> + </ul> + <h5>Project Documentation</h5> <ul> @@ -109,8 +161,6 @@ - - <li class="collapsed"> <a href="../project-info.html">Project Information</a> Modified: incubator/nmaven/www/0.16/user-guide/testing.html URL: http://svn.apache.org/viewvc/incubator/nmaven/www/0.16/user-guide/testing.html?rev=706014&r1=706013&r2=706014&view=diff ============================================================================== --- incubator/nmaven/www/0.16/user-guide/testing.html (original) +++ incubator/nmaven/www/0.16/user-guide/testing.html Sun Oct 19 06:48:49 2008 @@ -12,7 +12,7 @@ <html xmlns="http://www.w3.org/1999/xhtml"> <head> - <title>Apache NMaven 0.16 - Testing with NUnit</title> + <title>Apache NMaven - Testing with NUnit</title> <style type="text/css" media="all"> @import url("../css/maven-base.css"); @import url("../css/maven-theme.css"); @@ -33,11 +33,11 @@ <img src="http://maven.apache.org/images/apache-maven-project-2.png" alt="" /> </a> - <span id="bannerRight"> + <a href="../../" id="bannerRight"> - <img src="http://maven.apache.org/images/maven-logo-2.gif" alt="" /> + <img src="../../../images/apache-incubator-logo.png" alt="" /> - </span> + </a> <div class="clear"> <hr/> </div> @@ -83,7 +83,59 @@ - <h5>Project Documentation</h5> + <h5>General Info</h5> + <ul> + + <li class="none"> + <a href="../index.html">About NMaven</a> + </li> + + <li class="none"> + <a href="../features.html">Features</a> + </li> + </ul> + <h5>Installation</h5> + <ul> + + <li class="none"> + <a href="../installation-guide/building.html">Building from Sources</a> + </li> + + <li class="none"> + <a href="../installation-guide/toolchains.html">Configuring Toolchains</a> + </li> + </ul> + <h5>User's Guide</h5> + <ul> + + <li class="none"> + <a href="../user-guide/creating-projects.html">Creating Projects</a> + </li> + + <li class="none"> + <a href="../user-guide/archetypes.html">Project Archetypes</a> + </li> + + <li class="none"> + <a href="../user-guide/dependencies.html">Dependencies</a> + </li> + + <li class="none"> + <strong>Testing with NUnit</strong> + </li> + + <li class="none"> + <a href="../user-guide/assemblies.html">Assemblies</a> + </li> + </ul> + <h5>Developer's Guide</h5> + <ul> + + <li class="none"> + <a href="../developer-guide/integration-tests.html">Integration Tests</a> + </li> + </ul> + <h5>Project Documentation</h5> <ul> @@ -109,8 +161,6 @@ - - <li class="collapsed"> <a href="../project-info.html">Project Information</a> @@ -139,8 +189,7 @@ ... </build></pre> </div> -<p>For more information on the directory layout, see <a href="user-guide/directory-layout.html"> Supported Directory Layouts</a> -.</p> +<p>For more information on the directory layout, see <a href="user-guide/directory-layout.html"> Supported Directory Layouts</a>.</p> <p>Next, add the NUnit version you would like you would like to use to your POM: </p> <div class="source"><pre><dependency> <groupId>org.apache.maven.dotnet</groupId> @@ -150,8 +199,7 @@ <scope>test</scope> </dependency></pre> </div> -<p><i>Note:</i> - NUnit is currently only supported building with Microsoft, not Mono. </p> +<p><i>Note:</i> NUnit is currently only supported building with Microsoft, not Mono. </p> </div> </div> |
| Free embeddable forum powered by Nabble | Forum Help |