diff options
author | Julien HENRY <julien.henry@sonarsource.com> | 2013-05-07 09:08:41 +0200 |
---|---|---|
committer | Julien HENRY <julien.henry@sonarsource.com> | 2013-05-07 09:09:07 +0200 |
commit | 11468d808ba64c061a6a832ac7922f9f62150e6e (patch) | |
tree | 0ced2387806634148d1d7a4f829ebdd6cfdfd19a /sonar-ws-client/pom.xml | |
parent | 95ee23dc7e4ee3654c2b925ef056408d76bc0171 (diff) | |
download | sonarqube-11468d808ba64c061a6a832ac7922f9f62150e6e.tar.gz sonarqube-11468d808ba64c061a6a832ac7922f9f62150e6e.zip |
Export rules 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 52f84b37bf7..5f7d1d38031 100644 --- a/sonar-ws-client/pom.xml +++ b/sonar-ws-client/pom.xml @@ -135,7 +135,8 @@ <Export-Package>!.,org.sonar.wsclient, org.sonar.wsclient.connectors, org.sonar.wsclient.services, - org.sonar.wsclient.issue + org.sonar.wsclient.issue, + org.sonar.wsclient.rule </Export-Package> <Bundle-RequiredExecutionEnvironment>JavaSE-1.6</Bundle-RequiredExecutionEnvironment> </instructions> |