Skip to content

Commit

Permalink
posterous integration
Browse files Browse the repository at this point in the history
  • Loading branch information
softprops committed Apr 17, 2010
1 parent 3d6922d commit 43667d3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion project/build/MeowProject.scala
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import sbt._

class MeowProject(info: ProjectInfo) extends DefaultProject(info) {
class MeowProject(info: ProjectInfo) extends DefaultProject(info) with posterous.Publish {
val stSnapshots = "Scala Tools Snapshots" at "http://www.scala-tools.org/repo-snapshots/"
val specs = "org.scala-tools.testing" % "specs" % "1.6.2.1-SNAPSHOT" % "test"

Expand Down
5 changes: 5 additions & 0 deletions project/plugins/Plugins.scala
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import sbt._
class Plugins(info: ProjectInfo) extends PluginDefinition(info) {
val t_repo = "t_repo" at "http://tristanhunt.com:8081/content/groups/public/"
val posterous = "net.databinder" % "posterous-sbt" % "0.1.3"
}
3 changes: 3 additions & 0 deletions project/plugins/project/build.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#Project properties
#Sat Apr 17 15:00:43 EDT 2010
plugin.uptodate=true

0 comments on commit 43667d3

Please sign in to comment.