Author: antonio
Date: Tue Mar  8 20:05:54 2005
New Revision: 156606

URL: http://svn.apache.org/viewcvs?view=rev&rev=156606
Log:
Mark Pizza support as deprecated. To be removed in 2.2

Modified:
    cocoon/branches/BRANCH_2_1_X/src/blocks/xsp/conf/xsp-program-language.xconf

Modified: 
cocoon/branches/BRANCH_2_1_X/src/blocks/xsp/conf/xsp-program-language.xconf
URL: 
http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/src/blocks/xsp/conf/xsp-program-language.xconf?view=diff&r1=156605&r2=156606
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/src/blocks/xsp/conf/xsp-program-language.xconf 
(original)
+++ cocoon/branches/BRANCH_2_1_X/src/blocks/xsp/conf/xsp-program-language.xconf 
Tue Mar  8 20:05:54 2005
@@ -36,7 +36,7 @@
           |  - EclipseJavaCompiler: the Eclipse JTD java compiler
           |  - Javac: the java compiler that comes with JDK
           |  - Jikes: the Jikes java compiler
-          |  - Pizza: the Pizza java compiler
+          |  - Pizza: the Pizza java compiler (deprecated. Support will be 
removed in 2.2)
           |
           | NOTE: the Eclipse JTD is the only java compiler that is capable
           |       of imports classes thru the context classloader. All other
@@ -48,7 +48,7 @@
       <parameter name="compiler" 
value="org.apache.cocoon.components.language.programming.java.EclipseJavaCompiler"/>
       <!--parameter name="compiler" 
value="org.apache.cocoon.components.language.programming.java.Javac"/-->
       <!--parameter name="compiler" 
value="org.apache.cocoon.components.language.programming.java.Jikes"/-->
-      <!--parameter name="compiler" 
value="org.apache.cocoon.components.language.programming.java.Pizza"/-->
+      <!--parameter name="compiler" 
value="org.apache.cocoon.components.language.programming.java.Pizza"/--> <!-- 
deprecated-->
 
       <!--+
           | Specifies the java code source version used to compile the XSP 
code.


Reply via email to