mirror of
https://github.com/apache/jclouds.git
synced 2025-02-17 15:35:44 +00:00
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//'
# # The jclouds provider for SKALI Cloud's ElasticStack (http://www.skalicloud.com/). # # Expects the jclouds elasticstack API to be present on your application's classpath. # # TODO: Implementation status. # TODO: Supported features. # TODO: Usage example.