You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by re...@apache.org on 2008/11/27 23:22:44 UTC

svn commit: r721305 - /cocoon/cocoon3/trunk/README.txt

Author: reinhard
Date: Thu Nov 27 14:22:44 2008
New Revision: 721305

URL: http://svn.apache.org/viewvc?rev=721305&view=rev
Log:
update build instructions after recent changes in POM structure

Modified:
    cocoon/cocoon3/trunk/README.txt

Modified: cocoon/cocoon3/trunk/README.txt
URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/README.txt?rev=721305&r1=721304&r2=721305&view=diff
==============================================================================
--- cocoon/cocoon3/trunk/README.txt (original)
+++ cocoon/cocoon3/trunk/README.txt Thu Nov 27 14:22:44 2008
@@ -6,11 +6,7 @@
 
 HOW TO BUILD COCOON 3
 ---------------------
-To build Cocoon 3, move into the ./parent directory
-
- cd ./parent
-
-and use following command
+To build Cocoon 3 use following command
 
  mvn install
 
@@ -42,7 +38,7 @@
 
 HOW TO DEVELOP COCOON 3 
 -----------------------
-Move into ./parent and use on of the following commands:
+Depending on what IDE you use, use one of the following commands:
 
   mvn eclipse:eclipse -P all
   mvn idea:idea -P all
@@ -74,7 +70,7 @@
 
 HOW TO RUN ALL TESTS IN ONE GO
 ------------------------------
-Move into ./parent and use the following command:
+Use the following command:
 
  mvn clean install -P it -Dhtmlunit.base-url=http://localhost:8888