From 27aaaa4fce743acf92c78849c37899a0f83ccd46 Mon Sep 17 00:00:00 2001 From: Grzegorz Kossakowski Date: Mon, 16 Jul 2012 18:05:06 +0200 Subject: 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. --- src/eclipse/scalap/.project | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 src/eclipse/scalap/.project (limited to 'src/eclipse/scalap/.project') 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 @@ + + + scalap + + + + + + org.scala-ide.sdt.core.scalabuilder + + + + + + org.scala-ide.sdt.core.scalanature + org.eclipse.jdt.core.javanature + + + + build-quick-scalap + 2 + SCALA_BASEDIR/build/quick/classes/scalap + + + lib + 2 + SCALA_BASEDIR/lib + + + scalap + 2 + SCALA_BASEDIR/src/scalap + + + -- cgit v1.2.3