summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMirco Dotta <mirco.dotta@typesafe.com>2013-11-06 10:20:27 +0100
committerMirco Dotta <mirco.dotta@typesafe.com>2013-11-07 11:13:15 +0100
commita028d1c554810ba107528a5a81cd7617f3dc57d5 (patch)
treed74ca1a567dcc18e2059c573f07d934e56200761 /docs
parentf2e67b305f66ef6b4d2351cc3be5a679ece3ff36 (diff)
downloadscala-a028d1c554810ba107528a5a81cd7617f3dc57d5.tar.gz
scala-a028d1c554810ba107528a5a81cd7617f3dc57d5.tar.bz2
scala-a028d1c554810ba107528a5a81cd7617f3dc57d5.zip
Removed Eclipse .project and .classpath for `plugintemplate` project
According to @gkossakowski this project doesn't need to be imported (and, furtheremore, importing it in the current form results in errors in Eclipse), hence I'm removing it.
Diffstat (limited to 'docs')
-rw-r--r--docs/examples/plugintemplate/.classpath11
-rw-r--r--docs/examples/plugintemplate/.project18
2 files changed, 0 insertions, 29 deletions
diff --git a/docs/examples/plugintemplate/.classpath b/docs/examples/plugintemplate/.classpath
deleted file mode 100644
index e9069639ae..0000000000
--- a/docs/examples/plugintemplate/.classpath
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="src" path="src"/>
- <classpathentry kind="src" path="doc/examples"/>
- <classpathentry kind="src" path="test"/>
- <classpathentry kind="con" path="ch.epfl.lamp.sdt.launching.SCALA_CONTAINER"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
- <classpathentry kind="lib" path="/Applications/eclipse-3.4M6a/plugins/ch.epfl.lamp.sdt.core_2.7.1.r14724-b20080421111118/lib/scala-compiler.jar"/>
- <classpathentry kind="lib" path="lib/scalatest.jar"/>
- <classpathentry kind="output" path="build/eclipse"/>
-</classpath>
diff --git a/docs/examples/plugintemplate/.project b/docs/examples/plugintemplate/.project
deleted file mode 100644
index 075b0c580c..0000000000
--- a/docs/examples/plugintemplate/.project
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>plugintemplate</name>
- <comment></comment>
- <projects>
- </projects>
- <buildSpec>
- <buildCommand>
- <name>ch.epfl.lamp.sdt.core.scalabuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- </buildSpec>
- <natures>
- <nature>ch.epfl.lamp.sdt.core.scalanature</nature>
- <nature>org.eclipse.jdt.core.javanature</nature>
- </natures>
-</projectDescription>