system, which initially will only be used for object metadata related to
cloud providers.
* .gitignore: Added an ignore pattern for Emacs etags file (TAGS).
[in core/src/main/java]
* org/jclouds/providers/ProviderMetadata.java: Added.
(This file is a simple interface cloud providers will implement to be
pluggable into this new plugin system.)
* org/jclouds/providers/ProviderPredicates.java: Added.
(This file contains predicates that will filter Iterable<ProviderMetadata>
objects.)
* org/jclouds/providers/Providers.java: Added.
(This file contains "simplicity methods" for getting available cloud
providers based on certain criteria, like by type or by id.)
[in core/src/test/java]
* org/jclouds/providers/JcloudsTestBlobStoreProviderMetadata.java,
org/jclouds/providers/JcloudsTestComputeProviderMetadata.java: Added.
(These files are implementations of org.jclouds.providers.ProviderMetadata
used for testing purposes.)
* org/jclouds/providers/ProvidersTest.java: Added.
(This file tests org.jclouds.providers.Providers.)
[in src/test/resources]
* META-INF/services/org.jclouds.providers.ProviderMetadata: Added.
(This file is used by java.util.ServiceLoader to locate the available
cloud provider implementations on the classpath.)
* 'master' of github.com:jclouds/jclouds:
[issue 531] Fixed some broken module site links with <site> overrides and switched to the latest maven-site-plugin
[issue 531] Archetypes now inherit from jclouds-project, which fixes the site structure
* 'master' of https://github.com/dmitri-b/jclouds: (51 commits)
Copyrignt header added, warnings in test are supressed of fixed
Update maven surefire plugin for live tests
test for integer references in json
reboot type is set to soft
Update maven surefire plugin for live tests
Fix for support maven surefire plugin test runner
Fix env to properties
Fix for support maven surefire plugin test runner
Fixes in live tests
Fixes in live tests
Fix after merge
Live tests fix
Fixes in live tests
unit test fixes
test classes for development
Fixes in live tests
Fixes in live tests
Fixes in live tests
Unit test fixes
Fixes in live tests
...
* 'master' of github.com:jclouds/jclouds:
added account features to cloudstack
added more tests to Throwables
Issue 538: removed redundant http tests which are not working due to test classpath issues
loosened up thresholds on syncproxytest
Issue 537: changed to bounded thread pool executor
Changed Maven site URL to the jclouds Google Code site. Also using a fork of the WebDAV wagon to work around http://code.google.com/p/support/issues/detail?id=4786
Changed project description to match extension -> driver change
Merge branch 'master', remote branch 'origin'
Clean up a comment on the blobstore2/blob function. For realsies.
Clean up a comment on the blobstore2/blob function.
Small enhancements to blobstore2_test.
Update blobstore2 to have a convenience protocol for building blob payloads.