> +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

Apologies if this was already discussed in the other javadoc PRs. Is it 
intentional to omit the jclouds-labs repo and the other labs ones?

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

Reply via email to