You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2008/03/09 11:40:10 UTC

svn commit: r635211 - in /lenya/trunk/src/modules: cforms/config/module.xml webdav/config/module.xml

Author: andreas
Date: Sun Mar  9 03:40:08 2008
New Revision: 635211

URL: http://svn.apache.org/viewvc?rev=635211&view=rev
Log:
Adding missing module dependencies.

Modified:
    lenya/trunk/src/modules/cforms/config/module.xml
    lenya/trunk/src/modules/webdav/config/module.xml

Modified: lenya/trunk/src/modules/cforms/config/module.xml
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/cforms/config/module.xml?rev=635211&r1=635210&r2=635211&view=diff
==============================================================================
--- lenya/trunk/src/modules/cforms/config/module.xml (original)
+++ lenya/trunk/src/modules/cforms/config/module.xml Sun Mar  9 03:40:08 2008
@@ -21,6 +21,7 @@
 <module xmlns="http://apache.org/lenya/module/1.0">
   <id>org.apache.lenya.modules.cforms</id>
   <depends module="org.apache.lenya.modules.usecase"/>
+  <depends module="org.apache.lenya.modules.workflow"/>
   <package>org.apache.lenya.modules</package>
   <version>0.1-dev</version>
   <name>CForms Editor</name>

Modified: lenya/trunk/src/modules/webdav/config/module.xml
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/webdav/config/module.xml?rev=635211&r1=635210&r2=635211&view=diff
==============================================================================
--- lenya/trunk/src/modules/webdav/config/module.xml (original)
+++ lenya/trunk/src/modules/webdav/config/module.xml Sun Mar  9 03:40:08 2008
@@ -23,6 +23,7 @@
   <depends module="org.apache.lenya.modules.usecase"/>
   <depends module="org.apache.lenya.modules.sitemanagement"/>
   <depends module="org.apache.lenya.modules.linking"/>
+  <depends module="org.apache.lenya.modules.workflow"/>
   <package>org.apache.lenya.modules</package>
   <version>0.1-dev</version>
   <name>WebDAV Module</name>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org