]> source.dussan.org Git - sonarqube.git/commitdiff
Fix OSGi metadata of ws-client
authorSimon Brandhof <simon.brandhof@gmail.com>
Tue, 18 Jun 2013 07:10:39 +0000 (09:10 +0200)
committerSimon Brandhof <simon.brandhof@gmail.com>
Tue, 18 Jun 2013 07:22:17 +0000 (09:22 +0200)
sonar-ws-client/pom.xml

index 5a601b5e32c78d88598f1a3b3785925207fcbab8..74640c69423385e196a1f20408b2f2399d0931b3 100644 (file)
               org.apache.httpcomponents.httpcore;bundle-version="${httpclient4.version}";optional="true"
             </Require-Bundle>
             <Export-Package>!.,org.sonar.wsclient,
+              org.sonar.wsclient.base,
               org.sonar.wsclient.component,
               org.sonar.wsclient.connectors,
-              org.sonar.wsclient.services,
               org.sonar.wsclient.issue,
               org.sonar.wsclient.rule,
+              org.sonar.wsclient.services,
               org.sonar.wsclient.user
             </Export-Package>
             <Bundle-RequiredExecutionEnvironment>JavaSE-1.6</Bundle-RequiredExecutionEnvironment>