You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by sn...@apache.org on 2010/10/03 17:03:17 UTC

svn commit: r1003974 - /roller/trunk/README.txt

Author: snoopdave
Date: Sun Oct  3 15:03:17 2010
New Revision: 1003974

URL: http://svn.apache.org/viewvc?rev=1003974&view=rev
Log:
formatting changes only

Modified:
    roller/trunk/README.txt

Modified: roller/trunk/README.txt
URL: http://svn.apache.org/viewvc/roller/trunk/README.txt?rev=1003974&r1=1003973&r2=1003974&view=diff
==============================================================================
--- roller/trunk/README.txt (original)
+++ roller/trunk/README.txt Sun Oct  3 15:03:17 2010
@@ -22,12 +22,13 @@ To pull the latest trunk sources you do 
 Building this version of Roller requires Apache Maven 2 to build.  Version 2.0.10 or
 higher is suggested.
 
-After pulling the source tree and changing directory to its top level, as indicated above,
-the following command will build and run all unit tests:
+After pulling the source tree and changing directory to its top level, as
+indicated above, the following command will build and run all unit tests:
 
   mvn install
 
-After doing this, you should find the newly built Roller webapp in weblogger-web/target/roller.
+After doing this, you should find the newly built Roller webapp in
+weblogger-web/target/roller.
 
 To build a Roller distribution, you do this:
 
@@ -37,7 +38,8 @@ To build a Roller distribution, you do t
 and you will find Roller distribution files in weblogger-assembly/target
 
 
-NOTE: If you wish to pull a branch other than the trunk, replace the word "trunk"
-in both lines above with the appropriate branch name.  Note that versions of Roller
-before 5.0 have an ant-based build.  In general, you should be able to follow
-instructions accompanying the sources that you pull in order to build that version.
+NOTE: If you wish to pull a branch other than the trunk, replace the word
+"trunk" in both lines above with the appropriate branch name.  Note that
+versions of Roller before 5.0 have an ant-based build.  In general, you should
+be able to follow instructions accompanying the sources that you pull in order
+to build that version.