You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by ga...@apache.org on 2017/05/08 18:10:28 UTC

[26/50] jclouds git commit: JCLOUDS-943: JCLOUDS-1056: Configure OSGi packaging

JCLOUDS-943: JCLOUDS-1056: Configure OSGi packaging


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

Branch: refs/heads/master
Commit: 10318ed7773b177987baa14c3274895a590c9752
Parents: 57d162c
Author: Andrew Gaul <ga...@apache.org>
Authored: Fri Jan 22 16:10:57 2016 -0800
Committer: Andrew Gaul <ga...@apache.org>
Committed: Fri Jan 22 16:10:57 2016 -0800

----------------------------------------------------------------------
 providers/google-cloud-storage/pom.xml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds/blob/10318ed7/providers/google-cloud-storage/pom.xml
----------------------------------------------------------------------
diff --git a/providers/google-cloud-storage/pom.xml b/providers/google-cloud-storage/pom.xml
index 1b08640..98b38ce 100644
--- a/providers/google-cloud-storage/pom.xml
+++ b/providers/google-cloud-storage/pom.xml
@@ -31,6 +31,7 @@
     <artifactId>google-cloud-storage</artifactId>
     <name>jclouds Google Cloud Storage provider</name>
     <description>jclouds components to access Google Cloud Storage</description>
+    <packaging>bundle</packaging>
 
     <properties>
         <test.google-cloud-storage.identity>client_email which usually looks like project_id@developer.gserviceaccount.com</test.google-cloud-storage.identity>
@@ -40,6 +41,8 @@
         <test.jclouds.oauth.credential-type>p12PrivateKeyCredentials</test.jclouds.oauth.credential-type>
         <test.google-cloud-storage.api-version>v1</test.google-cloud-storage.api-version>
         <test.google-cloud-storage.build-version/>
+        <jclouds.osgi.export>org.jclouds.googlecloudstorage*;version="${project.version}"</jclouds.osgi.export>
+        <jclouds.osgi.import>org.jclouds*;version="${project.version}",*</jclouds.osgi.import>
     </properties>
 
     <dependencies>