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="[EMAIL PROTECTED]'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>