Repository: jclouds-karaf Updated Branches: refs/heads/digitalocean-fix [created] 64ba6e30a
Added missing DigitalOcean feature to features/pom.xml Project: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/commit/64ba6e30 Tree: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/tree/64ba6e30 Diff: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/diff/64ba6e30 Branch: refs/heads/digitalocean-fix Commit: 64ba6e30a937f7329bedd007272ae4985721b350 Parents: fc21cb9 Author: Ignasi Barrera <[email protected]> Authored: Fri Mar 7 16:57:45 2014 +0100 Committer: Ignasi Barrera <[email protected]> Committed: Fri Mar 7 16:57:45 2014 +0100 ---------------------------------------------------------------------- feature/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/64ba6e30/feature/pom.xml ---------------------------------------------------------------------- diff --git a/feature/pom.xml b/feature/pom.xml index fef9cdd..658d1e5 100644 --- a/feature/pom.xml +++ b/feature/pom.xml @@ -158,6 +158,7 @@ limitations under the License. <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>
