~ fix the load action
authorAlexandre Bertails <alexandre@bertails.org>
Sun, 13 Jun 2010 19:42:52 -0400
changeset 220 8473f50ae920
parent 219 5716b5311aa7
child 221 27990ceea967
~ fix the load action
project/build/BSBMPlugin.scala
--- a/project/build/BSBMPlugin.scala	Sun Jun 13 19:40:10 2010 -0400
+++ b/project/build/BSBMPlugin.scala	Sun Jun 13 19:42:52 2010 -0400
@@ -51,7 +51,7 @@
    */
   def sqlFiles:List[String] = {
     val sqlfiles = dataset * "*.sql" +++ "src" / "main" / "resources" * "*.sql"
-    sqlfiles.getFiles.map{ _.getName }.toList.sort{ _ < _ }
+    sqlfiles.getFiles.map{ _.getAbsolutePath }.toList.sort{ _ < _ }
   }
 
   /* see http://code.google.com/p/simple-build-tool/wiki/Properties