openstack-quantum: correcting bundle configuration

This commit is contained in:
Adam Lowe 2012-06-01 16:06:15 +01:00
parent e5c7afa70c
commit c47017e640
1 changed files with 1 additions and 2 deletions

View File

@ -135,9 +135,8 @@
<configuration>
<instructions>
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
<Export-Package>org.jclouds.openstack.quantum.v1*;version="${project.version}"</Export-Package>
<Export-Package>org.jclouds.openstack.quantum.v1_0*;version="${project.version}"</Export-Package>
<Import-Package>
org.jclouds.blobstore.internal;version="${project.version}",
org.jclouds.rest.internal;version="${project.version}",
org.jclouds*;version="${project.version}",
*