Skip to content

Commit

Permalink
updated giter8 plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed Oct 25, 2011
1 parent 1a68165 commit bde6925
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion project/plugins.sbt
@@ -1 +1 @@
addSbtPlugin("net.databinder" % "giter8-plugin" % "0.2.3-SNAPSHOT")
addSbtPlugin("net.databinder" % "giter8-plugin" % "0.3.0")
2 changes: 2 additions & 0 deletions src/main/g8/build.sbt
Expand Up @@ -9,3 +9,5 @@ seq(scalaxbSettings: _*)
packageName in scalaxb in Compile := "$generated_package_name$"

sourceGenerators in Compile <+= scalaxb in Compile

// libraryDependencies += "net.databinder" %% "dispatch-http" % "0.8.5"
2 changes: 2 additions & 0 deletions src/main/g8/project/plugins.sbt
@@ -1 +1,3 @@
resolvers += ("ScalaTools Nexus Snapshots" at "http://nexus.scala-tools.org/content/repositories/snapshots/")

addSbtPlugin("org.scalaxb" % "sbt-scalaxb" % "$scalaxb_version$")
Empty file.
1 change: 1 addition & 0 deletions src/test/g8/test
@@ -0,0 +1 @@
>test

0 comments on commit bde6925

Please sign in to comment.