jclouds/providers/elastichosts-hkg-e
Andrew Gaul 9cdd53b0b7 JCLOUDS-546: Remove Javadoc @author annotations
Annotations removed with:

find -name \*.java | xargs sed -i /@author/d

Empty Javadoc removed with multiple iterations of:

find -name \*.java | xargs sed -i -z 's/ \*\n \*\// \*\//'
find -name \*.java | xargs sed -i -z 's/ \* \n \*\// \*\//'
find -name \*.java | xargs sed -i -z 's/\/\*\*\n \*\/\n//'
2014-06-07 21:44:54 -07:00
..
src JCLOUDS-546: Remove Javadoc @author annotations 2014-06-07 21:44:54 -07:00
README.txt JCLOUDS-517: New ElasticHosts images and regions 2014-06-02 16:57:44 +02:00
pom.xml JCLOUDS-517: New ElasticHosts images and regions 2014-06-02 16:57:44 +02:00

README.txt

#
# The jclouds provider for ElasticHosts' Hong Kong ElasticStack  (http://www.elastichosts.com/).
#
# Expects the jclouds elasticstack API to be present on your application's classpath.
#