#!/bin/sh if [ $# -lt 1 ] then echo "usage: version" 1>&2 exit 1 fi VERSION="$1" shift cat < 4.0.0 org.jogamp.jocl jocl-android ${VERSION} jar JOCL Java™ Binding for the OpenCL® API (Android runtime) http://jogamp.org/jocl/www/ EOF cat ../jocl/pom.in || exit 1 cat < EOF