summaryrefslogtreecommitdiff
path: root/test/osgi/src/ScalaOsgiHelper.scala
Commit message (Collapse)AuthorAgeFilesLines
* Additional OSGi tests.Josh Suereth2012-09-191-5/+23
| | | | | | | * Ensure scala-library can be resolved on its own, and with sun.misc.Unsafe usage. * Ensure reflection works without scala-compiler.jar * Ensure ToolBox's can see all classes necessary when evaluating expressions. * Cleanup test helper for filtering in/out bundles.
* Adds OSGi support / tests to Scala. Fixes SI-5822.Josh Suereth2012-09-181-0/+18
* 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.