mirror of
https://github.com/apache/jclouds.git
synced 2025-02-07 18:49:52 +00:00
Fixed with: find -name \*.java | xargs sed -i 's/sameThreadExecutor/newDirectExecutorService/g'
# # A driver to run jclouds on Google App Engine (http://code.google.com/appengine/). # # Expects the joda-time JAR (see drivers/joda) to be present on your application's classpath. # # TODO: Usage example.