diff options
author | Julien HENRY <julien.henry@sonarsource.com> | 2013-05-02 16:57:58 +0200 |
---|---|---|
committer | Julien HENRY <julien.henry@sonarsource.com> | 2013-05-02 16:58:53 +0200 |
commit | f61e0f6ea08c1ea5417a3e5e4327768bb70724df (patch) | |
tree | effcd1924eb07493469ddcc0cc4d09a351c16e59 /sonar-ws-client/pom.xml | |
parent | 511e559144feaaf87e6f9ce3557a5f31366f4c35 (diff) | |
download | sonarqube-f61e0f6ea08c1ea5417a3e5e4327768bb70724df.tar.gz sonarqube-f61e0f6ea08c1ea5417a3e5e4327768bb70724df.zip |
Fix issues in OSGI entries of wsclient MANIFEST
Diffstat (limited to 'sonar-ws-client/pom.xml')
-rw-r--r-- | sonar-ws-client/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sonar-ws-client/pom.xml b/sonar-ws-client/pom.xml index 7bb9caf1129..7c6666fb123 100644 --- a/sonar-ws-client/pom.xml +++ b/sonar-ws-client/pom.xml @@ -130,13 +130,13 @@ <instructions> <Import-Package>!*</Import-Package> <Require-Bundle>org.apache.httpcomponents.httpclient;bundle-version="${httpclient4.version}";optional="true", - org.apache.httpcomponents.httpcore;bundle-version="${httpclient4.version}";optional="true", + org.apache.httpcomponents.httpcore;bundle-version="${httpclient4.version}";optional="true" </Require-Bundle> <Export-Package>!.,org.sonar.wsclient, org.sonar.wsclient.connectors, org.sonar.wsclient.services </Export-Package> - <Bundle-RequiredExecutionEnvironment>J2SE-1.6</Bundle-RequiredExecutionEnvironment> + <Bundle-RequiredExecutionEnvironment>JavaSE-1.6</Bundle-RequiredExecutionEnvironment> </instructions> </configuration> <executions> |