Listing features alphabetically
Project: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/commit/d3253466 Tree: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/tree/d3253466 Diff: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/diff/d3253466 Branch: refs/heads/rem-cloudsigma Commit: d3253466146e24971e1543362b19c6838515f787 Parents: c0fe62b Author: Andrew Phillips <[email protected]> Authored: Sun Oct 12 13:58:49 2014 -0400 Committer: Andrew Phillips <[email protected]> Committed: Sun Oct 12 14:49:32 2014 -0400 ---------------------------------------------------------------------- feature/pom.xml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/d3253466/feature/pom.xml ---------------------------------------------------------------------- diff --git a/feature/pom.xml b/feature/pom.xml index f61eb66..326fd38 100644 --- a/feature/pom.xml +++ b/feature/pom.xml @@ -127,17 +127,10 @@ limitations under the License. <feature>jclouds-azureblob</feature> <feature>jclouds-cloudfiles-uk</feature> <feature>jclouds-cloudfiles-us</feature> - <feature>jclouds-dynect</feature> - <feature>jclouds-rackspace-cloudloadbalancers-us</feature> - <feature>jclouds-rackspace-cloudloadbalancers-uk</feature> <feature>jclouds-cloudserver-uk</feature> <feature>jclouds-cloudserver-us</feature> - <feature>jclouds-rackspace-cloudservers-us</feature> - <feature>jclouds-rackspace-cloudservers-uk</feature> - <feature>jclouds-rackspace-clouddns-us</feature> - <feature>jclouds-rackspace-clouddns-uk</feature> - <feature>jclouds-rackspace-cloudblockstorage-us</feature> - <feature>jclouds-rackspace-cloudblockstorage-uk</feature> + <feature>jclouds-digitalocean</feature> + <feature>jclouds-dynect</feature> <feature>jclouds-elastichosts-lon-b</feature> <feature>jclouds-elastichosts-lon-p</feature> <feature>jclouds-elastichosts-sat-p</feature> @@ -149,10 +142,17 @@ limitations under the License. <feature>jclouds-hpcloud-objectstorage</feature> <feature>jclouds-hpcloud-compute</feature> <feature>jclouds-openhosting-east1</feature> + <feature>jclouds-rackspace-cloudloadbalancers-us</feature> + <feature>jclouds-rackspace-cloudloadbalancers-uk</feature> + <feature>jclouds-rackspace-cloudservers-us</feature> + <feature>jclouds-rackspace-cloudservers-uk</feature> + <feature>jclouds-rackspace-clouddns-us</feature> + <feature>jclouds-rackspace-clouddns-uk</feature> + <feature>jclouds-rackspace-cloudblockstorage-us</feature> + <feature>jclouds-rackspace-cloudblockstorage-uk</feature> <feature>jclouds-serverlove-z1-man</feature> <feature>jclouds-skalicloud-sdg-my</feature> <feature>jclouds-softlayer</feature> - <feature>jclouds-digitalocean</feature> </features> <repository>target/features-repo</repository> </configuration>
