Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Added Guild to implicit.ly via posterous-sbt.
Browse files Browse the repository at this point in the history
  • Loading branch information
codahale committed Mar 9, 2010
1 parent 645a39e commit b1b977c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
lib_managed
project/boot
target
project/plugins/project/
project/plugins/src_managed/
3 changes: 3 additions & 0 deletions notes/about.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[Guild](http://github.com/codahale/guild/) is a Scala library which provides
fast, simple actors on top of the [JetLang](http://code.google.com/p/jetlang/)
concurrency library.
2 changes: 1 addition & 1 deletion project/build/Guild.scala
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class Guild(info: sbt.ProjectInfo) extends sbt.DefaultProject(info) {
class Guild(info: sbt.ProjectInfo) extends sbt.DefaultProject(info) with posterous.Publish {
override def compileOptions = super.compileOptions ++ List(Deprecation, Unchecked)

/**
Expand Down
4 changes: 4 additions & 0 deletions project/plugins/Plugins.scala
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
class Plugins(info: sbt.ProjectInfo) extends sbt.PluginDefinition(info) {
val t_repo = "t_repo" at "http://tristanhunt.com:8081/content/groups/public/"
val posterous = "net.databinder" % "posterous-sbt" % "0.1.3"
}

0 comments on commit b1b977c

Please sign in to comment.