summaryrefslogtreecommitdiff
path: root/src/eclipse/scala-compiler/.project
diff options
context:
space:
mode:
authorAdriaan Moors <adriaan.moors@epfl.ch>2012-06-26 08:35:05 -0700
committerAdriaan Moors <adriaan.moors@epfl.ch>2012-06-26 08:35:05 -0700
commit51de4973dbc0004b608b4c8ff140cb2786312189 (patch)
tree7ff6f3b1b06d0de04392174efecf192459913ebe /src/eclipse/scala-compiler/.project
parentbea34ac2a0659462e4a21ee3b6f18e06481220a7 (diff)
parentfd6573a2ceba22a47ff657310630799c8fd5651b (diff)
downloadscala-51de4973dbc0004b608b4c8ff140cb2786312189.tar.gz
scala-51de4973dbc0004b608b4c8ff140cb2786312189.tar.bz2
scala-51de4973dbc0004b608b4c8ff140cb2786312189.zip
Merge pull request #759 from dragos/new-eclipse-project-files
Eclipse project files for library, reflect, fjbg & compiler
Diffstat (limited to 'src/eclipse/scala-compiler/.project')
-rw-r--r--src/eclipse/scala-compiler/.project35
1 files changed, 35 insertions, 0 deletions
diff --git a/src/eclipse/scala-compiler/.project b/src/eclipse/scala-compiler/.project
new file mode 100644
index 0000000000..cf8a68c8b6
--- /dev/null
+++ b/src/eclipse/scala-compiler/.project
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>scala-compiler</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.scala-ide.sdt.core.scalabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.scala-ide.sdt.core.scalanature</nature>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ </natures>
+ <linkedResources>
+ <link>
+ <name>build-quick-compiler</name>
+ <type>2</type>
+ <locationURI>SCALA_BASEDIR/build/quick/classes/compiler</locationURI>
+ </link>
+ <link>
+ <name>compiler</name>
+ <type>2</type>
+ <locationURI>SCALA_BASEDIR/src/compiler</locationURI>
+ </link>
+ <link>
+ <name>lib</name>
+ <type>2</type>
+ <locationURI>SCALA_BASEDIR/lib</locationURI>
+ </link>
+ </linkedResources>
+</projectDescription>