Project files
git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@23864 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
This commit is contained in:
parent
39a76d8b8e
commit
0a7acf289a
|
@ -6,5 +6,7 @@
|
|||
<classpathentry kind="lib" path="lib/jline.jar"/>
|
||||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/fjbg.jar"/>
|
||||
<classpathentry kind="output" path="bin"/>
|
||||
<classpathentry kind="lib" path="lib/forkjoin.jar"/>
|
||||
<classpathentry kind="lib" path="lib/scala-library.jar"/>
|
||||
<classpathentry kind="output" path="build/quick/classes/compiler"/>
|
||||
</classpath>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
Manifest-Version: 1.0
|
||||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: Scala Distribution
|
||||
Bundle-SymbolicName: scala.tools.nsc;singleton:=true
|
||||
Bundle-SymbolicName: org.scala-ide.scala.compiler;singleton:=true
|
||||
Bundle-Version: 2.9.0.alpha
|
||||
Eclipse-LazyStart: true
|
||||
Bundle-ClassPath:
|
||||
|
@ -9,7 +9,8 @@ Bundle-ClassPath:
|
|||
bin,
|
||||
lib/fjbg.jar,
|
||||
lib/jline.jar,
|
||||
lib/msil.jar
|
||||
lib/msil.jar,
|
||||
lib/scala-library.jar
|
||||
Export-Package:
|
||||
scala.tools.nsc,
|
||||
scala.tools.nsc.ast,
|
||||
|
@ -42,4 +43,5 @@ Export-Package:
|
|||
ch.epfl.lamp.util
|
||||
Require-Bundle:
|
||||
org.apache.ant,
|
||||
scala.library
|
||||
org.scala-ide.scala.library
|
||||
|
||||
|
|
Loading…
Reference in New Issue