summaryrefslogtreecommitdiff
path: root/src/eclipse/asm
diff options
context:
space:
mode:
authorPerformant Data LLC <performantdata@users.noreply.github.com>2015-10-12 09:43:06 -0700
committerPerformant Data LLC <performantdata@users.noreply.github.com>2015-10-12 09:43:06 -0700
commit08dca3764607328ca2bb46adfd5b823642543c35 (patch)
tree2db33251b549598b1d1321758cafa92bc9440665 /src/eclipse/asm
parent648c7a1635f88fb14b999a8d36e01a71761b9001 (diff)
downloadscala-08dca3764607328ca2bb46adfd5b823642543c35.tar.gz
scala-08dca3764607328ca2bb46adfd5b823642543c35.tar.bz2
scala-08dca3764607328ca2bb46adfd5b823642543c35.zip
SI-9508 fix classpaths in Eclipse configuration
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>