You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Christopher Oliver <re...@verizon.net> on 2003/03/17 02:18:31 UTC

Re: cvs commit: cocoon-2.1/src/scratchpad/webapp/samples/petstore/flow PetStoreImpl.js

Thanks. My bad.

vgritsenko@apache.org wrote:
> vgritsenko    2003/03/16 17:16:19
> 
>   Modified:    src/scratchpad/webapp/samples/petstore/flow PetStoreImpl.js
>   Log:
>   Fix petstore sample
>   
>   Revision  Changes    Path
>   1.3       +1 -1      cocoon-2.1/src/scratchpad/webapp/samples/petstore/flow/PetStoreImpl.js
>   
>   Index: PetStoreImpl.js
>   ===================================================================
>   RCS file: /home/cvs/cocoon-2.1/src/scratchpad/webapp/samples/petstore/flow/PetStoreImpl.js,v
>   retrieving revision 1.2
>   retrieving revision 1.3
>   diff -u -r1.2 -r1.3
>   --- PetStoreImpl.js	17 Mar 2003 00:37:20 -0000	1.2
>   +++ PetStoreImpl.js	17 Mar 2003 01:16:19 -0000	1.3
>   @@ -44,7 +44,7 @@
>    
>    */
>    
>   -cocoon.load("resource://org/apache/cocoon/components/flow/Database.js");
>   +cocoon.load("resource://org/apache/cocoon/components/flow/javascript/Database.js");
>    
>    function OrderForm() {
>        this.order = new Order();
>   
>   
>   
>