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