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/05/22 19:43:24 UTC

svn commit: r540718 - in /incubator/nmaven/www: ./ ide/ plugins/

Author: sisbell
Date: Tue May 22 12:43:23 2007
New Revision: 540718

URL: http://svn.apache.org/viewvc?view=rev&rev=540718
Log:
Updated website.

Modified:
    incubator/nmaven/www/adding-executables.html
    incubator/nmaven/www/adding-plugins.html
    incubator/nmaven/www/conventions.html
    incubator/nmaven/www/dependencies.html
    incubator/nmaven/www/environment-configuration.html
    incubator/nmaven/www/features.html
    incubator/nmaven/www/getting-started.html
    incubator/nmaven/www/ide/sharp-develop.html
    incubator/nmaven/www/ide/visual-studio.html
    incubator/nmaven/www/index.html
    incubator/nmaven/www/integration.html
    incubator/nmaven/www/issue-tracking.html
    incubator/nmaven/www/license.html
    incubator/nmaven/www/mail-lists.html
    incubator/nmaven/www/net-plugins.html
    incubator/nmaven/www/plugins/index.html
    incubator/nmaven/www/project-info.html
    incubator/nmaven/www/project-summary.html
    incubator/nmaven/www/source-repository.html
    incubator/nmaven/www/team-list.html

Modified: incubator/nmaven/www/adding-executables.html
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/adding-executables.html?view=diff&rev=540718&r1=540717&r2=540718
==============================================================================
--- incubator/nmaven/www/adding-executables.html (original)
+++ incubator/nmaven/www/adding-executables.html Tue May 22 12:43:23 2007
@@ -45,7 +45,7 @@
   
   
             <div class="xleft">
-        Last Published: 05/20/2007
+        Last Published: 05/22/2007
                       </div>
             <div class="xright">      <a href="http://incubator.apache.org/projects/nmaven.html">Project Site</a>
           |
@@ -226,10 +226,11 @@
     &lt;/platforms&gt;
   &lt;/executablePlugin&gt;
 &lt;/executablePlugins&gt;
