Author: jdcasey
Date: Tue Jan 22 13:53:20 2008
New Revision: 614338

URL: http://svn.apache.org/viewvc?rev=614338&view=rev
Log:
separating READMEs so the bootstrap info doesn't get into the distro.

Added:
    maven/components/trunk/README.bootstrap.txt   (with props)
Modified:
    maven/components/trunk/README.txt

Added: maven/components/trunk/README.bootstrap.txt
URL: 
http://svn.apache.org/viewvc/maven/components/trunk/README.bootstrap.txt?rev=614338&view=auto
==============================================================================
--- maven/components/trunk/README.bootstrap.txt (added)
+++ maven/components/trunk/README.bootstrap.txt Tue Jan 22 13:53:20 2008
@@ -0,0 +1,19 @@
+BOOTSTRAPPING BASICS
+-----------------------
+
+You'll need:
+
+- Java 1.4
+- Ant 1.6.5 or later
+
+First, give Ant a location into which the completed Maven distro should be 
installed:
+
+    export M2_HOME=$HOME/apps/maven/apache-maven-2.1-SNAPSHOT
+
+Then, run Ant:
+
+    ant
+
+Once the build completes, you should have a new Maven distro ready to roll in 
your $M2_HOME directory!
+
+Enjoy.
\ No newline at end of file

Propchange: maven/components/trunk/README.bootstrap.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/components/trunk/README.bootstrap.txt
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Modified: maven/components/trunk/README.txt
URL: 
http://svn.apache.org/viewvc/maven/components/trunk/README.txt?rev=614338&r1=614337&r2=614338&view=diff
==============================================================================
--- maven/components/trunk/README.txt (original)
+++ maven/components/trunk/README.txt Tue Jan 22 13:53:20 2008
@@ -2,24 +2,3 @@
 
 http://maven.apache.org/guides/development/guide-building-m2.html
 
-for complete instructions.
-
-BOOTSTRAPPING BASICS
------------------------
-
-You'll need:
-
-- Java 1.4
-- Ant 1.6.5 or later
-
-First, give Ant a location into which the completed Maven distro should be 
installed:
-
-    export M2_HOME=$HOME/apps/maven/apache-maven-2.1-SNAPSHOT
-
-Then, run Ant:
-
-    ant
-
-Once the build completes, you should have a new Maven distro ready to roll in 
your $M2_HOME directory!
-
-Enjoy.
\ No newline at end of file


Reply via email to