diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2013-06-12 23:28:00 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2013-06-13 15:46:48 +0200 |
commit | 9678ebc554ee2c2581268c956040e3ebc7adcb12 (patch) | |
tree | 379f934e4c31d598bc08ea91310e52a4a39ca5c0 /sonar-ws-client/pom.xml | |
parent | 92b4d736ed08613824523d2acd033cc39b56b412 (diff) | |
download | sonarqube-9678ebc554ee2c2581268c956040e3ebc7adcb12.tar.gz sonarqube-9678ebc554ee2c2581268c956040e3ebc7adcb12.zip |
Improve error handling of ws-client
Diffstat (limited to 'sonar-ws-client/pom.xml')
-rw-r--r-- | sonar-ws-client/pom.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sonar-ws-client/pom.xml b/sonar-ws-client/pom.xml index 2b307d7c435..7b9135ea8e7 100644 --- a/sonar-ws-client/pom.xml +++ b/sonar-ws-client/pom.xml @@ -10,7 +10,7 @@ <artifactId>sonar-ws-client</artifactId> <packaging>jar</packaging> <name>Sonar :: Web Service Client</name> - <description>Java library to request Sonar web services</description> + <description>Java Client Library for Sonar Web Services</description> <properties> <httpclient4.version>4.2.2</httpclient4.version> @@ -133,10 +133,12 @@ org.apache.httpcomponents.httpcore;bundle-version="${httpclient4.version}";optional="true" </Require-Bundle> <Export-Package>!.,org.sonar.wsclient, + org.sonar.wsclient.component, org.sonar.wsclient.connectors, org.sonar.wsclient.services, org.sonar.wsclient.issue, - org.sonar.wsclient.rule + org.sonar.wsclient.rule, + org.sonar.wsclient.user </Export-Package> <Bundle-RequiredExecutionEnvironment>JavaSE-1.6</Bundle-RequiredExecutionEnvironment> </instructions> |