--- a/project/build/BSBMPlugin.scala Sun Jun 13 19:32:44 2010 -0400
+++ b/project/build/BSBMPlugin.scala Sun Jun 13 19:40:10 2010 -0400
@@ -49,7 +49,10 @@
/**
* list all the generated sql scripts
*/
- def sqlFiles:List[String] = (dataset * "*.sql").getFiles.map{ _.getName }.toList.sort{ _ < _ }
+ def sqlFiles:List[String] = {
+ val sqlfiles = dataset * "*.sql" +++ "src" / "main" / "resources" * "*.sql"
+ sqlfiles.getFiles.map{ _.getName }.toList.sort{ _ < _ }
+ }
/* see http://code.google.com/p/simple-build-tool/wiki/Properties
* this is where we add a dependency to another property file