#!/bin/sh

CLASSPATH=/usr/share/java/eclipse-ecj.jar${CLASSPATH:+:}$CLASSPATH \
/usr/bin/gij org.eclipse.jdt.internal.compiler.batch.Main "$@"
