* 'master' of git@github.com:jclouds/jclouds:
Added a README for the RUN@cloud Tweetstore demo
Using a unique name for the RUN@cloud Tweetstore demo
Updated READMEs to describe new providers and GAE SDK version
Added new Tweetstore demo for CloudBees' RUN@cloud platform
Updated to new providers, removed unnecessary property 'blobs' and 'sequential' -> 'singleThreaded' in @Test
thread.stop() -> thread.interrupt(), and updated KickStart args to correctly point to the GAE SDK and logging.properties locations
thread.stop() -> thread.interrupt()
appengine.api.labs.taskqueue -> appengine.api.taskqueue
Removed unneeded import
newBlob -> blobBuilder...build()
Switched to new providers, removed unneeded GAE dev server dependencies and made provider and dependencies runtime
Updated documentation to match the providers used in the demos
Make it explicit that the presented list of poviders are the currently
configured providers. Mention jclouds-all. Remove reference to maven, since
it is not the only build tool in use.
* core/src/main/java/org/jclouds/providers/Providers.java
(boundedByIso3166Code): Added another implementation that takes a type to
further filter the results.
(collocatedWith): Added another implementation that takes a type to
further filter the results.
* core/src/test/java/org/jclouds/providers/ProvidersTest.java
(testBoundedByIso3166Code, testCollocatedWith): Updated to test the versions
that now take a type as an argument.
* 'master' of https://github.com/jcscoobyrs/jclouds:
Issue 550: Added support for finding providers that are in a particular "location" as identified by an ISO 3166 code.
particular "location" as identified by an ISO 3166 code.
[in core/src/main/java/org/jclouds]
* providers/ProviderPredicates.java (inIso3166Code),
providers/Providers.java (withIso3166Code): Added.
[in core/src/test/java/org/jclouds]
* providers/JcloudsTestBlobStoreProviderMetadata.java
(getIso3166Codes): Updated to list a different code than the other
test ProviderMetadata to test the new filtering capabilities.
* providers/ProvidersTest.java (testWithIso3166Code): Added.