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/30 11:12:20 UTC

svn commit: r501363 - in /lenya/trunk/src: modules-core/usecase/java/src/org/apache/lenya/cms/usecase/UsecaseView.java modules/usecasedocument/sitemap.xmap

Author: nettings
Date: Tue Jan 30 02:12:19 2007
New Revision: 501363

URL: http://svn.apache.org/viewvc?view=rev&rev=501363
Log:
use corrent usecases.js location in usecasedocument module (symptom was
broken search). comment fix.
credit goes to richard frovarp, thanks for spotting!


Modified:
    lenya/trunk/src/modules-core/usecase/java/src/org/apache/lenya/cms/usecase/UsecaseView.java
    lenya/trunk/src/modules/usecasedocument/sitemap.xmap

Modified: lenya/trunk/src/modules-core/usecase/java/src/org/apache/lenya/cms/usecase/UsecaseView.java
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules-core/usecase/java/src/org/apache/lenya/cms/usecase/UsecaseView.java?view=diff&rev=501363&r1=501362&r2=501363
==============================================================================
--- lenya/trunk/src/modules-core/usecase/java/src/org/apache/lenya/cms/usecase/UsecaseView.java (original)
+++ lenya/trunk/src/modules-core/usecase/java/src/org/apache/lenya/cms/usecase/UsecaseView.java Tue Jan 30 02:12:19 2007
@@ -58,7 +58,7 @@
  * </p>
  * <p>
  * <code>customFlow</code> is a javascript file where you can provide custom methods that will override
- * those in the default usecase handler (<code>webapp/lenya/usecases/usecases.js</code>).
+ * those in the default usecase handler (<code>modules-core/usecase/usecases.js</code>).
  * Currently, it provides support for "customLoopFlow" and "customSubmitFlow". Refer to the default handler
  * for function prototypes and more information.
  * NB: the "menu" and "createContinuation" attributes will have no effect when you use custom flow code, unless

Modified: lenya/trunk/src/modules/usecasedocument/sitemap.xmap
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/usecasedocument/sitemap.xmap?view=diff&rev=501363&r1=501362&r2=501363
==============================================================================
--- lenya/trunk/src/modules/usecasedocument/sitemap.xmap (original)
+++ lenya/trunk/src/modules/usecasedocument/sitemap.xmap Tue Jan 30 02:12:19 2007
@@ -36,7 +36,7 @@
   <!-- =========================== FlowScript =============================== -->
 
   <map:flow language="javascript">
-    <map:script src="fallback://lenya/usecases/usecases.js"/>
+    <map:script src="fallback://lenya/modules/usecase/usecases.js"/>
   </map:flow>
   
   <!-- =========================== Pipelines ================================ -->



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