diff options
author | Adam Frisby | 2008-04-21 14:11:36 +0000 |
---|---|---|
committer | Adam Frisby | 2008-04-21 14:11:36 +0000 |
commit | 385c1f51846197f03a535fe80c3fed131d03df5d (patch) | |
tree | 97d4eb39bddad5fb2c1e50e8a28b07e63c4e1a76 /prebuild.xml | |
parent | * Various compiler warning cleanups. (diff) | |
download | opensim-SC_OLD-385c1f51846197f03a535fe80c3fed131d03df5d.zip opensim-SC_OLD-385c1f51846197f03a535fe80c3fed131d03df5d.tar.gz opensim-SC_OLD-385c1f51846197f03a535fe80c3fed131d03df5d.tar.bz2 opensim-SC_OLD-385c1f51846197f03a535fe80c3fed131d03df5d.tar.xz |
* Added missing reference to OpenSim.Framework.Communications to RemoteAdminPlugin to fix a compile error introduced by the Radmin patch.
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index 20afd51..f8fae8b 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -1111,6 +1111,7 @@ | |||
1111 | <Reference name="OpenSim"/> | 1111 | <Reference name="OpenSim"/> |
1112 | <Reference name="OpenSim.Region.ClientStack"/> | 1112 | <Reference name="OpenSim.Region.ClientStack"/> |
1113 | <Reference name="OpenSim.Region.Environment"/> | 1113 | <Reference name="OpenSim.Region.Environment"/> |
1114 | <Reference name="OpenSim.Framework.Communications"/> | ||
1114 | <Reference name="OpenSim.Framework"/> | 1115 | <Reference name="OpenSim.Framework"/> |
1115 | <Reference name="OpenSim.Framework.Servers"/> | 1116 | <Reference name="OpenSim.Framework.Servers"/> |
1116 | <Reference name="OpenSim.Framework.Console"/> | 1117 | <Reference name="OpenSim.Framework.Console"/> |