Edit

IABSD.fr/ports/lang/classpath/files

Branch :

  • Show log

    Commit

  • Author : kurt
    Date : 2009-06-19 22:28:04
    Hash : bea32b9d
    Message : gjavah, gjar, etc depend on egij from gcj so: - add RUN_DEPENDS on gcj - adjust JAVA var to point to egij so the scripts work when installed

  • ecj.in
  • #!/bin/sh
    
    CLASSPATH=%%DISTDIR%%/ecj.jar${CLASSPATH:+:}$CLASSPATH \
    egij org.eclipse.jdt.internal.compiler.batch.Main -nowarn "$@"