Repository: jclouds-cli Updated Branches: refs/heads/master 1bafce222 -> a1e6e8a95
Added CloudSigma2 providers Project: http://git-wip-us.apache.org/repos/asf/jclouds-cli/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds-cli/commit/a1e6e8a9 Tree: http://git-wip-us.apache.org/repos/asf/jclouds-cli/tree/a1e6e8a9 Diff: http://git-wip-us.apache.org/repos/asf/jclouds-cli/diff/a1e6e8a9 Branch: refs/heads/master Commit: a1e6e8a95dcdcbec159370de48995675e4a59e65 Parents: 1bafce2 Author: Ignasi Barrera <[email protected]> Authored: Thu Oct 30 16:58:54 2014 +0100 Committer: Ignasi Barrera <[email protected]> Committed: Thu Oct 30 16:58:54 2014 +0100 ---------------------------------------------------------------------- assembly/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds-cli/blob/a1e6e8a9/assembly/pom.xml ---------------------------------------------------------------------- diff --git a/assembly/pom.xml b/assembly/pom.xml index 3e3f14b..2595a59 100644 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -180,6 +180,7 @@ <feature>jclouds-url-handler</feature> <feature>jclouds-api-byon</feature> <feature>jclouds-api-chef</feature> + <feature>jclouds-api-cloudsigma2</feature> <feature>jclouds-api-cloudstack</feature> <feature>jclouds-api-elasticstack</feature> <feature>jclouds-api-ec2</feature> @@ -199,6 +200,11 @@ <feature>jclouds-cloudfiles-us</feature> <feature>jclouds-cloudserver-uk</feature> <feature>jclouds-cloudserver-us</feature> + <feature>jclouds-cloudsigma2-hnl</feature> + <feature>jclouds-cloudsigma2-lvs</feature> + <feature>jclouds-cloudsigma2-sjc</feature> + <feature>jclouds-cloudsigma2-wdc</feature> + <feature>jclouds-cloudsigma2-zrh</feature> <feature>jclouds-digitalocean</feature> <feature>jclouds-elastichosts-lon-b</feature> <feature>jclouds-elastichosts-lon-p</feature>
