nicolaken 2002/12/04 02:30:58 Modified: src/webapp/WEB-INF cocoon.xconf Log: Fixed the build of the webapp because an empty entry about input modules was missing and the xconftool chocked. Revision Changes Path 1.46 +4 -0 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.45 retrieving revision 1.46 diff -u -r1.45 -r1.46 --- cocoon.xconf 3 Dec 2002 17:09:45 -0000 1.45 +++ cocoon.xconf 4 Dec 2002 10:30:58 -0000 1.46 @@ -379,6 +379,10 @@ <datasources> </datasources> + <!-- Input-modules: --> + <input-modules> + </input-modules> + <!-- Compiling xml to byte streams. The xml-serializer "compiles" xml sax events into a byte stream and the xml-deserializer does the same vice versa.
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]