stefano 2003/02/21 15:26:57
Modified: src/webapp/WEB-INF cocoon.xconf
Log:
there is no scheme implementation going on anyway
Revision Changes Path
1.60 +1 -9 xml-cocoon2/src/webapp/WEB-INF/cocoon.xconf
Index: cocoon.xconf
===================================================================
RCS file: /home/cvs/xml-cocoon2/src/webapp/WEB-INF/cocoon.xconf,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- cocoon.xconf 21 Feb 2003 23:01:19 -0000 1.59
+++ cocoon.xconf 21 Feb 2003 23:26:56 -0000 1.60
@@ -36,8 +36,7 @@
<!--+
| The <flow-interpreters> element is used to describe the flowscript
- | engines usedd by the current instance. Currently JavaScript is the
- | only flowscript engine available.
+ | engines usedd by the current instance.
|
| The attributes recognized by the <flow-interpreters> element are:
|
@@ -87,13 +86,6 @@
<check-time>4000</check-time>
<!-- <debugger>enabled</debugger> --> <!-- JavaScript Debugger support -->
</component-instance>
-
- <!-- Temporarily disable Scheme, until full support is completed -->
-
- <!--component-instance name="Scheme"
class="org.apache.cocoon.components.flow.scheme.SchemeInterpreter">
-
<load-on-startup>resource://org/apache/cocoon/components/flow/scheme/system.scm</load-on-startup>
- <heap>/WEB-INF/sisc.heap</heap>
- </component-instance-->
</flow-interpreters>
<!--+