forked from scala/scala
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Sean McDirmid
committed
Apr 27, 2007
1 parent
8d23495
commit b1d8840
Showing
12 changed files
with
112 additions
and
1,414 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<classpath> | ||
<classpathentry kind="src" path="src/compiler"/> | ||
<classpathentry exported="true" kind="lib" path="build/quick/lib/compiler/"/> | ||
<classpathentry exported="true" kind="lib" path="lib/fjbg.jar"/> | ||
<classpathentry exported="true" kind="lib" path="lib/msil.jar"/> | ||
<classpathentry exported="true" kind="lib" path="lib/ant-contrib.jar"/> | ||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> | ||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> | ||
<classpathentry exported="true" kind="lib" path="build/quick/lib/library" sourcepath="src/library"/> | ||
<classpathentry kind="output" path="build/quick/lib/compiler"/> | ||
</classpath> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<projectDescription> | ||
<name>scala</name> | ||
<comment></comment> | ||
<projects> | ||
</projects> | ||
<buildSpec> | ||
<buildCommand> | ||
<name>ch.epfl.lamp.sdt.core.scalabuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
<buildCommand> | ||
<name>org.eclipse.pde.ManifestBuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
<buildCommand> | ||
<name>org.eclipse.pde.SchemaBuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
</buildSpec> | ||
<natures> | ||
<nature>org.eclipse.pde.PluginNature</nature> | ||
<nature>ch.epfl.lamp.sdt.core.scalanature</nature> | ||
<nature>org.eclipse.jdt.core.javanature</nature> | ||
</natures> | ||
</projectDescription> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.