You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by vg...@apache.org on 2003/07/29 20:55:42 UTC

cvs commit: cocoon-2.0/src/java/org/apache/cocoon/components/language/programming/java eclipse.xconf

vgritsenko    2003/07/29 11:55:42

  Added:       src/java/org/apache/cocoon/components/language/programming/java
                        eclipse.xconf
  Log:
  Backport eclipse compiler from 2.1
  
  Revision  Changes    Path
  1.1                  cocoon-2.0/src/java/org/apache/cocoon/components/language/programming/java/eclipse.xconf
  
  Index: eclipse.xconf
  ===================================================================
  <?xml version="1.0"?>
  
  <xconf xpath="cocoon/programming-languages/java-language"
         unless="parameter[@name='compiler']">
        <!-- Compiler parameter specifies which class to use to compile Java.
             Possible variants are:
               Javac. Requires javac.jar (included with JDK as lib/toools.jar).
               Pizza. Requires pizza.jar (included with Cocoon distribution).
               EclipseJavaCompiler. The Eclipse JTD java compiler
                      (included with Cocoon distribution).
               Jikes. Requires IBM jikes compiler to be present in the PATH -->
        <parameter name="compiler" value="org.apache.cocoon.components.language.programming.java.EclipseJavaCompiler"/>
  </xconf>