Repository: jclouds-karaf
Updated Branches:
  refs/heads/master 00ff5d211 -> ccb562765


JCLOUDS-1005: Add Backblaze B2


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

Branch: refs/heads/master
Commit: ccb5627659bb5895ef49b78db5052d2ff768069d
Parents: 00ff5d2
Author: Andrew Gaul <[email protected]>
Authored: Sun Sep 11 21:45:00 2016 -0700
Committer: Andrew Gaul <[email protected]>
Committed: Sun Sep 11 21:45:35 2016 -0700

----------------------------------------------------------------------
 feature/pom.xml                                                 | 1 +
 feature/src/main/resources/feature.xml                          | 5 +++++
 .../org/jclouds/karaf/itests/MiscFeaturesInstallationTest.java  | 5 +++++
 3 files changed, 11 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/ccb56276/feature/pom.xml
----------------------------------------------------------------------
diff --git a/feature/pom.xml b/feature/pom.xml
index e4de9ff..a64c5a8 100644
--- a/feature/pom.xml
+++ b/feature/pom.xml
@@ -125,6 +125,7 @@ limitations under the License.
                 <feature>jclouds-aws-sqs</feature>
                 <feature>jclouds-aws-sts</feature>
                 <feature>jclouds-azureblob</feature>
+                <feature>jclouds-b2</feature>
                 <feature>jclouds-cloudsigma2-hnl</feature>
                 <feature>jclouds-cloudsigma2-lvs</feature>
                 <feature>jclouds-cloudsigma2-sjc</feature>

http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/ccb56276/feature/src/main/resources/feature.xml
----------------------------------------------------------------------
diff --git a/feature/src/main/resources/feature.xml 
b/feature/src/main/resources/feature.xml
index fb361a6..d4cdef8 100644
--- a/feature/src/main/resources/feature.xml
+++ b/feature/src/main/resources/feature.xml
@@ -193,6 +193,11 @@ limitations under the License.
         
<bundle>mvn:org.apache.jclouds.provider/azureblob/${jclouds.version}</bundle>
     </feature>
 
+    <feature name='jclouds-b2' description='Backblaze B2' 
version='${project.version}' resolver='(obr)'>
+        <feature version='${project.version}'>jclouds-blobstore</feature>
+        <bundle>mvn:org.apache.jclouds.labs/b2/${jclouds.version}</bundle>
+    </feature>
+
     <feature name='jclouds-dynect' description='DynECT Managed DNS' 
version='${project.version}' resolver='(obr)'>
         <feature version='${project.version}'>jclouds</feature>
         
<bundle>mvn:org.apache.jclouds.provider/dynect/${jclouds.version}</bundle>

http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/ccb56276/itests/src/test/java/org/jclouds/karaf/itests/MiscFeaturesInstallationTest.java
----------------------------------------------------------------------
diff --git 
a/itests/src/test/java/org/jclouds/karaf/itests/MiscFeaturesInstallationTest.java
 
b/itests/src/test/java/org/jclouds/karaf/itests/MiscFeaturesInstallationTest.java
index b40a56a..fa6f317 100644
--- 
a/itests/src/test/java/org/jclouds/karaf/itests/MiscFeaturesInstallationTest.java
+++ 
b/itests/src/test/java/org/jclouds/karaf/itests/MiscFeaturesInstallationTest.java
@@ -80,6 +80,11 @@ public class MiscFeaturesInstallationTest extends 
JcloudsFeaturesTestSupport {
     }
 
     @Test
+    public void testB2Feature() throws Exception {
+        installAndCheckFeature("jclouds-b2");
+    }
+
+    @Test
     public void testDynectFeature() throws Exception {
         installAndCheckFeature("jclouds-dynect");
     }

Reply via email to