Skip to content
Snippets Groups Projects
Commit bbd5f02a authored by Lior Spach's avatar Lior Spach
Browse files

Add sbt plugin plus eclipse compatibility

parent 4f97e266
No related branches found
No related tags found
No related merge requests found
Showing
with 38 additions and 0 deletions
<classpath>
<classpathentry output="target/scala-2.11/classes" kind="src" path="src/main/scala-2.11"/>
<classpathentry output="target/scala-2.11/classes" kind="src" path="src/main/scala"/>
<classpathentry output="target/scala-2.11/classes" kind="src" path="src/main/java"/>
<classpathentry output="target/scala-2.11/test-classes" kind="src" path="src/test/scala-2.11"/>
<classpathentry output="target/scala-2.11/test-classes" kind="src" path="src/test/scala"/>
<classpathentry output="target/scala-2.11/test-classes" kind="src" path="src/test/java"/>
<classpathentry kind="con" path="org.scala-ide.sdt.launching.SCALA_CONTAINER"/>
<classpathentry kind="lib" path="/home/lior/.ivy2/cache/org.scalatest/scalatest_2.11/bundles/scalatest_2.11-2.2.4.jar"/>
<classpathentry kind="lib" path="/home/lior/.ivy2/cache/org.scala-lang.modules/scala-xml_2.11/bundles/scala-xml_2.11-1.0.2.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="bin"/>
</classpath>
\ No newline at end of file
.project 0 → 100644
<projectDescription>
<name>downloader</name>
<buildSpec>
<buildCommand>
<name>org.scala-ide.sdt.core.scalabuilder</name>
</buildCommand>
</buildSpec>
<natures>
<nature>org.scala-ide.sdt.core.scalanature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
<linkedResources> </linkedResources>
</projectDescription>
\ No newline at end of file
lazy val root = (project in file(".")).
settings(
name := "downloader",
version := "0.1",
scalaVersion := "2.11.6",
exportJars := true,
libraryDependencies += "org.scalatest" % "scalatest_2.11" % "2.2.4" % "test"
)
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.13.0")
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.5.0")
File added
sbt.internals.DslEntry
\ No newline at end of file
File added
File added
sbt.internals.DslEntry
\ No newline at end of file
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment