summaryrefslogtreecommitdiff
path: root/src/eclipse/scala-parser-combinators
diff options
context:
space:
mode:
Diffstat (limited to 'src/eclipse/scala-parser-combinators')
-rw-r--r--src/eclipse/scala-parser-combinators/.classpath7
-rw-r--r--src/eclipse/scala-parser-combinators/.project30
2 files changed, 37 insertions, 0 deletions
diff --git a/src/eclipse/scala-parser-combinators/.classpath b/src/eclipse/scala-parser-combinators/.classpath
new file mode 100644
index 0000000000..7eab7094eb
--- /dev/null
+++ b/src/eclipse/scala-parser-combinators/.classpath
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src-parser-combinators"/>
+ <classpathentry kind="con" path="org.scala-ide.sdt.launching.SCALA_CONTAINER"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry kind="output" path="build-quick-parser-combinators"/>
+</classpath>
diff --git a/src/eclipse/scala-parser-combinators/.project b/src/eclipse/scala-parser-combinators/.project
new file mode 100644
index 0000000000..d94523f56d
--- /dev/null
+++ b/src/eclipse/scala-parser-combinators/.project
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>scala-parser-combinators</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-parser-combinators</name>
+ <type>2</type>
+ <locationURI>SCALA_BASEDIR/build/quick/classes/parser-combinators</locationURI>
+ </link>
+ <link>
+ <name>src-parser-combinators</name>
+ <type>2</type>
+ <locationURI>SCALA_BASEDIR/src/parser-combinators</locationURI>
+ </link>
+ </linkedResources>
+</projectDescription>