Author: michiel
Date: 2009-12-09 13:23:48 +0100 (Wed, 09 Dec 2009)
New Revision: 40182

Modified:
   mmbase/trunk/applications/editwizard/README.txt
Log:
updated README

Modified: mmbase/trunk/applications/editwizard/README.txt
===================================================================
--- mmbase/trunk/applications/editwizard/README.txt     2009-12-09 12:05:22 UTC 
(rev 40181)
+++ mmbase/trunk/applications/editwizard/README.txt     2009-12-09 12:23:48 UTC 
(rev 40182)
@@ -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