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 2007/06/07 17:52:11 UTC

svn commit: r545222 - /cocoon/trunk/README.txt

Author: reinhard
Date: Thu Jun  7 08:52:10 2007
New Revision: 545222

URL: http://svn.apache.org/viewvc?view=rev&rev=545222
Log:
corrections

Modified:
    cocoon/trunk/README.txt

Modified: cocoon/trunk/README.txt
URL: http://svn.apache.org/viewvc/cocoon/trunk/README.txt?view=diff&rev=545222&r1=545221&r2=545222
==============================================================================
--- cocoon/trunk/README.txt (original)
+++ cocoon/trunk/README.txt Thu Jun  7 08:52:10 2007
@@ -8,26 +8,14 @@
 
 PREREQUISITES
 -------------
-You need a JDK, 1.4.x or 1.5.x.
+You need a JDK, 1.4.x, 1.5.x. or 1.6.x
 
-Maven 2 must be installed (at least 2.0.5).
+Maven 2 must be installed (at least 2.0.6).
 
 
 MAVEN REPOSITORY MIRRORS
 ------------------------
-To avoid very slow builds due to slow or inaccessible Maven repositories,
-it is recommended to setup your closest/fastest/preferred Maven mirror,
-as explained in 
-
-  http://maven.apache.org/guides/mini/guide-mirror-settings.html
-
-People have been reporting good results with the dotsrc repo 
-(mirrors.dotsrc.org/maven2), at least from Europe. 
-A good US based repo is the one from mergere (repo.mergere.com/maven2).
-
-Build times will vary dramatically depending on how good your connectivity
-to the Maven repository/mirror is, how well it performs, and whether
-you already have a loaded local Maven repository. 
+Using a Maven repository isn't necessary anymore.
 
 
 HOW TO BUILD THE COCOON WEBAPP
@@ -109,5 +97,3 @@
 
 (Don't use jetty:run-exploded as in this case the jetty6 plugin will
  alter the webapp build by the Cocoon deployer again!)
-
-See also MAVEN REPOSITORY MIRRORS above.



Re: svn commit: r545222 - /cocoon/trunk/README.txt

Posted by Joerg Heinicke <jo...@gmx.de>.
On 07.06.2007 17:52, reinhard@apache.org wrote:
> Author: reinhard
> Date: Thu Jun  7 08:52:10 2007
> New Revision: 545222
> 
> URL: http://svn.apache.org/viewvc?view=rev&rev=545222
> Log:
> corrections
> 
> Modified:
>     cocoon/trunk/README.txt

> +Using a Maven repository isn't necessary anymore.

MIRROR I guess :-)

Joerg