> +if [ "$JAVA_VERSION" -lt "7" ]; then
> +  echo "Use Java 1.7+ to generate the Javadoc."
> +  exit 1
> +fi
> +
> +if [ -z "$1" ]; then
> +  echo "Usage: $0 <JCLOUDS_VERSION>"
> +  exit 1
> +fi
> +
> +JCLOUDS_VERSION=$1
> +JCLOUDS_VERSION_X=`echo $JCLOUDS_VERSION | cut -c 1-3 | awk '{print $1".x"}'`
> +
> +cd $TMPDIR
> +
> +for name in jclouds jclouds-labs-openstack; do

Not at all. Any api/provider is welcome. :)

We're just getting started with this so I only included what I know and was 
sure about what to be included. More apis/providers from labs repos can be 
added in subsequent PRs. Before we actually publish this for the first time.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-site/pull/106/files#r13409963

Reply via email to