-
Notifications
You must be signed in to change notification settings - Fork 4
guofengzh/scala-lang-osgi
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
scala-lang-osgi add the required information to the MANIFEST.MF so that scala-library, scala-reflect, or scala-swing can be used as a bundle in OSGi environment. Bundle-SymbolicName org.scala-lang-osgi.scala-library for scala-library org.scala-lang-osgi.scala-reflect for scala-reflect org.scala-lang-osgi.scala-swing for scala-swing Currently these jars are not deployed to any Maven repository, you need to check out the project, build it youself by run mvn install then add one or all of them to your Maven POM file: <properties> <scala.version>2.10.2</scala.version> </properties> <dependency> <groupId>org.scala-lang-osgi</groupId> <artifactId>scala-library</artifactId> <version>${scala.version}</version> </dependency> <dependency> <groupId>org.scala-lang-osgi</groupId> <artifactId>scala-reflect</artifactId> <version>${scala.version}</version> </dependency> <dependency> <groupId>org.scala-lang-osgi</groupId> <artifactId>scala-swing</artifactId> <version>${scala.version}</version> </dependency>
About
OSGi-fied versions of the Scala libraries
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published