diff options
author | Sean Dague | 2008-06-16 19:22:00 +0000 |
---|---|---|
committer | Sean Dague | 2008-06-16 19:22:00 +0000 |
commit | 340ef33e2e27b2f5e9b29c41617aec9c542be5f8 (patch) | |
tree | 3de21e36df8ecf91ebfaf2c0cf04adee27cb9012 /prebuild.xml | |
parent | futzing around on the NHibernate side again trying to connect (diff) | |
download | opensim-SC_OLD-340ef33e2e27b2f5e9b29c41617aec9c542be5f8.zip opensim-SC_OLD-340ef33e2e27b2f5e9b29c41617aec9c542be5f8.tar.gz opensim-SC_OLD-340ef33e2e27b2f5e9b29c41617aec9c542be5f8.tar.bz2 opensim-SC_OLD-340ef33e2e27b2f5e9b29c41617aec9c542be5f8.tar.xz |
fix nhibernate driver so that it starts (based on the appearance
changes it wouldn't come up).
include embedded dialect specific sql files for nhibernate migrations
figure out how to get the raw db connection so that migrations can
work with nhibernate.
create initial migration for NHibernate + SQLite + Assets.
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index e5dd324..7413b1b 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -1339,6 +1339,9 @@ | |||
1339 | <Files> | 1339 | <Files> |
1340 | <Match pattern="*.cs" recurse="true"/> | 1340 | <Match pattern="*.cs" recurse="true"/> |
1341 | <Match path="Resources" pattern="*.xml" buildAction="EmbeddedResource"/> | 1341 | <Match path="Resources" pattern="*.xml" buildAction="EmbeddedResource"/> |
1342 | <!-- add more as you go --> | ||
1343 | <Match path="Resources/SQLiteDialect" pattern="*.sql" buildAction="EmbeddedResource"/> | ||
1344 | <Match path="Resources/MySQLDialect" pattern="*.sql" buildAction="EmbeddedResource"/> | ||
1342 | </Files> | 1345 | </Files> |
1343 | </Project> | 1346 | </Project> |
1344 | 1347 | ||