summaryrefslogtreecommitdiffstats
path: root/sonar-ws-client
diff options
context:
space:
mode:
authorJulien HENRY <julien.henry@sonarsource.com>2012-11-14 17:39:56 +0100
committerJulien HENRY <julien.henry@sonarsource.com>2012-11-14 17:39:56 +0100
commit3c23ed2ed1944245d4628d1cbc3bb154031b936c (patch)
treeac20dcd61be6d8b1457fcdeee3f35cb80f8c8382 /sonar-ws-client
parent66beca8acfc87f94d343765d630a7cee986a04a4 (diff)
downloadsonarqube-3c23ed2ed1944245d4628d1cbc3bb154031b936c.tar.gz
sonarqube-3c23ed2ed1944245d4628d1cbc3bb154031b936c.zip
SONAR-3950 Add Execution Environment information
Diffstat (limited to 'sonar-ws-client')
-rw-r--r--sonar-ws-client/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/sonar-ws-client/pom.xml b/sonar-ws-client/pom.xml
index 0ff26169da5..b347b250960 100644
--- a/sonar-ws-client/pom.xml
+++ b/sonar-ws-client/pom.xml
@@ -102,6 +102,7 @@
<Export-Package>!.,org.sonar.wsclient,
org.sonar.wsclient.connectors,
org.sonar.wsclient.services</Export-Package>
+ <Bundle-RequiredExecutionEnvironment>J2SE-1.5</Bundle-RequiredExecutionEnvironment>
</instructions>
</configuration>
<executions>