diff options
author | Justin Clarke Casey | 2008-11-03 18:33:35 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-11-03 18:33:35 +0000 |
commit | 8c71954e0892958da444ef5c82173262daa3f46c (patch) | |
tree | 6e06070ae11dbfd6a84b1ae7995e6df6275f892e /prebuild.xml | |
parent | completing move to refactored multi-channel capable IRCBridgeModule (diff) | |
download | opensim-SC_OLD-8c71954e0892958da444ef5c82173262daa3f46c.zip opensim-SC_OLD-8c71954e0892958da444ef5c82173262daa3f46c.tar.gz opensim-SC_OLD-8c71954e0892958da444ef5c82173262daa3f46c.tar.bz2 opensim-SC_OLD-8c71954e0892958da444ef5c82173262daa3f46c.tar.xz |
* Use nini to pass config information to the client stack, rather than the ClientStackUserSettings class
* This conforms better to other module usage
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index f463955..f5fd5f4 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -996,6 +996,7 @@ | |||
996 | <ReferencePath>../../../../../bin/</ReferencePath> | 996 | <ReferencePath>../../../../../bin/</ReferencePath> |
997 | <Reference name="System"/> | 997 | <Reference name="System"/> |
998 | <Reference name="log4net.dll"/> | 998 | <Reference name="log4net.dll"/> |
999 | <Reference name="Nini.dll" /> | ||
999 | <Reference name="nunit.framework.dll" /> | 1000 | <Reference name="nunit.framework.dll" /> |
1000 | <Reference name="OpenMetaverse.dll"/> | 1001 | <Reference name="OpenMetaverse.dll"/> |
1001 | <Reference name="OpenMetaverseTypes.dll"/> | 1002 | <Reference name="OpenMetaverseTypes.dll"/> |