You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by ne...@apache.org on 2007/01/19 00:29:04 UTC

svn commit: r497637 - in /lenya/trunk/src: modules-core/templating/config/cocoon-xconf/usecase-createPulicationFromTemplate.xconf modules-core/workflow/config/cocoon-xconf/usecase-workflow-multiWorkflow.xconf pubs/default/config/publication.xconf

Author: nettings
Date: Thu Jan 18 15:29:03 2007
New Revision: 497637

URL: http://svn.apache.org/viewvc?view=rev&rev=497637
Log:
fixes http://issues.apache.org/bugzilla/show_bug.cgi?id=41395. thanks to
richard frovarp.

Modified:
    lenya/trunk/src/modules-core/templating/config/cocoon-xconf/usecase-createPulicationFromTemplate.xconf
    lenya/trunk/src/modules-core/workflow/config/cocoon-xconf/usecase-workflow-multiWorkflow.xconf
    lenya/trunk/src/pubs/default/config/publication.xconf

Modified: lenya/trunk/src/modules-core/templating/config/cocoon-xconf/usecase-createPulicationFromTemplate.xconf
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules-core/templating/config/cocoon-xconf/usecase-createPulicationFromTemplate.xconf?view=diff&rev=497637&r1=497636&r2=497637
==============================================================================
--- lenya/trunk/src/modules-core/templating/config/cocoon-xconf/usecase-createPulicationFromTemplate.xconf (original)
+++ lenya/trunk/src/modules-core/templating/config/cocoon-xconf/usecase-createPulicationFromTemplate.xconf Thu Jan 18 15:29:03 2007
@@ -24,6 +24,6 @@
   <xconf xpath="/cocoon/usecases" unless="/cocoon/usecases/component-instance[@name = 'templating.createPublicationFromTemplate']">
     <component-instance name="templating.createPublicationFromTemplate" logger="lenya.publication"
       class="org.apache.lenya.cms.publication.usecases.CreatePublicationFromTemplate">
-      <view template="modules/templating-impl/usecases/createPublicationFromTemplate.jx"/>
+      <view template="modules/templating/usecases/createPublicationFromTemplate.jx"/>
     </component-instance>
   </xconf>

Modified: lenya/trunk/src/modules-core/workflow/config/cocoon-xconf/usecase-workflow-multiWorkflow.xconf
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules-core/workflow/config/cocoon-xconf/usecase-workflow-multiWorkflow.xconf?view=diff&rev=497637&r1=497636&r2=497637
==============================================================================
--- lenya/trunk/src/modules-core/workflow/config/cocoon-xconf/usecase-workflow-multiWorkflow.xconf (original)
+++ lenya/trunk/src/modules-core/workflow/config/cocoon-xconf/usecase-workflow-multiWorkflow.xconf Thu Jan 18 15:29:03 2007
@@ -23,7 +23,7 @@
 
   <xconf xpath="/cocoon/usecases" unless="/cocoon/usecases/component-instance[@name = 'workflow.multiWorkflow']">
     <component-instance name="workflow.multiWorkflow" logger="lenya.workflow" class="org.apache.lenya.cms.workflow.usecases.MultiWorkflow">
-      <view template="modules/workflow-impl/usecases/multiWorkflow.jx" menu="true"/>
+      <view template="modules/workflow/usecases/multiWorkflow.jx" menu="true"/>
       <exit usecase="workflow.multiWorkflow"/>
       <usecase name="workflow.submit" event="submit"/>
       <usecase name="workflow.publish" event="publish"/>

Modified: lenya/trunk/src/pubs/default/config/publication.xconf
URL: http://svn.apache.org/viewvc/lenya/trunk/src/pubs/default/config/publication.xconf?view=diff&rev=497637&r1=497636&r2=497637
==============================================================================
--- lenya/trunk/src/pubs/default/config/publication.xconf (original)
+++ lenya/trunk/src/pubs/default/config/publication.xconf Thu Jan 18 15:29:03 2007
@@ -51,7 +51,7 @@
   <module name="sitemanagement"/>
   <module name="sitetree"/>
   <module name="export"/>
-  <module name="workflow-impl"/>
+  <module name="workflow"/>
   <module name="notification"/>
   <module name="svg"/>
   <module name="lucene"/>



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