You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by ad...@apache.org on 2014/11/17 17:22:41 UTC

jclouds-karaf git commit: JCLOUDS-780 Remove vcloud.

Repository: jclouds-karaf
Updated Branches:
  refs/heads/master da66b07b9 -> 6947f7a6b


JCLOUDS-780 Remove vcloud.


Project: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/repo
Commit: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/commit/6947f7a6
Tree: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/tree/6947f7a6
Diff: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/diff/6947f7a6

Branch: refs/heads/master
Commit: 6947f7a6b5d7dbff5d0ffc50e1d9007a75dfb569
Parents: da66b07
Author: Adrian Cole <ad...@gmail.com>
Authored: Sun Nov 16 21:41:55 2014 -0800
Committer: Adrian Cole <ad...@gmail.com>
Committed: Mon Nov 17 08:22:18 2014 -0800

----------------------------------------------------------------------
 feature/pom.xml                                                | 1 -
 feature/src/main/resources/feature.xml                         | 6 ------
 .../org/jclouds/karaf/itests/ApisFeaturesInstallationTest.java | 5 -----
 3 files changed, 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/6947f7a6/feature/pom.xml
----------------------------------------------------------------------
diff --git a/feature/pom.xml b/feature/pom.xml
index b8de369..2c35748 100644
--- a/feature/pom.xml
+++ b/feature/pom.xml
@@ -118,7 +118,6 @@ limitations under the License.
                 <feature>jclouds-api-openstack-keystone</feature>
                 <feature>jclouds-api-openstack-cinder</feature>
                 <feature>jclouds-api-swift</feature>
-                <feature>jclouds-api-vcloud</feature>
                 <feature>jclouds-aws-cloudwatch</feature>
                 <feature>jclouds-aws-ec2</feature>
                 <feature>jclouds-aws-route53</feature>

http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/6947f7a6/feature/src/main/resources/feature.xml
----------------------------------------------------------------------
diff --git a/feature/src/main/resources/feature.xml b/feature/src/main/resources/feature.xml
index 818d49c..c5bb06e 100644
--- a/feature/src/main/resources/feature.xml
+++ b/feature/src/main/resources/feature.xml
@@ -68,12 +68,6 @@ limitations under the License.
         <bundle>mvn:org.apache.jclouds.api/elasticstack/${jclouds.version}</bundle>
     </feature>
 
-    <feature name='jclouds-api-vcloud' description='jclouds - API - Vcloud' version='${project.version}' resolver='(obr)'>
-        <feature version='${project.version}'>jclouds-compute</feature>
-        <bundle dependency='true'>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.java-xmlbuilder/${java-xmlbuilder.bundle.version}</bundle>
-        <bundle>mvn:org.apache.jclouds.api/vcloud/${jclouds.version}</bundle>
-    </feature>
-
     <feature name='jclouds-api-byon' description='jclouds - API - Byon' version='${project.version}' resolver='(obr)'>
         <feature version='${project.version}'>jclouds-compute</feature>
         <bundle dependency='true'>mvn:org.yaml/snakeyaml/${snakeyaml.version}</bundle>

http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/6947f7a6/itests/src/test/java/org/jclouds/karaf/itests/ApisFeaturesInstallationTest.java
----------------------------------------------------------------------
diff --git a/itests/src/test/java/org/jclouds/karaf/itests/ApisFeaturesInstallationTest.java b/itests/src/test/java/org/jclouds/karaf/itests/ApisFeaturesInstallationTest.java
index 9d5ead7..651f03d 100644
--- a/itests/src/test/java/org/jclouds/karaf/itests/ApisFeaturesInstallationTest.java
+++ b/itests/src/test/java/org/jclouds/karaf/itests/ApisFeaturesInstallationTest.java
@@ -45,11 +45,6 @@ public class ApisFeaturesInstallationTest extends JcloudsFeaturesTestSupport {
     }
 
     @Test
-    public void testVcloudFeature() throws Exception {
-        installAndCheckFeature("jclouds-api-vcloud");
-    }
-
-    @Test
     public void testOpenstackNova() throws Exception {
         installAndCheckFeature("jclouds-api-openstack-nova");
     }