]> source.dussan.org Git - sonarqube.git/commitdiff
Export issues package in MANIFEST.MF
authorJulien HENRY <julien.henry@sonarsource.com>
Mon, 6 May 2013 09:22:12 +0000 (11:22 +0200)
committerJulien HENRY <julien.henry@sonarsource.com>
Mon, 6 May 2013 09:23:08 +0000 (11:23 +0200)
sonar-ws-client/pom.xml

index 7c6666fb123ffe70aaac6a5e0fead921110055fd..52f84b37bf77c66818e04fe8615037ce86a0c1fd 100644 (file)
             </Require-Bundle>
             <Export-Package>!.,org.sonar.wsclient,
               org.sonar.wsclient.connectors,
-              org.sonar.wsclient.services
+              org.sonar.wsclient.services,
+              org.sonar.wsclient.issue
             </Export-Package>
             <Bundle-RequiredExecutionEnvironment>JavaSE-1.6</Bundle-RequiredExecutionEnvironment>
           </instructions>