summaryrefslogtreecommitdiff
path: root/src/eclipse/asm
diff options
context:
space:
mode:
authorSimon Schäfer <mail@antoras.de>2015-09-16 16:52:12 +0200
committerSimon Schäfer <mail@antoras.de>2015-09-16 17:05:39 +0200
commitc10631d0ffa2788d64a25960c484da4355269867 (patch)
tree18a0259c49bdc276e1db9d40d267f06eb6795764 /src/eclipse/asm
parent76269ca7a63848aee1f141da75be8ca436bf9e6c (diff)
downloadscala-c10631d0ffa2788d64a25960c484da4355269867.tar.gz
scala-c10631d0ffa2788d64a25960c484da4355269867.tar.bz2
scala-c10631d0ffa2788d64a25960c484da4355269867.zip
Update Eclipse build files
This updates the Eclipse build files to the latest state of the arts.
Diffstat (limited to 'src/eclipse/asm')
-rw-r--r--src/eclipse/asm/.classpath6
-rw-r--r--src/eclipse/asm/.project29
2 files changed, 0 insertions, 35 deletions
diff --git a/src/eclipse/asm/.classpath b/src/eclipse/asm/.classpath
deleted file mode 100644
index 03d9e9788d..0000000000
--- a/src/eclipse/asm/.classpath
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="src" path="src"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
- <classpathentry kind="output" path="asm-quick-bin"/>
-</classpath>
diff --git a/src/eclipse/asm/.project b/src/eclipse/asm/.project
deleted file mode 100644
index c9051389af..0000000000
--- a/src/eclipse/asm/.project
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>asm</name>
- <comment></comment>
- <projects>
- </projects>
- <buildSpec>
- <buildCommand>
- <name>org.eclipse.jdt.core.javabuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- </buildSpec>
- <natures>
- <nature>org.eclipse.jdt.core.javanature</nature>
- </natures>
- <linkedResources>
- <link>
- <name>src</name>
- <type>2</type>
- <locationURI>SCALA_BASEDIR/src/asm</locationURI>
- </link>
- <link>
- <name>asm-quick-bin</name>
- <type>2</type>
- <locationURI>SCALA_BASEDIR/build/asm/classes</locationURI>
- </link>
- </linkedResources>
-</projectDescription>