vgritsenko 02/02/03 09:58:14
Modified: src/webapp cocoon.xconf
Log:
Comment out formatter because of bug #5689
Revision Changes Path
1.20 +3 -1 xml-cocoon2/src/webapp/cocoon.xconf
Index: cocoon.xconf
===================================================================
RCS file: /home/cvs/xml-cocoon2/src/webapp/cocoon.xconf,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- cocoon.xconf 3 Feb 2002 02:09:30 -0000 1.19
+++ cocoon.xconf 3 Feb 2002 17:58:14 -0000 1.20
@@ -212,8 +212,10 @@
Jikes requires IBM jikes compiler to be present in the PATH -->
<parameter name="compiler"
value="org.apache.cocoon.components.language.programming.java.Javac"/>
<!-- Specifies which formatter to use to format source code.
- This parameter is optional. -->
+ This parameter is optional.
+ It is commented out because of bug #5689: Java "code-formatter"
incorrectly formats double values
<parameter name="code-formatter"
value="org.apache.cocoon.components.language.programming.java.JstyleFormatter"/>
+ -->
<!-- A singleton-like implementation of a ClassLoader -->
<parameter name="class-loader"
value="org.apache.cocoon.components.classloader.ClassLoaderManagerImpl"/>
</java-language>
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]