You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by jh...@apache.org on 2006/05/13 09:43:03 UTC

svn commit: r406034 - in /cocoon/trunk: README.txt pom.xml

Author: jheymans
Date: Sat May 13 00:43:02 2006
New Revision: 406034

URL: http://svn.apache.org/viewcvs?rev=406034&view=rev
Log:
updated README, main pom

Modified:
    cocoon/trunk/README.txt
    cocoon/trunk/pom.xml

Modified: cocoon/trunk/README.txt
URL: http://svn.apache.org/viewcvs/cocoon/trunk/README.txt?rev=406034&r1=406033&r2=406034&view=diff
==============================================================================
--- cocoon/trunk/README.txt (original)
+++ cocoon/trunk/README.txt Sat May 13 00:43:02 2006
@@ -19,6 +19,7 @@
 http://cocoon.zones.apache.org/daisy/documentation/g1/798.html
 
 HOW TO MOUNT THE PROJECTS IN ECLIPSE
+------------------------------------
 
 from /trunk, run mvn eclipse:clean first to remove any left over eclipse
 files. Then run mvn eclipse:eclipse.
@@ -29,16 +30,13 @@
 blocks as projects.
 
 Note that you need to declare the M2_REPO classpath variable in your
-workspace, it should point to your local m2 repository. At the moment
-there are still compilation problems because of htmlunit, but this
-should be enough to get you going already.
+workspace, it should point to your local m2 repository.
 
 You can also get eclipse to download the sources of the dependent libraries and attach them 
 to the jars in eclipse :
 
 $ mvn -Declipse.downloadSources=true eclipse:eclipse
 
-
 For further information about the maven eclipse plugin visit 
 
 http://maven.apache.org/plugins/maven-eclipse-plugin/
@@ -91,4 +89,4 @@
 
 8. point your browser to http://localhost/sitemap-test/test
    (the first reponse produces an error because nothing is returned, but
-    after a refresh, everything works fine.)
\ No newline at end of file
+    after a refresh, everything works fine.)

Modified: cocoon/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/cocoon/trunk/pom.xml?rev=406034&r1=406033&r2=406034&view=diff
==============================================================================
--- cocoon/trunk/pom.xml (original)
+++ cocoon/trunk/pom.xml Sat May 13 00:43:02 2006
@@ -65,7 +65,7 @@
     </repository>
     <repository>
       <id>apache-cvs</id>
-      <name>Apache CVS Repository</name>
+      <name>Apache Maven Repository</name>
       <url>http://svn.apache.org/repository</url>
       <layout>legacy</layout>
     </repository>