summaryrefslogtreecommitdiff
path: root/src/build/bnd/scala-continuations-library.bnd
diff options
context:
space:
mode:
authorTobias Roeser <le.petit.fou@web.de>2014-05-05 21:50:36 +0200
committerTobias Roeser <le.petit.fou@web.de>2014-05-05 21:50:36 +0200
commit51393167d8818986bb8971959d62cf5d58821c33 (patch)
treea6d1101190dea3a15d616070ac6081e49e943d56 /src/build/bnd/scala-continuations-library.bnd
parent5679159827afbb34fac272d3b71824e43da2705c (diff)
downloadscala-51393167d8818986bb8971959d62cf5d58821c33.tar.gz
scala-51393167d8818986bb8971959d62cf5d58821c33.tar.bz2
scala-51393167d8818986bb8971959d62cf5d58821c33.zip
Add JavaSE-1.7 to set of required execution environments.
Without it, Equinox on Java 7 might spit out some warnings, which might lead to the wrong impression, that the Scala bundles are not well supported for newer platforms.
Diffstat (limited to 'src/build/bnd/scala-continuations-library.bnd')
-rw-r--r--src/build/bnd/scala-continuations-library.bnd3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/build/bnd/scala-continuations-library.bnd b/src/build/bnd/scala-continuations-library.bnd
index 6d81973438..b36718cc5b 100644
--- a/src/build/bnd/scala-continuations-library.bnd
+++ b/src/build/bnd/scala-continuations-library.bnd
@@ -4,5 +4,4 @@ ver: @CONTINUATIONS_LIBRARY_VERSION@
Bundle-Version: ${ver}
Export-Package: *;version=${ver}
Import-Package: scala.*;version="${range;[==,=+);@VERSION@}",*
-Bundle-RequiredExecutionEnvironment: JavaSE-1.6
-
+Bundle-RequiredExecutionEnvironment: JavaSE-1.6, JavaSE-1.7