diff options
author | Diva Canto | 2010-07-30 14:04:29 -0700 |
---|---|---|
committer | Diva Canto | 2010-07-30 14:04:29 -0700 |
commit | f3fa10fa151ef5f07599d557d1f7c05656e7ea04 (patch) | |
tree | a14ca2b853df1aa87cad30664210c995006e358e /prebuild.xml | |
parent | Changed the way HG client verification is done: now transforming local and LA... (diff) | |
parent | remove gods event subscription to gods module from scene (diff) | |
download | opensim-SC-f3fa10fa151ef5f07599d557d1f7c05656e7ea04.zip opensim-SC-f3fa10fa151ef5f07599d557d1f7c05656e7ea04.tar.gz opensim-SC-f3fa10fa151ef5f07599d557d1f7c05656e7ea04.tar.bz2 opensim-SC-f3fa10fa151ef5f07599d557d1f7c05656e7ea04.tar.xz |
Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensim
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 76 |
1 files changed, 0 insertions, 76 deletions
diff --git a/prebuild.xml b/prebuild.xml index 1eb8fee..5f55461 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -255,58 +255,6 @@ | |||
255 | </Files> | 255 | </Files> |
256 | </Project> | 256 | </Project> |
257 | 257 | ||
258 | <Project frameworkVersion="v3_5" name="OpenSim.Framework.Configuration.XML" path="OpenSim/Framework/Configuration/XML" type="Library"> | ||
259 | <Configuration name="Debug"> | ||
260 | <Options> | ||
261 | <OutputPath>../../../../bin/</OutputPath> | ||
262 | </Options> | ||
263 | </Configuration> | ||
264 | <Configuration name="Release"> | ||
265 | <Options> | ||
266 | <OutputPath>../../../../bin/</OutputPath> | ||
267 | </Options> | ||
268 | </Configuration> | ||
269 | |||
270 | <ReferencePath>../../../../bin/</ReferencePath> | ||
271 | <Reference name="System"/> | ||
272 | <Reference name="System.Xml"/> | ||
273 | <Reference name="OpenMetaverseTypes.dll"/> | ||
274 | <Reference name="XMLRPC.dll"/> | ||
275 | <Reference name="OpenSim.Framework"/> | ||
276 | <Reference name="OpenSim.Framework.Console"/> | ||
277 | <Reference name="OpenSim.Data"/> | ||
278 | <Files> | ||
279 | <Match pattern="*.cs" recurse="true"/> | ||
280 | </Files> | ||
281 | </Project> | ||
282 | |||
283 | <Project frameworkVersion="v3_5" name="OpenSim.Framework.Configuration.HTTP" path="OpenSim/Framework/Configuration/HTTP" type="Library"> | ||
284 | <Configuration name="Debug"> | ||
285 | <Options> | ||
286 | <OutputPath>../../../../bin/</OutputPath> | ||
287 | </Options> | ||
288 | </Configuration> | ||
289 | <Configuration name="Release"> | ||
290 | <Options> | ||
291 | <OutputPath>../../../../bin/</OutputPath> | ||
292 | </Options> | ||
293 | </Configuration> | ||
294 | |||
295 | <ReferencePath>../../../../bin/</ReferencePath> | ||
296 | <Reference name="System"/> | ||
297 | <Reference name="System.Xml"/> | ||
298 | <Reference name="OpenMetaverseTypes.dll"/> | ||
299 | <Reference name="XMLRPC.dll"/> | ||
300 | <Reference name="OpenSim.Framework"/> | ||
301 | <Reference name="OpenSim.Framework.Console"/> | ||
302 | <Reference name="OpenSim.Framework.Configuration.XML"/> | ||
303 | <Reference name="OpenSim.Data"/> | ||
304 | <Reference name="log4net.dll"/> | ||
305 | <Files> | ||
306 | <Match pattern="*.cs" recurse="true"/> | ||
307 | </Files> | ||
308 | </Project> | ||
309 | |||
310 | <Project frameworkVersion="v3_5" name="OpenSim.Framework.AssetLoader.Filesystem" path="OpenSim/Framework/AssetLoader/Filesystem" type="Library"> | 258 | <Project frameworkVersion="v3_5" name="OpenSim.Framework.AssetLoader.Filesystem" path="OpenSim/Framework/AssetLoader/Filesystem" type="Library"> |
311 | <Configuration name="Debug"> | 259 | <Configuration name="Debug"> |
312 | <Options> | 260 | <Options> |
@@ -1418,35 +1366,11 @@ | |||
1418 | <Match pattern="*.addin.xml" path="Resources" buildAction="EmbeddedResource" recurse="true"/> | 1366 | <Match pattern="*.addin.xml" path="Resources" buildAction="EmbeddedResource" recurse="true"/> |
1419 | <Match pattern="*.cs" recurse="true"> | 1367 | <Match pattern="*.cs" recurse="true"> |
1420 | <Exclude name="Tests" pattern="Tests" /> | 1368 | <Exclude name="Tests" pattern="Tests" /> |
1421 | <Exclude name="TerrainDefaultEffects" pattern="World/Terrain/DefaultEffects" /> | ||
1422 | </Match> | 1369 | </Match> |
1423 | <Match pattern="*.addin.xml" path="Resources" buildAction="EmbeddedResource" recurse="true"/> | 1370 | <Match pattern="*.addin.xml" path="Resources" buildAction="EmbeddedResource" recurse="true"/> |
1424 | </Files> | 1371 | </Files> |
1425 | </Project> | 1372 | </Project> |
1426 | 1373 | ||
1427 | <Project frameworkVersion="v3_5" name="OpenSim.Region.CoreModules.World.Terrain.DefaultEffects" path="OpenSim/Region/CoreModules/World/Terrain/DefaultEffects" type="Library"> | ||
1428 | <Configuration name="Debug"> | ||
1429 | <Options> | ||
1430 | <OutputPath>../../../../../../bin/Terrain/</OutputPath> | ||
1431 | </Options> | ||
1432 | </Configuration> | ||
1433 | <Configuration name="Release"> | ||
1434 | <Options> | ||
1435 | <OutputPath>../../../../../../bin/Terrain/</OutputPath> | ||
1436 | </Options> | ||
1437 | </Configuration> | ||
1438 | |||
1439 | <ReferencePath>../../../../../../bin/</ReferencePath> | ||
1440 | <Reference name="System"/> | ||
1441 | <Reference name="OpenSim.Framework"/> | ||
1442 | <Reference name="OpenSim.Region.Framework"/> | ||
1443 | <Reference name="OpenSim.Region.CoreModules"/> | ||
1444 | <Files> | ||
1445 | <Match pattern="*.cs" recurse="true"/> | ||
1446 | </Files> | ||
1447 | </Project> | ||
1448 | |||
1449 | |||
1450 | <Project frameworkVersion="v3_5" name="OpenSim.Region.OptionalModules" path="OpenSim/Region/OptionalModules" type="Library"> | 1374 | <Project frameworkVersion="v3_5" name="OpenSim.Region.OptionalModules" path="OpenSim/Region/OptionalModules" type="Library"> |
1451 | <Configuration name="Debug"> | 1375 | <Configuration name="Debug"> |
1452 | <Options> | 1376 | <Options> |