Repository: jclouds-labs-google
Updated Branches:
  refs/heads/master 34561eae6 -> 0c9eb363e


JCLOUDS-943: JCLOUDS-1056: Configure OSGi packaging


Project: http://git-wip-us.apache.org/repos/asf/jclouds-labs-google/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/jclouds-labs-google/commit/0c9eb363
Tree: http://git-wip-us.apache.org/repos/asf/jclouds-labs-google/tree/0c9eb363
Diff: http://git-wip-us.apache.org/repos/asf/jclouds-labs-google/diff/0c9eb363

Branch: refs/heads/master
Commit: 0c9eb363ed4122072d12463c3433999490cf8baf
Parents: 34561ea
Author: Andrew Gaul <[email protected]>
Authored: Fri Jan 22 16:10:57 2016 -0800
Committer: Andrew Gaul <[email protected]>
Committed: Fri Jan 22 16:10:57 2016 -0800

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


http://git-wip-us.apache.org/repos/asf/jclouds-labs-google/blob/0c9eb363/google-cloud-storage/pom.xml
----------------------------------------------------------------------
diff --git a/google-cloud-storage/pom.xml b/google-cloud-storage/pom.xml
index 1b08640..98b38ce 100644
--- a/google-cloud-storage/pom.xml
+++ b/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 
[email protected]</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>

Reply via email to