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 2006/03/29 20:56:13 UTC

svn commit: r389864 - /cocoon/trunk/README.m10n.txt

Author: reinhard
Date: Wed Mar 29 10:56:12 2006
New Revision: 389864

URL: http://svn.apache.org/viewcvs?rev=389864&view=rev
Log:
update information

Modified:
    cocoon/trunk/README.m10n.txt

Modified: cocoon/trunk/README.m10n.txt
URL: http://svn.apache.org/viewcvs/cocoon/trunk/README.m10n.txt?rev=389864&r1=389863&r2=389864&view=diff
==============================================================================
--- cocoon/trunk/README.m10n.txt (original)
+++ cocoon/trunk/README.m10n.txt Wed Mar 29 10:56:12 2006
@@ -18,18 +18,6 @@
 http://cocoon.zones.apache.org/daisy/documentation/g2/756.html
 http://cocoon.zones.apache.org/daisy/documentation/g1/798.html
 
-HOW TO CONVERT AN EXISTING BLOCK TO MAVEN STRUCTURE
-
-1. use archetype plugin to create template block structure in the repo root  
-  $mvn archetype:create -DgroupId=org.apache.cocoon -DartifactId=cocoon-core
-2. remove the src/main/java directory from the newly created structure as this will be replaced by your own java sources. If you have testsources already then remove src/main/test/java as well. If you have a pom then remove that one as well.
-3. svn add cocoon-core; svn commit cocoon-core
-4. go to cocoon-core and 
-  $svn move location_of_sources/java src/main 
-  $svn move location_of_pom.xml .
-  $svn move location_of_testsources/java src/test
-5. copy/move jar resources in src/main/resources and test resources in src/test/resources
-
 HOW TO MOUNT THE PROJECTS IN ECLIPSE
 
 from /trunk, run mvn eclipse:clean first to remove any left over eclipse