]> source.dussan.org Git - sonarqube.git/commitdiff
Export rules package in MANIFEST.MF
authorJulien HENRY <julien.henry@sonarsource.com>
Tue, 7 May 2013 07:08:41 +0000 (09:08 +0200)
committerJulien HENRY <julien.henry@sonarsource.com>
Tue, 7 May 2013 07:09:07 +0000 (09:09 +0200)
sonar-ws-client/pom.xml

index 52f84b37bf77c66818e04fe8615037ce86a0c1fd..5f7d1d38031df5ca3c917c2fe05624cf7ff9480a 100644 (file)
             <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>