summaryrefslogtreecommitdiff
path: root/src/eclipse/scalap/.project
diff options
context:
space:
mode:
authorGrzegorz Kossakowski <grzegorz.kossakowski@gmail.com>2012-07-16 18:05:06 +0200
committerGrzegorz Kossakowski <grzegorz.kossakowski@gmail.com>2012-07-16 18:08:22 +0200
commit27aaaa4fce743acf92c78849c37899a0f83ccd46 (patch)
tree577e0d23679335d8b772c3207061e2265f57452a /src/eclipse/scalap/.project
parent64f05974c7c7e3be1376366cc5190e4eae001e70 (diff)
downloadscala-27aaaa4fce743acf92c78849c37899a0f83ccd46.tar.gz
scala-27aaaa4fce743acf92c78849c37899a0f83ccd46.tar.bz2
scala-27aaaa4fce743acf92c78849c37899a0f83ccd46.zip
Add `partest` and `scalap` Eclipse project definitions.
Created by copying scala-compiler project definition and manually editing project files so they point at partest and scalap. I imported it successfully to Eclipse. Review by @dragos.
Diffstat (limited to 'src/eclipse/scalap/.project')
-rw-r--r--src/eclipse/scalap/.project35
1 files changed, 35 insertions, 0 deletions
diff --git a/src/eclipse/scalap/.project b/src/eclipse/scalap/.project
new file mode 100644
index 0000000000..3599168e32
--- /dev/null
+++ b/src/eclipse/scalap/.project
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>scalap</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-scalap</name>
+ <type>2</type>
+ <locationURI>SCALA_BASEDIR/build/quick/classes/scalap</locationURI>
+ </link>
+ <link>
+ <name>lib</name>
+ <type>2</type>
+ <locationURI>SCALA_BASEDIR/lib</locationURI>
+ </link>
+ <link>
+ <name>scalap</name>
+ <type>2</type>
+ <locationURI>SCALA_BASEDIR/src/scalap</locationURI>
+ </link>
+ </linkedResources>
+</projectDescription>