From d7acf92be65b6005aaab33e071b4bff1d7aa9911 Mon Sep 17 00:00:00 2001 From: Josh Suereth Date: Mon, 17 Sep 2012 13:51:35 -0400 Subject: Adds OSGi support / tests to Scala. Fixes SI-5822. * Adds BND manifest generation to the build. * Adds OSGi pax-exam testing infrastructure * Adds simple OSGi verification test for bundle resolution. * Modifies distribution to use bundles. --- src/build/bnd/scala-compiler.bnd | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/build/bnd/scala-compiler.bnd (limited to 'src/build/bnd/scala-compiler.bnd') diff --git a/src/build/bnd/scala-compiler.bnd b/src/build/bnd/scala-compiler.bnd new file mode 100644 index 0000000000..c289843447 --- /dev/null +++ b/src/build/bnd/scala-compiler.bnd @@ -0,0 +1,8 @@ +Bundle-Name: Scala Compiler +Bundle-SymbolicName: org.scala-lang.scala-compiler +ver: @VERSION@ +Bundle-Version: ${ver} +Export-Package: *;version=${ver} +Import-Package: scala.tools.jline.*;resolution:=optional, \ + org.apache.tools.ant.*;resolution:=optional, \ + * -- cgit v1.2.3