Updated Branches: refs/heads/master 3c027b515 -> 129f5d01f
Adds the rackspace specific providers to the list of modules Project: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs-openstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs-openstack/commit/129f5d01 Tree: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs-openstack/tree/129f5d01 Diff: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs-openstack/diff/129f5d01 Branch: refs/heads/master Commit: 129f5d01f93d2434185ea3e99f6a4512f4f449d6 Parents: 3c027b5 Author: zack-shoylev <[email protected]> Authored: Fri Jun 21 11:37:00 2013 -0700 Committer: Andrew Bayer <[email protected]> Committed: Fri Jun 21 11:37:00 2013 -0700 ---------------------------------------------------------------------- pom.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs-openstack/blob/129f5d01/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 3c12051..6253977 100644 --- a/pom.xml +++ b/pom.xml @@ -68,6 +68,8 @@ <module>openstack-quantum</module> <module>openstack-reddwarf</module> <module>openstack-swift</module> + <module>rackspace-clouddatabases-us</module> + <module>rackspace-clouddatabases-uk</module> </modules> <build>
