summaryrefslogtreecommitdiff
path: root/META-INF/MANIFEST.MF
blob: 65d696ebdea9439c8a9b5d61ee4ddd272fa2dd1c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Scala Compiler
Bundle-SymbolicName: nsc;singleton:=true
Bundle-Version: 1.0.0
Eclipse-LazyStart: true
Bundle-ClassPath: lib/fjbg.jar,
 build/quick/lib/library/,
 build/quick/lib/compiler/
Export-Package: ch.epfl.lamp.fjbg,
 scala,
 scala.collection,
 scala.runtime,
 scala.collection.immutable,
 scala.collection.mutable,
 scala.collection.jcl,
 scala.util,
 scala.tools.nsc,
 scala.tools.nsc.util,
 scala.tools.nsc.typechecker,
 scala.tools.nsc.symtab,
 scala.tools.nsc.ast,
 scala.tools.nsc.ast.parser,
 scala.tools.nsc.reporters
Require-Bundle: org.apache.ant