summaryrefslogtreecommitdiff
path: root/.project
diff options
context:
space:
mode:
authorIulian Dragos <jaguarul@gmail.com>2011-12-20 16:05:48 +0100
committerPaul Phillips <paulp@improving.org>2011-12-20 15:48:49 -0800
commit178d49df450904330c06cfea9955f120ba04d34c (patch)
treee8c30aa7036878fad7212c50604c1e97c80f8c84 /.project
parentbba3b00cf737528de9dcb4823806d6928a00474e (diff)
downloadscala-178d49df450904330c06cfea9955f120ba04d34c.tar.gz
scala-178d49df450904330c06cfea9955f120ba04d34c.tar.bz2
scala-178d49df450904330c06cfea9955f120ba04d34c.zip
Renamed .project to .project.SAMPLE, just like .classpath.SAMPLE.
This should have been done a long time ago, when .classpath was renamed to .classpath.SAMPLE. Both files are needed to import the scala compiler in Eclipse, and having just one guarantees a broken project.
Diffstat (limited to '.project')
-rw-r--r--.project29
1 files changed, 0 insertions, 29 deletions
diff --git a/.project b/.project
deleted file mode 100644
index b1f7386a4a..0000000000
--- a/.project
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>scala</name>
- <comment></comment>
- <projects>
- </projects>
- <buildSpec>
- <buildCommand>
- <name>org.eclipse.pde.ManifestBuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.pde.SchemaBuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <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.pde.PluginNature</nature>
- <nature>org.eclipse.jdt.core.javanature</nature>
- </natures>
-</projectDescription>