Merge branch 'master' of git@github.com:jclouds/jclouds

* 'master' of git@github.com:jclouds/jclouds:
  prevent jclouds-compute bundle to import itself
This commit is contained in:
Adrian Cole 2011-05-17 22:49:44 -07:00
commit 170600446e
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@
<instructions>
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
<Export-Package>org.jclouds.compute.*;version="${project.version}",org.jclouds.ssh.*;version="${project.version}"</Export-Package>
<Import-Package>org.jclouds.*;version="${project.version}",*</Import-Package>
<Import-Package>!org.jclouds.compute.*;org.jclouds.*;version="${project.version}",*</Import-Package>
<Fragment-Host>jclouds-core;version="${project.version}"</Fragment-Host>
</instructions>
</configuration>