diff options
author | UbitUmarov | 2018-01-21 20:09:56 +0000 |
---|---|---|
committer | UbitUmarov | 2018-01-21 20:09:56 +0000 |
commit | 0dbed94e130dace31f574b506a869c749c4029f8 (patch) | |
tree | 00b422116ad86bdceceebfcc7c293f39cd53d84d /prebuild.xml | |
parent | cosmetics (or not) (diff) | |
download | opensim-SC-0dbed94e130dace31f574b506a869c749c4029f8.zip opensim-SC-0dbed94e130dace31f574b506a869c749c4029f8.tar.gz opensim-SC-0dbed94e130dace31f574b506a869c749c4029f8.tar.bz2 opensim-SC-0dbed94e130dace31f574b506a869c749c4029f8.tar.xz |
no need to set MuteListsService twice
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 36 |
1 files changed, 1 insertions, 35 deletions
diff --git a/prebuild.xml b/prebuild.xml index 31eeaa4..29d13f7 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -1216,41 +1216,7 @@ | |||
1216 | </Match> | 1216 | </Match> |
1217 | </Files> | 1217 | </Files> |
1218 | </Project> | 1218 | </Project> |
1219 | 1219 | ||
1220 | <Project frameworkVersion="v4_6" name="OpenSim.Services.MuteListService" path="OpenSim/Services/MuteListService" type="Library"> | ||
1221 | <Configuration name="Debug"> | ||
1222 | <Options> | ||
1223 | <OutputPath>../../../bin/</OutputPath> | ||
1224 | </Options> | ||
1225 | </Configuration> | ||
1226 | <Configuration name="Release"> | ||
1227 | <Options> | ||
1228 | <OutputPath>../../../bin/</OutputPath> | ||
1229 | </Options> | ||
1230 | </Configuration> | ||
1231 | |||
1232 | <ReferencePath>../../../bin/</ReferencePath> | ||
1233 | <Reference name="System"/> | ||
1234 | <Reference name="System.Core"/> | ||
1235 | <Reference name="OpenSim.Framework"/> | ||
1236 | <Reference name="OpenSim.Framework.Console"/> | ||
1237 | <Reference name="OpenSim.Services.Interfaces"/> | ||
1238 | <Reference name="OpenSim.Services.Connectors"/> | ||
1239 | <Reference name="OpenSim.Services.Base"/> | ||
1240 | <Reference name="OpenSim.Data"/> | ||
1241 | <Reference name="OpenMetaverseTypes" path="../../../bin/"/> | ||
1242 | <Reference name="OpenMetaverse" path="../../../bin/"/> | ||
1243 | <Reference name="OpenMetaverse.StructuredData" path="../../../bin/"/> | ||
1244 | <Reference name="Nini" path="../../../bin/"/> | ||
1245 | <Reference name="log4net" path="../../../bin/"/> | ||
1246 | |||
1247 | <Files> | ||
1248 | <Match pattern="*.cs" recurse="true"> | ||
1249 | <Exclude name="obj" pattern="obj"/> | ||
1250 | </Match> | ||
1251 | </Files> | ||
1252 | </Project> | ||
1253 | |||
1254 | <Project frameworkVersion="v4_6" name="OpenSim.Server.Handlers" path="OpenSim/Server/Handlers" type="Library"> | 1220 | <Project frameworkVersion="v4_6" name="OpenSim.Server.Handlers" path="OpenSim/Server/Handlers" type="Library"> |
1255 | <Configuration name="Debug"> | 1221 | <Configuration name="Debug"> |
1256 | <Options> | 1222 | <Options> |