From cc8d4298d7845ee5922e5b51b040ed4a5320920a Mon Sep 17 00:00:00 2001 From: mihaylov Date: Fri, 27 Apr 2007 15:56:52 +0000 Subject: Improved test case for annotations with array c... Improved test case for annotations with array constants --- test/files/jvm5/mkAnnotationsJar.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 test/files/jvm5/mkAnnotationsJar.sh (limited to 'test/files/jvm5/mkAnnotationsJar.sh') diff --git a/test/files/jvm5/mkAnnotationsJar.sh b/test/files/jvm5/mkAnnotationsJar.sh new file mode 100755 index 0000000000..f32441aa76 --- /dev/null +++ b/test/files/jvm5/mkAnnotationsJar.sh @@ -0,0 +1,8 @@ +#!/bin/sh + +OBJDIR=./classes + +mkdir -p ${OBJDIR} +javac -d ${OBJDIR} -source 1.5 SourceAnnotation.java +jar cf ../lib/annotations.jar -C ${OBJDIR} . +rm -rf ${OBJDIR} -- cgit v1.2.3