From 510457eac88294836a9df16b4d7b9ab079c11164 Mon Sep 17 00:00:00 2001 From: RayRacine Date: Mon, 20 Jun 2011 09:29:23 -0700 Subject: [PATCH] Updated Full Configuration Example (markdown) --- Full-Configuration-Example.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Full-Configuration-Example.md b/Full-Configuration-Example.md index d8d930a..a6190a7 100644 --- a/Full-Configuration-Example.md +++ b/Full-Configuration-Example.md @@ -1,5 +1,9 @@ Example of a Full configuration. Full configurations are written in Scala, so this example would be placed as project/Build.scala, not build.sbt. +Other gist examples of a full configuration. + +* [Similar but larger example.](git://gist.github.com/1021873.git) + ```scala import sbt._