diff options
author | Julien HENRY <julien.henry@sonarsource.com> | 2013-05-06 11:22:12 +0200 |
---|---|---|
committer | Julien HENRY <julien.henry@sonarsource.com> | 2013-05-06 11:23:08 +0200 |
commit | b6556521cc2c2a7ff3a40e3c1ea339e01fdc5391 (patch) | |
tree | 84519a294aaaa2d997f8a36a9fa305a040d72f5b /sonar-ws-client/pom.xml | |
parent | 76966cbae13f6d731ac245f2140292911829681c (diff) | |
download | sonarqube-b6556521cc2c2a7ff3a40e3c1ea339e01fdc5391.tar.gz sonarqube-b6556521cc2c2a7ff3a40e3c1ea339e01fdc5391.zip |
Export issues package in MANIFEST.MF
Diffstat (limited to 'sonar-ws-client/pom.xml')
-rw-r--r-- | sonar-ws-client/pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sonar-ws-client/pom.xml b/sonar-ws-client/pom.xml index 7c6666fb123..52f84b37bf7 100644 --- a/sonar-ws-client/pom.xml +++ b/sonar-ws-client/pom.xml @@ -134,7 +134,8 @@ </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> |