ovidiu 02/04/09 23:22:55
Modified: src/scratchpad/schecoon ChangeLog
Log:
2002-04-09 Ovidiu Predescu <[EMAIL PROTECTED]>
* src/org/apache/cocoon/components/flow/javascript/JavaScriptInterpreter.java:
Make class Configurable. Register the file to be read at startup
in configure().
* src/org/apache/cocoon/components/flow/flow.xconf: Use the
element and attribute names expected by ExcaliburComponentSelector
when initializing the components of the InterpreterSelector.
* src/org/apache/cocoon/components/flow/InterpreterSelector.java:
Make use of the ExcaliburComponentSelector configure method to
initialize the components, instead of doing the work ourselves.
* src/org/apache/cocoon/components/flow/AbstractInterpreter.java
(register): Don't throw Exception.
Revision Changes Path
1.36 +15 -0 xml-cocoon2/src/scratchpad/schecoon/ChangeLog
Index: ChangeLog
===================================================================
RCS file: /home/cvs/xml-cocoon2/src/scratchpad/schecoon/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog 10 Apr 2002 01:19:23 -0000 1.35
+++ ChangeLog 10 Apr 2002 06:22:55 -0000 1.36
@@ -1,5 +1,20 @@
2002-04-09 Ovidiu Predescu <[EMAIL PROTECTED]>
+ * src/org/apache/cocoon/components/flow/javascript/JavaScriptInterpreter.java:
+ Make class Configurable. Register the file to be read at startup
+ in configure().
+
+ * src/org/apache/cocoon/components/flow/flow.xconf: Use the
+ element and attribute names expected by ExcaliburComponentSelector
+ when initializing the components of the InterpreterSelector.
+
+ * src/org/apache/cocoon/components/flow/InterpreterSelector.java:
+ Make use of the ExcaliburComponentSelector configure method to
+ initialize the components, instead of doing the work ourselves.
+
+ * src/org/apache/cocoon/components/flow/AbstractInterpreter.java
+ (register): Don't throw Exception.
+
* TODO: Updated.
* webapp/examples/calc/calc.js: Updated to reflect the changes in
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]