Author: sisbell
Date: Fri Oct 26 10:46:22 2007
New Revision: 588720

URL: http://svn.apache.org/viewvc?rev=588720&view=rev
Log:
Update docs.

Added:
    incubator/nmaven/trunk/NOTICE.txt   (with props)
Removed:
    incubator/nmaven/trunk/site/LICENSE.txt
Modified:
    incubator/nmaven/trunk/README.txt

Added: incubator/nmaven/trunk/NOTICE.txt
URL: 
http://svn.apache.org/viewvc/incubator/nmaven/trunk/NOTICE.txt?rev=588720&view=auto
==============================================================================
--- incubator/nmaven/trunk/NOTICE.txt (added)
+++ incubator/nmaven/trunk/NOTICE.txt Fri Oct 26 10:46:22 2007
@@ -0,0 +1,4 @@
+Apache NMaven
+Copyright 2007 The Apache Software Foundation
+
+This product includes software developed by The Apache Software Foundation 
(http://www.apache.org/).

Propchange: incubator/nmaven/trunk/NOTICE.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/nmaven/trunk/README.txt
URL: 
http://svn.apache.org/viewvc/incubator/nmaven/trunk/README.txt?rev=588720&r1=588719&r2=588720&view=diff
==============================================================================
--- incubator/nmaven/trunk/README.txt (original)
+++ incubator/nmaven/trunk/README.txt Fri Oct 26 10:46:22 2007
@@ -1,3 +1,6 @@
+Disclaimer:
+Apache NMaven is undergoing incubation at the ASF.
+
 Prerequisites
 * csc.exe must be available on your PATH.  Usually it can be found in 
C:\WINDOWS\Microsoft.NET\Framework\[version]
 * NUnit must be installed or otherwise configured, see 
http://incubator.apache.org/nmaven/getting-started.html
@@ -49,10 +52,14 @@
 
 Changing NMaven's Version:
  If you need to either update (or change) NMaven's project version, run the 
following:
-   modify-versions.bat <<new_version>>
+   modify-versions.bat <<new_nmaven_version>> <<new_maven_version>>
+ For example,
+   modify-versions.bat 0.15 2.1-SNAPSHOT
+ changes the maven version to 0.15 and changes (or leaves) the maven version 
as 2.1-SNAPSHOT
+
  This changes all of the versions within the pom.xml files.
 
- If you also need to override the maven version (it is currently set to 
maven-2.1-snapshot)
+ If you also need to override the maven version at build time (it is currently 
set to maven-2.1-SNAPSHOT)
   bootstrap-build.bat -DmavenVersion=<<new_version>>
 
 Building Against NonPublic Repo (For release versions)


Reply via email to