jclouds/providers/aws-ec2
Andrew Gaul 517323fbd5 JCLOUDS-1225: Address Guava 18 MoreExecutors changes
Fixed with:

find -name \*.java | xargs sed -i 's/sameThreadExecutor/newDirectExecutorService/g'
2017-08-22 17:14:22 -07:00
..
src JCLOUDS-1225: Address Guava 18 MoreExecutors changes 2017-08-22 17:14:22 -07:00
README.txt JCLOUDS-31. remove malformed, duplicate, or unnecessary headers 2013-05-16 21:30:32 -07:00
pom.xml Remove clojure bindings 2017-07-10 11:39:11 -07:00

README.txt

#
# The jclouds provider for Amazon's EC2 (http://aws.amazon.com/ec2/).
#
# Expects the jclouds ec2 API to be present on your application's classpath.
#
# TODO: Implementation status.
# TODO: Supported features.
# TODO: Usage example.