blob: f50c2f894e517c3d3377ff581d403c5bde7c3e5e [file] [log] [blame]
#!/bin/sh
# Concatenates multiple descriptions of annotations into a single one.
SCENE_LIB=$(dirname $0)
WORKSPACE=$SCENE_LIB/..
ASMX=$WORKSPACE/asmx
JAVAC_JAR=${JAVAC_JAR:-${SCENE_LIB}/../../jsr308-langtools/dist/lib/javac.jar}
export CLASSPATH=${JAVAC_JAR}:$SCENE_LIB/bin:$ASMX/bin:$WORKSPACE/annotation-file-utilities/lib/plume-core.jar:$CLASSPATH
java annotations.tools.Anncat "$@"