summaryrefslogtreecommitdiff
path: root/.project.SAMPLE
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.SAMPLE
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.SAMPLE')
-rw-r--r--.project.SAMPLE29
1 files changed, 29 insertions, 0 deletions
diff --git a/.project.SAMPLE b/.project.SAMPLE
new file mode 100644
index 0000000000..b1f7386a4a
--- /dev/null
+++ b/.project.SAMPLE
@@ -0,0 +1,29 @@
+<?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>