diff options
author | Sean Dague | 2008-09-10 17:49:41 +0000 |
---|---|---|
committer | Sean Dague | 2008-09-10 17:49:41 +0000 |
commit | f97059719431c81d8526ecbfa8ed9de0700fff28 (patch) | |
tree | 7b18c57f4afb21866f75dec236203ce3b8da6e03 /.nant/local.include | |
parent | add shell for SQLite testing. No tests yet. (diff) | |
download | opensim-SC_OLD-f97059719431c81d8526ecbfa8ed9de0700fff28.zip opensim-SC_OLD-f97059719431c81d8526ecbfa8ed9de0700fff28.tar.gz opensim-SC_OLD-f97059719431c81d8526ecbfa8ed9de0700fff28.tar.bz2 opensim-SC_OLD-f97059719431c81d8526ecbfa8ed9de0700fff28.tar.xz |
added the first couple of sqlite tests. we'll see how bamboo
handles them.
Diffstat (limited to '')
-rw-r--r-- | .nant/local.include | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.nant/local.include b/.nant/local.include index 1612358..df27359 100644 --- a/.nant/local.include +++ b/.nant/local.include | |||
@@ -1,3 +1,5 @@ | |||
1 | <!-- -*- xml -*- --> | ||
2 | <!-- please leve the top comment for us emacs folks --> | ||
1 | <property name="projectdir" value="opensim-0.5.5" /> | 3 | <property name="projectdir" value="opensim-0.5.5" /> |
2 | 4 | ||
3 | <target name="distdir"> | 5 | <target name="distdir"> |