Author: michiel
Date: 2009-12-09 13:24:14 +0100 (Wed, 09 Dec 2009)
New Revision: 40183

Modified:
   mmbase/branches/MMBase-1_9/applications/editwizard/README.txt
Log:
updated README

Modified: mmbase/branches/MMBase-1_9/applications/editwizard/README.txt
===================================================================
--- mmbase/branches/MMBase-1_9/applications/editwizard/README.txt       
2009-12-09 12:23:48 UTC (rev 40182)
+++ mmbase/branches/MMBase-1_9/applications/editwizard/README.txt       
2009-12-09 12:24:14 UTC (rev 40183)
@@ -2,8 +2,40 @@
 
 To install:
 
-- Place build/mmbase-editwizard.jar in your WEB-INF/lib
-- The 'templates' directory from the web-app contain the jsp's and xsl's 
needed to run the
-  editwizards.
-  The examples in 'examples' suppose this templates directory to be 
<web-app>/mmbase/edit/wizard, but
-  we hope that this can be configurable.
+If you use maven2.
+
+Include the following dependency:
+    <dependency>
+      <groupId>org.mmbase</groupId>
+      <artifactId>mmbase-editwizard</artifactId>
+      <version>${mmbase.version}</version>
+      <type>war</type>
+    </dependency>
+
+
+and optionally:
+
+    <dependency>
+      <groupId>org.mmbase.editwizards</groupId>
+      <artifactId>htmlarea</artifactId>
+      <version>3.0-rc1-mm19</version>
+      <type>zip</type>
+    </dependency>
+or
+    <dependency>
+      <groupId>org.xinha</groupId>
+      <artifactId>xinha</artifactId>
+      <version>0.96beta2</version>
+      <type>zip</type>
+    </dependency>
+or
+    <dependency>
+      <groupId>org.mmbase.tinymce</groupId>
+      <artifactId>tinymce-jquery</artifactId>
+      <version>3.2.7-1</version>
+      <type>war</type>
+    </dependency>
+
+If you do not use maven2 you may download these artifacts otherwise and unpack 
them in your web
+application.
+

_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to