summaryrefslogtreecommitdiff
path: root/src/eclipse/scala-compiler/.project
diff options
context:
space:
mode:
authorIulian Dragos <jaguarul@gmail.com>2012-06-22 16:00:06 +0200
committerIulian Dragos <jaguarul@gmail.com>2012-06-26 16:54:02 +0200
commitfd6573a2ceba22a47ff657310630799c8fd5651b (patch)
tree07a8b1e89c9d00f8179e74cec76f39e90df9682a /src/eclipse/scala-compiler/.project
parentcfc0e18dc55b33274c1275c192ade4a8d707d635 (diff)
downloadscala-fd6573a2ceba22a47ff657310630799c8fd5651b.tar.gz
scala-fd6573a2ceba22a47ff657310630799c8fd5651b.tar.bz2
scala-fd6573a2ceba22a47ff657310630799c8fd5651b.zip
Added new project files for using the compiler and library inside Eclipse and removed the old ones.
To use these project files you need to define the Eclipse 'path variable' SCALA_BASEDIR, in General/Workspace/Linked Resources.
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>