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
...