File tree Expand file tree Collapse file tree 3 files changed +6
-10
lines changed Expand file tree Collapse file tree 3 files changed +6
-10
lines changed Original file line number Diff line number Diff line change 1
- /bin
2
- /build
3
- target
4
-
5
1
.classpath
6
2
.project
7
- .settings /
8
3
.scala_dependencies
9
- .gradle /
10
-
11
- .DS_Store ?
12
4
13
- /.idea /
14
5
/project /boot /
15
6
/project /plugins /project
7
+ target /
16
8
lib_managed /
17
9
src_managed /
10
+
11
+ .idea /
18
12
* .iml
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import sbt._
2
2
import de .element34 .sbteclipsify ._
3
3
import Process ._
4
4
5
- class Project (info : ProjectInfo ) extends DefaultWebProject (info) with AkkaProject with Eclipsify {
5
+ class Project (info : ProjectInfo ) extends DefaultWebProject (info) with AkkaProject with Eclipsify with IdeaProject {
6
6
7
7
// -------------------------------------------------------------------------------------------------------------------
8
8
// All repositories *must* go here! See ModuleConfigurations below.
Original file line number Diff line number Diff line change @@ -23,5 +23,7 @@ class Plugins(info: ProjectInfo) extends PluginDefinition(info) {
23
23
// -------------------------------------------------------------------------------------------------------------------
24
24
val akkaPlugin = " se.scalablesolutions.akka" % " akka-sbt-plugin" % " 1.0"
25
25
val eclipse = " de.element34" % " sbt-eclipsify" % " 0.7.0"
26
+ val sbtIdeaRepo = " sbt-idea-repo" at " http://mpeltonen.github.com/maven/"
27
+ val sbtIdea = " com.github.mpeltonen" % " sbt-idea-plugin" % " 0.4.0"
26
28
27
29
}
You can’t perform that action at this time.
0 commit comments