diff options
author | Sean Dague | 2008-12-17 21:05:14 +0000 |
---|---|---|
committer | Sean Dague | 2008-12-17 21:05:14 +0000 |
commit | bb31389b7d468f55f1dc327dcbaae8c7088e3377 (patch) | |
tree | 78e11f4575d5c542213cec4f79210afe9b6f6716 /prebuild.xml | |
parent | Reapply the packet optimization patch, with changes (diff) | |
download | opensim-SC_OLD-bb31389b7d468f55f1dc327dcbaae8c7088e3377.zip opensim-SC_OLD-bb31389b7d468f55f1dc327dcbaae8c7088e3377.tar.gz opensim-SC_OLD-bb31389b7d468f55f1dc327dcbaae8c7088e3377.tar.bz2 opensim-SC_OLD-bb31389b7d468f55f1dc327dcbaae8c7088e3377.tar.xz |
remove an unused Match line in prebuild that is causing issues for
windows people: http://opensimulator.org/mantis/view.php?id=2851
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/prebuild.xml b/prebuild.xml index be18fe5..5e67670 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -1600,7 +1600,6 @@ | |||
1600 | <!-- add more as you go --> | 1600 | <!-- add more as you go --> |
1601 | <Match path="Resources/SQLiteDialect" pattern="*.sql" buildAction="EmbeddedResource"/> | 1601 | <Match path="Resources/SQLiteDialect" pattern="*.sql" buildAction="EmbeddedResource"/> |
1602 | <Match path="Resources/MySQLDialect" pattern="*.sql" buildAction="EmbeddedResource"/> | 1602 | <Match path="Resources/MySQLDialect" pattern="*.sql" buildAction="EmbeddedResource"/> |
1603 | <Match path="Resources/MsSql2005Dialect" pattern="*.sql" buildAction="EmbeddedResource"/> | ||
1604 | </Files> | 1603 | </Files> |
1605 | </Project> | 1604 | </Project> |
1606 | 1605 | ||