summaryrefslogtreecommitdiff
path: root/src/eclipse/scala-xml
diff options
context:
space:
mode:
authorSimon Schaefer <mail@antoras.de>2013-09-21 22:38:18 +0200
committerSimon Schaefer <mail@antoras.de>2013-09-22 00:31:38 +0200
commitd0c8698aa62e821163f3029e0f5cd8bd3d89d793 (patch)
tree5510ec52576defd4a900b54b657ff284f3174421 /src/eclipse/scala-xml
parent884e1ce762d98b29594146d37b85384581d9ba96 (diff)
downloadscala-d0c8698aa62e821163f3029e0f5cd8bd3d89d793.tar.gz
scala-d0c8698aa62e821163f3029e0f5cd8bd3d89d793.tar.bz2
scala-d0c8698aa62e821163f3029e0f5cd8bd3d89d793.zip
Update of Eclipse project files
- Update of project dependencies - Deletion of scala-xml project - Deletion of scala-parser-combinators project - Update of .gitignore to match nested .cache files
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, 0 insertions, 37 deletions
diff --git a/src/eclipse/scala-xml/.classpath b/src/eclipse/scala-xml/.classpath
deleted file mode 100644
index b90d951640..0000000000
--- a/src/eclipse/scala-xml/.classpath
+++ /dev/null
@@ -1,7 +0,0 @@
-<?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
deleted file mode 100644
index 8b0f7f6864..0000000000
--- a/src/eclipse/scala-xml/.project
+++ /dev/null
@@ -1,30 +0,0 @@
-<?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>