-
</pre></div></div><div class="section"><h3>Adding an executable plugin that exists in a predetermined place</h3><p>To create an executable plugin that exists in a predetermined place, do the following:</p><ol type="1"><li>Create your module directory</li><li>From the root of your module directory, type:<div class="source"><pre>mvn archetype:create
-  -DgroupId=[your project's group id]
-  -DartifactId=[your project's artifact id]
-  -DarchetypeArtifactId=maven-archetype-netexecutable
</pre></div></li><li>Make sure to add an entry in the net-executables.xml file, located within the dotnet-core module. Replace each param: $<a name="vendor">vendor</a>, $<a name="exe">exe</a>, .. with the appropriate values.<div class="source"><pre>  &lt;executablePlugin&gt;
+
</pre></div></div><div class="section"><h3>Adding an executable plugin that exists in a predetermined place</h3><p>To create an executable plugin that exists in a predetermined place, do the following:</p><ol type="1"><li>From the root of your project directory, type:<div class="source"><pre> mvn archetype:create -DgroupId=&lt;&lt;myGroupid&gt;&gt;                               \
+                      -DartifactId=&lt;&lt;myArtifactId&gt;&gt;                         \
+                      -DarchetypeArtifactId=maven-archetype-netexecutable   \
+                      -DarchetypeGroupId=org.apache.maven.dotnet            \
+                      -DarchetypeVersion=0.14-SNAPSHOT
</pre></div></li><li>Make sure to add an entry in the net-executables.xml file, located within the dotnet-core module. Replace each param: $<a name="vendor">vendor</a>, $<a name="exe">exe</a>, .. with the appropriate values.<div class="source"><pre>  &lt;executablePlugin&gt;
     &lt;identifier&gt;${ID}&lt;/identifier&gt;
     &lt;pluginClass&gt;org.apache.maven.dotnet.executable.impl.DefaultNetExecutable&lt;/pluginClass&gt;
     &lt;vendor&gt;${vendor}&lt;/vendor&gt;

Modified: incubator/nmaven/www/adding-plugins.html
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/adding-plugins.html?view=diff&rev=540718&r1=540717&r2=540718
==============================================================================
--- incubator/nmaven/www/adding-plugins.html (original)
+++ incubator/nmaven/www/adding-plugins.html Tue May 22 12:43:23 2007
@@ -45,7 +45,7 @@
   
   
             <div class="xleft">
-        Last Published: 05/20/2007
+        Last Published: 05/22/2007
                       </div>
             <div class="xright">      <a href="http://incubator.apache.org/projects/nmaven.html">Project Site</a>
           |

Modified: incubator/nmaven/www/conventions.html
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/conventions.html?view=diff&rev=540718&r1=540717&r2=540718
==============================================================================
--- incubator/nmaven/www/conventions.html (original)
+++ incubator/nmaven/www/conventions.html Tue May 22 12:43:23 2007
@@ -45,7 +45,7 @@
   
   
             <div class="xleft">
-        Last Published: 05/20/2007
+        Last Published: 05/22/2007
                       </div>
             <div class="xright">      <a href="http://incubator.apache.org/projects/nmaven.html">Project Site</a>
           |

Modified: incubator/nmaven/www/dependencies.html
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/dependencies.html?view=diff&rev=540718&r1=540717&r2=540718
==============================================================================
--- incubator/nmaven/www/dependencies.html (original)
+++ incubator/nmaven/www/dependencies.html Tue May 22 12:43:23 2007
@@ -45,7 +45,7 @@
   
   
             <div class="xleft">
-        Last Published: 05/20/2007
+        Last Published: 05/22/2007
                       </div>
             <div class="xright">      <a href="http://incubator.apache.org/projects/nmaven.html">Project Site</a>
           |

Modified: incubator/nmaven/www/environment-configuration.html
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/environment-configuration.html?view=diff&rev=540718&r1=540717&r2=540718
==============================================================================
--- incubator/nmaven/www/environment-configuration.html (original)
+++ incubator/nmaven/www/environment-configuration.html Tue May 22 12:43:23 2007
@@ -45,7 +45,7 @@
   
   
             <div class="xleft">
-        Last Published: 05/20/2007
+        Last Published: 05/22/2007
                       </div>
             <div class="xright">      <a href="http://incubator.apache.org/projects/nmaven.html">Project Site</a>
           |

Modified: incubator/nmaven/www/features.html
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/features.html?view=diff&rev=540718&r1=540717&r2=540718
==============================================================================
--- incubator/nmaven/www/features.html (original)
+++ incubator/nmaven/www/features.html Tue May 22 12:43:23 2007
@@ -45,7 +45,7 @@
   
   
             <div class="xleft">
-        Last Published: 05/20/2007
+        Last Published: 05/22/2007
                       </div>
             <div class="xright">      <a href="http://incubator.apache.org/projects/nmaven.html">Project Site</a>
           |
@@ -175,7 +175,7 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>Key Features</h2><div class="section"><h3>Platforms</h3><ul><li>Mono Support: C#, Nemerle, PHP</li><li>Microsoft Support: C#, VB, .NET Compact Profile</li><li>DotGNU Support: C#</li><li>Multiple Framework Version Support: 1.1, 2.0, 3.0</li><li>Pluggable architecture for adding new compilers and executables.</li><li>nmaven-settings file for selecting the environment (MONO/MS/GNU, vendor/framework version, install location, etc)</li></ul></div><div class="section"><h3>Other</h3><ul><li>NUnit support</li><li>Resource generation and embedding</li><li>Web Application Packaging and Deployment</li><li>XSD and WSDL Generation</li><li>Assembly Signing</li></ul></div><div class="section"><h3>Cool New Features</h3><ul><li>Writing Maven Plugins in .NET (Microsoft Only)</li><li>Experimental IDE Support (VS2005, #develop)</li><li>Deploying and Retrieving of .NET Artifacts from a Remote Repository</li></ul></div></div>
+        <div class="section"><h2>Key Features</h2><div class="section"><h3>Platforms</h3><ul><li>Mono Support: C#, Nemerle, PHP</li><li>Microsoft Support: C#, VB, .NET Compact Profile</li><li>DotGNU Support: C#</li><li>Multiple Framework Version Support: 1.1, 2.0, 3.0</li><li>Pluggable architecture for adding new compilers and executables.</li><li>nmaven-settings file for selecting the environment (MONO/MS/GNU, vendor/framework version, install location, etc)</li></ul></div><div class="section"><h3>Other</h3><ul><li>NUnit support</li><li>Resource generation and embedding</li><li>Web Application Packaging and Deployment</li><li>XSD and WSDL Generation</li><li>Assembly Signing</li></ul></div><div class="section"><h3>Cool New Features</h3><ul><li>Writing Maven Plugins in .NET (Microsoft Only)</li><li>Experimental IDE Support (VS2005, #develop)</li><li>Deploying and Retrieving of .NET Artifacts from a Remote Repository</li><li>FxCop Maven Plugin</li></ul></div></div>
       </div>
     </div>
     <div class="clear">

Modified: incubator/nmaven/www/getting-started.html
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/getting-started.html?view=diff&rev=540718&r1=540717&r2=540718
==============================================================================
--- incubator/nmaven/www/getting-started.html (original)
+++ incubator/nmaven/www/getting-started.html Tue May 22 12:43:23 2007
@@ -45,7 +45,7 @@
   
   
             <div class="xleft">
-        Last Published: 05/20/2007
+        Last Published: 05/22/2007
                       </div>
             <div class="xright">      <a href="http://incubator.apache.org/projects/nmaven.html">Project Site</a>
           |
@@ -175,10 +175,14 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>Getting Started</h2></div><div class="section"><h2>Sections</h2><ul><li><a href="getting-started.html#Building NMaven">Building NMaven</a></li><li><a href="getting-started.html#Creating a Simple Project">Creating a Simple Project</a></li><li><a href="getting-started.html#Generating VS2005 Solution Files">Generating VS2005 Solution Files</a></li><li><a href="getting-started.html#Assembly Info">Assembly Info</a></li><li><a href="getting-started.html#Unit Testing with NUnit">Unit Testing with NUnit</a></li><li><a href="getting-started.html#Building & Deploying Web Applications">Building &amp; Deploying Web Applications</a></li><li><a href="getting-started.html#Building with .NET Modules">Building with .NET Modules</a></li><li><a href="getting-started.html#Installing Existing Assemblies in the Maven Repository">Installing Existing Assemblies in the Maven Repository</a></li><li><a href="getting-started.html#Generating Resources">Generating Resourc
 es</a></li><li><a href="getting-started.html#Signing Assemblies">Signing Assemblies</a></li><li><a href="getting-started.html#Using NMaven Settings File">Using NMaven Settings File</a></li></ul><div class="section"><h3><a name="Building NMaven">Building NMaven</a></h3><div class="section"><h4>Prerequisites</h4><p>Prior to building NMaven, make sure that you have the following installed on your system:</p><ol type="1"><li><a href=" http://java.sun.com/javase/downloads/index_jdk5.jsp"> JDK 5.0 Update x</a></li><li><a href="http://msdn2.microsoft.com/en-us/netframework/default.aspx"> Microsoft .NET Framework</a> (2.0+) OR <a href="http://www.mono-project.com"> Mono</a> (1.2.3.1+). Note that the 2.0+ framework (either MONO or Microsoft) is required to run NMaven but you can still target 1.1 for your builds provided that the 1.1 version is installed.</li><li>Subversion client 1.3+ (although 1.4 will soon be required). Click here for <a href=" http://subversion.tigris.org/servlets
 /ProjectDocumentView?documentID=35379&showInfo=true"> Windows Subversion Client</a>.</li><li><a href="http://nunit.org/index.php?p=download"> NUnit 2.2+</a>.</li><li><a href="http://maven.apache.org/download.html"> Maven 2.0.4 or higher</a></li><li><p>If you are planning on using NMaven with Visual Studio 2005, you will also need VS installed prior to building NMaven.</p></li></ol></div><div class="section"><h4>Bootstrap Build</h4><p>To build NMaven:</p><ol type="1"><li>Do an SVN checkout<ol type="a"><li>For the latest, unstable version:<div class="source"><pre>svn co https://svn.apache.org/repos/asf/incubator/nmaven/trunk nmaven
</pre></div></li><li>For a stable version:<div class="source"><pre>svn ls https://svn.apache.org/repos/asf/incubator/nmaven/tags
</pre></div><p>You will see something like:</p><div class="source"><pre>STABLE-2007-05-18/
-STABLE-2007-05-20/
</pre></div><p>Choose the latest stable date, which in this case is:</p><div class="source"><pre>svn co https://svn.apache.org/repos/asf/incubator/nmaven/tags/STABLE-2007-05-20 nmaven
</pre></div></li></ol></li><li>If compiling on Windows with either Microsoft or Mono:<ol type="a"><li>the csc (or gmcs) executable directory should be located on the system path. This is only needed for the initial bootstrap build and may be removed afterwards.</li><li>the directory path containing nunit-console should also be located on the system path. After the bootstrap build, you should leave the directory path containing the nunit-console executable within the system path. For other options, see: <a href="getting-started.html#Unit Testing with NUnit">Unit Testing with NUnit</a></li><li>If using Mono on Windows, both the csc executable and the nunit-console executable are located within the same path: typically something like &quot;C:\Program Files\Mono-1.2.3.1\bin&quot;
 </li></ol></li><li>Execute bootstrap-build.bat (or bootstrap-build.sh) from the nmaven directory. If you want to compile with Visual Studio 2005 support (Windows only) execute: bootstrap-build.bat -DVisualStudio2005</li></ol><p>During step (1), you may receive an error similar to the following:</p><div class="source"><pre>
+        <div class="section"><h2>Getting Started</h2></div><div class="section"><h2>Sections</h2><ul><li><a href="getting-started.html#Building NMaven">Building NMaven</a></li><li><a href="getting-started.html#Creating a Simple Project">Creating a Simple Project</a></li><li><a href="getting-started.html#Generating VS2005 Solution Files">Generating VS2005 Solution Files</a></li><li><a href="getting-started.html#Assembly Info">Assembly Info</a></li><li><a href="getting-started.html#Unit Testing with NUnit">Unit Testing with NUnit</a></li><li><a href="getting-started.html#Building & Deploying Web Applications">Building &amp; Deploying Web Applications</a></li><li><a href="getting-started.html#Building with .NET Modules">Building with .NET Modules</a></li><li><a href="getting-started.html#Installing Existing Assemblies in the Maven Repository">Installing Existing Assemblies in the Maven Repository</a></li><li><a href="getting-started.html#Generating Resources">Generating Resourc
 es</a></li><li><a href="getting-started.html#Signing Assemblies">Signing Assemblies</a></li><li><a href="getting-started.html#Using NMaven Settings File">Using NMaven Settings File</a></li><li><a href="getting-started.html#FxCop Maven Plugin">FxCop Maven Plugin</a></li></ul><div class="section"><h3><a name="Building NMaven">Building NMaven</a></h3><div class="section"><h4>Prerequisites</h4><p>Prior to building NMaven, make sure that you have the following installed on your system:</p><ol type="1"><li><a href=" http://java.sun.com/javase/downloads/index_jdk5.jsp"> JDK 5.0 Update x</a></li><li>For Microsoft builds you will need both <a href="http://msdn2.microsoft.com/en-us/downloads/default.aspx"> Microsoft .NET Framework</a> (2.0+) AND <a href="http://msdn2.microsoft.com/en-us/downloads/default.aspx"> NET Framework 2.0 SDK</a>. For Mono builds, you will need <a href="http://www.mono-project.com"> Mono</a> (1.2.3.1+). Note that the 2.0+ framework (either MONO or Microsoft) is
  required to run NMaven, but you can still target 1.1 for your builds provided that the 1.1 version is also installed.</li><li>Subversion client 1.3+ (although 1.4 will soon be required). Click here for <a href=" http://subversion.tigris.org/servlets/ProjectDocumentView?documentID=35379&showInfo=true"> Windows Subversion Client</a>.</li><li><a href="http://nunit.org/index.php?p=download"> NUnit 2.2+</a>.</li><li><a href="http://maven.apache.org/download.html"> Maven 2.0.4 or higher</a></li></ol><p>Optional programs that need to be downloaded separately (and are not required for the build) include:</p><ol type="1"><li><a href="http://www.gotdotnet.com/Team/FxCop/"> FxCop 1.35 (Windows Only)</a>. FxCop is a code analysis tool that checks .NET managed code assemblies for conformance to the Microsoft .NET Framework Design Guidelines.</li><li>Visual Studio 2005 Standard or higher is needed to use the NMaven Addin (Visual Studio Express Edition will not work)</li></ol></div><div c
 lass="section"><h4>Bootstrap Build</h4><p>To build NMaven:</p><ol type="1"><li>Do an SVN checkout<ol type="a"><li>For the latest, unstable version:<div class="source"><pre>svn co https://svn.apache.org/repos/asf/incubator/nmaven/trunk nmaven
</pre></div></li><li>For a stable version:<div class="source"><pre>svn ls https://svn.apache.org/repos/asf/incubator/nmaven/tags
</pre></div><p>You will see something like:</p><div class="source"><pre>STABLE-2007-05-18/
+STABLE-2007-05-20/
</pre></div><p>Choose the latest stable date, which in this case is:</p><div class="source"><pre>svn co https://svn.apache.org/repos/asf/incubator/nmaven/tags/STABLE-2007-05-20 nmaven
</pre></div></li></ol></li><li>If compiling on Windows with either Microsoft or Mono:<ol type="a"><li><b>the csc (or gmcs) executable directory AND the .NET SDK install root (containing xsd, wsdl) should be located on the system path</b>. For Mono the executable directory and the SDK install root are the same. This configuration is only needed for the initial bootstrap build and may be removed afterwards.</li><li>the directory path containing nunit-console should also be located on the system path. After the bootstrap build, you should leave the directory path containing the nunit-console executable within the system path. For other options, see: <a href="getting-started.html#Unit Testing with NUnit">Unit Testing with NUnit</a></li><li>If using Mono on Windows, both the csc e
 xecutable and the nunit-console executable are located within the same path: typically something like &quot;C:\Program Files\Mono-1.2.3.1\bin&quot;</li></ol></li><li>Execute bootstrap-build.bat (or bootstrap-build.sh) from the nmaven directory. If you want to compile with Visual Studio 2005 support (Windows only) execute: bootstrap-build.bat -DVisualStudio2005</li></ol><p>During step (1), if you receive an error similar to the following, will need to upgrade to subversion 1.4 or higher:</p><div class="source"><pre>
  svn: This client is too old to work with working copy 'nmaven-utility-resx\src\main\csharp';
- please get a newer Subversion client
</pre></div><p>In this case will need to upgrade to subversion 1.4 or higher.</p></div><div class="section"><h4>Linux Specific Setup</h4><p>Building on Linux, may take some extra steps. By default, on many Linux environments, the GNU Compiler for Java is already installed. The current GNU version will not work with NMaven. To check which version the system uses, type &quot;java -version&quot; on the command line. If you see something similar to the following, you will need to take additional steps to get the build setup:</p><div class="source"><pre>
+ please get a newer Subversion client
</pre></div><p>During step (3) if you can't build, the most common reason is that the paths are not set correctly (see 2(a) above). To verify try,</p><div class="source"><pre> xsd
</pre></div><p>If you see the error message below, make sure that Mono or the SDK for Microsoft is installed on the classpath.</p><div class="source"><pre>'xsd' is not recognized as an internal or external command
+
+or
+
+xsd: command not found
</pre></div><p>Also try commands for: &quot;nunit-console&quot; and &quot;csc&quot;. If either of these gives a command not found, then you need to add them to the system path. If you still can't build, you will need to capture the debug output. Type</p><div class="source"><pre>bootstrap-build.bat -X &gt; out.log
</pre></div><p>and report the error to either</p><ul><li><a href="http://jira.codehaus.org/browse/NMAVEN"> NMaven Issue Tracking</a></li><li><a href="mailto:nmaven-dev@incubator.apache.org"> Post to Mailing List</a></li></ul></div><div class="section"><h4>Linux Specific Setup</h4><p>Building on Linux, may take some extra steps. By default, on many Linux environments, the GNU Compiler for Java is already installed. The current GNU version will not work with NMaven. To check which version the system uses, type &quot;java -version&quot; on the command line. If you see something similar to the following, you will need to take additional steps to g
 et the build setup:</p><div class="source"><pre>
 java version &quot;1.4.2&quot;
 gij (GNU libgcj) version 4.1.1 20060525 (Red Hat 4.1.1-1)
</pre></div><p>Create a file &quot;/etc/profile.d/java.sh&quot; with the following entries:</p><div class="source"><pre>
  export JAVA_HOME=/usr/java/jdk1.5.0_09
@@ -403,7 +407,7 @@
       &lt;/frameworks&gt;
     &lt;/vendor&gt;
   &lt;/vendors&gt;
-&lt;/nmavenSettings&gt;
</pre></div></div></div>
+&lt;/nmavenSettings&gt;
</pre></div></div><div class="section"><h3><a name="FxCop Maven Plugin">FxCop Maven Plugin</a></h3><p>Make sure that FxCopCmd is installed and located within your path.</p><p>Then:</p><ol type="1"><li>Go to your directory containing the pom (it may be a parent pom containing multiple modules).</li><li>Install the project: mvn install</li><li>Type one of the following commands</li></ol><p>For a single module install or a multi-module, non-aggregated reports, type:</p><div class="source"><pre>mvn org.apache.maven.dotnet.plugins:maven-fxcop-plugin:fxcop
</pre></div><p>For a mult-module, aggregated report, type:</p><div class="source"><pre>mvn org.apache.maven.dotnet.plugins:maven-fxcop-plugin:aggregate
</pre></div></div></div>
       </div>
     </div>
     <div class="clear">

Modified: incubator/nmaven/www/ide/sharp-develop.html
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/ide/sharp-develop.html?view=diff&rev=540718&r1=540717&r2=540718
==============================================================================
--- incubator/nmaven/www/ide/sharp-develop.html (original)
+++ incubator/nmaven/www/ide/sharp-develop.html Tue May 22 12:43:23 2007
@@ -45,7 +45,7 @@
   
   
             <div class="xleft">
-        Last Published: 05/20/2007
+        Last Published: 05/22/2007
                       </div>
             <div class="xright">      <a href="http://incubator.apache.org/projects/nmaven.html">Project Site</a>
           |

Modified: incubator/nmaven/www/ide/visual-studio.html
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/ide/visual-studio.html?view=diff&rev=540718&r1=540717&r2=540718
==============================================================================
--- incubator/nmaven/www/ide/visual-studio.html (original)
+++ incubator/nmaven/www/ide/visual-studio.html Tue May 22 12:43:23 2007
@@ -45,7 +45,7 @@
   
   
             <div class="xleft">
-        Last Published: 05/20/2007
+        Last Published: 05/22/2007
                       </div>
             <div class="xright">      <a href="http://incubator.apache.org/projects/nmaven.html">Project Site</a>
           |

Modified: incubator/nmaven/www/index.html
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/index.html?view=diff&rev=540718&r1=540717&r2=540718
==============================================================================
--- incubator/nmaven/www/index.html (original)
+++ incubator/nmaven/www/index.html Tue May 22 12:43:23 2007
@@ -45,7 +45,7 @@
   
   
             <div class="xleft">
-        Last Published: 05/20/2007
+        Last Published: 05/22/2007
                       </div>
             <div class="xright">      <a href="http://incubator.apache.org/projects/nmaven.html">Project Site</a>
           |

Modified: incubator/nmaven/www/integration.html
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/integration.html?view=diff&rev=540718&r1=540717&r2=540718
==============================================================================
--- incubator/nmaven/www/integration.html (original)
+++ incubator/nmaven/www/integration.html Tue May 22 12:43:23 2007
@@ -45,7 +45,7 @@
   
   
             <div class="xleft">
-        Last Published: 05/20/2007
+        Last Published: 05/22/2007
                       </div>
             <div class="xright">      <a href="http://incubator.apache.org/projects/nmaven.html">Project Site</a>
           |

Modified: incubator/nmaven/www/issue-tracking.html
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/issue-tracking.html?view=diff&rev=540718&r1=540717&r2=540718
==============================================================================
--- incubator/nmaven/www/issue-tracking.html (original)
+++ incubator/nmaven/www/issue-tracking.html Tue May 22 12:43:23 2007
@@ -45,7 +45,7 @@
   
   
             <div class="xleft">
-        Last Published: 05/20/2007
+        Last Published: 05/22/2007
                       </div>
             <div class="xright">      <a href="http://incubator.apache.org/projects/nmaven.html">Project Site</a>
           |

Modified: incubator/nmaven/www/license.html
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/license.html?view=diff&rev=540718&r1=540717&r2=540718
==============================================================================
--- incubator/nmaven/www/license.html (original)
+++ incubator/nmaven/www/license.html Tue May 22 12:43:23 2007
@@ -45,7 +45,7 @@
   
   
             <div class="xleft">
-        Last Published: 05/20/2007
+        Last Published: 05/22/2007
                       </div>
             <div class="xright">      <a href="http://incubator.apache.org/projects/nmaven.html">Project Site</a>
           |

Modified: incubator/nmaven/www/mail-lists.html
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/mail-lists.html?view=diff&rev=540718&r1=540717&r2=540718
==============================================================================
--- incubator/nmaven/www/mail-lists.html (original)
+++ incubator/nmaven/www/mail-lists.html Tue May 22 12:43:23 2007
@@ -45,7 +45,7 @@
   
   
             <div class="xleft">
-        Last Published: 05/20/2007
+        Last Published: 05/22/2007
                       </div>
             <div class="xright">      <a href="http://incubator.apache.org/projects/nmaven.html">Project Site</a>
           |

Modified: incubator/nmaven/www/net-plugins.html
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/net-plugins.html?view=diff&rev=540718&r1=540717&r2=540718
==============================================================================
--- incubator/nmaven/www/net-plugins.html (original)
+++ incubator/nmaven/www/net-plugins.html Tue May 22 12:43:23 2007
@@ -45,7 +45,7 @@
   
   
             <div class="xleft">
-        Last Published: 05/20/2007
+        Last Published: 05/22/2007
                       </div>
             <div class="xright">      <a href="http://incubator.apache.org/projects/nmaven.html">Project Site</a>
           |

Modified: incubator/nmaven/www/plugins/index.html
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/plugins/index.html?view=diff&rev=540718&r1=540717&r2=540718
==============================================================================
--- incubator/nmaven/www/plugins/index.html (original)
+++ incubator/nmaven/www/plugins/index.html Tue May 22 12:43:23 2007
@@ -45,7 +45,7 @@
   
   
             <div class="xleft">
-        Last Published: 05/20/2007
+        Last Published: 05/22/2007
                       </div>
             <div class="xright">      <a href="http://incubator.apache.org/projects/nmaven.html">Project Site</a>
           |

Modified: incubator/nmaven/www/project-info.html
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/project-info.html?view=diff&rev=540718&r1=540717&r2=540718
==============================================================================
--- incubator/nmaven/www/project-info.html (original)
+++ incubator/nmaven/www/project-info.html Tue May 22 12:43:23 2007
@@ -45,7 +45,7 @@
   
   
             <div class="xleft">
-        Last Published: 05/20/2007
+        Last Published: 05/22/2007
                       </div>
             <div class="xright">      <a href="http://incubator.apache.org/projects/nmaven.html">Project Site</a>
           |

Modified: incubator/nmaven/www/project-summary.html
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/project-summary.html?view=diff&rev=540718&r1=540717&r2=540718
==============================================================================
--- incubator/nmaven/www/project-summary.html (original)
+++ incubator/nmaven/www/project-summary.html Tue May 22 12:43:23 2007
@@ -45,7 +45,7 @@
   
   
             <div class="xleft">
-        Last Published: 05/20/2007
+        Last Published: 05/22/2007
                       </div>
             <div class="xright">      <a href="http://incubator.apache.org/projects/nmaven.html">Project Site</a>
           |

Modified: incubator/nmaven/www/source-repository.html
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/source-repository.html?view=diff&rev=540718&r1=540717&r2=540718
==============================================================================
--- incubator/nmaven/www/source-repository.html (original)
+++ incubator/nmaven/www/source-repository.html Tue May 22 12:43:23 2007
@@ -45,7 +45,7 @@
   
   
             <div class="xleft">
-        Last Published: 05/20/2007
+        Last Published: 05/22/2007
                       </div>
             <div class="xright">      <a href="http://incubator.apache.org/projects/nmaven.html">Project Site</a>
           |

Modified: incubator/nmaven/www/team-list.html
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/team-list.html?view=diff&rev=540718&r1=540717&r2=540718
==============================================================================
--- incubator/nmaven/www/team-list.html (original)
+++ incubator/nmaven/www/team-list.html Tue May 22 12:43:23 2007
@@ -45,7 +45,7 @@
   
   
             <div class="xleft">
-        Last Published: 05/20/2007
+        Last Published: 05/22/2007
                       </div>
             <div class="xright">      <a href="http://incubator.apache.org/projects/nmaven.html">Project Site</a>
           |