diff options
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/prebuild.xml b/prebuild.xml index 8906d71..41ded03 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -33,7 +33,7 @@ | |||
33 | </Configuration> | 33 | </Configuration> |
34 | 34 | ||
35 | <!-- XML-RPC --> | 35 | <!-- XML-RPC --> |
36 | <Project name="XMLRPC" path="XmlRpcCS" type="Library"> | 36 | <Project name="XMLRPC" path="Common/XmlRpcCS" type="Library"> |
37 | <Configuration name="Debug"> | 37 | <Configuration name="Debug"> |
38 | <Options> | 38 | <Options> |
39 | <OutputPath>../../bin/</OutputPath> | 39 | <OutputPath>../../bin/</OutputPath> |
@@ -56,7 +56,7 @@ | |||
56 | 56 | ||
57 | <!-- Core OpenSim Projects --> | 57 | <!-- Core OpenSim Projects --> |
58 | 58 | ||
59 | <Project name="OpenSim.Framework" path="OpenSim.Framework" type="Library"> | 59 | <Project name="OpenSim.Framework" path="Common/OpenSim.Framework" type="Library"> |
60 | <Configuration name="Debug"> | 60 | <Configuration name="Debug"> |
61 | <Options> | 61 | <Options> |
62 | <OutputPath>../../bin/</OutputPath> | 62 | <OutputPath>../../bin/</OutputPath> |
@@ -79,7 +79,7 @@ | |||
79 | </Files> | 79 | </Files> |
80 | </Project> | 80 | </Project> |
81 | 81 | ||
82 | <Project name="OpenSim.Framework.Console" path="OpenSim.Framework.Console" type="Library"> | 82 | <Project name="OpenSim.Framework.Console" path="Common/OpenSim.Framework.Console" type="Library"> |
83 | <Configuration name="Debug"> | 83 | <Configuration name="Debug"> |
84 | <Options> | 84 | <Options> |
85 | <OutputPath>../../bin/</OutputPath> | 85 | <OutputPath>../../bin/</OutputPath> |
@@ -98,7 +98,7 @@ | |||
98 | </Files> | 98 | </Files> |
99 | </Project> | 99 | </Project> |
100 | 100 | ||
101 | <Project name="OpenSim.Servers" path="OpenSim.Servers" type="Library"> | 101 | <Project name="OpenSim.Servers" path="Common/OpenSim.Servers" type="Library"> |
102 | <Configuration name="Debug"> | 102 | <Configuration name="Debug"> |
103 | <Options> | 103 | <Options> |
104 | <OutputPath>../../bin/</OutputPath> | 104 | <OutputPath>../../bin/</OutputPath> |
@@ -124,7 +124,7 @@ | |||
124 | </Project> | 124 | </Project> |
125 | 125 | ||
126 | <!-- Storage Plug-ins --> | 126 | <!-- Storage Plug-ins --> |
127 | <Project name="OpenSim.Storage.LocalStorageDb4o" path="OpenSim.Storage/LocalStorageDb4o" type="Library"> | 127 | <Project name="OpenSim.Storage.LocalStorageDb4o" path="OpenSim/OpenSim.Storage/LocalStorageDb4o" type="Library"> |
128 | <Configuration name="Debug"> | 128 | <Configuration name="Debug"> |
129 | <Options> | 129 | <Options> |
130 | <OutputPath>../../../bin/</OutputPath> | 130 | <OutputPath>../../../bin/</OutputPath> |
@@ -148,7 +148,7 @@ | |||
148 | </Files> | 148 | </Files> |
149 | </Project> | 149 | </Project> |
150 | 150 | ||
151 | <Project name="OpenSim.Storage.LocalStorageSQLite" path="OpenSim.Storage/LocalStorageSQLite" type="Library"> | 151 | <Project name="OpenSim.Storage.LocalStorageSQLite" path="OpenSim/OpenSim.Storage/LocalStorageSQLite" type="Library"> |
152 | <Configuration name="Debug"> | 152 | <Configuration name="Debug"> |
153 | <Options> | 153 | <Options> |
154 | <OutputPath>../../../bin/</OutputPath> | 154 | <OutputPath>../../../bin/</OutputPath> |
@@ -173,7 +173,7 @@ | |||
173 | </Files> | 173 | </Files> |
174 | </Project> | 174 | </Project> |
175 | 175 | ||
176 | <Project name="OpenSim.Storage.LocalStorageBerkeleyDB" path="OpenSim.Storage/LocalStorageBerkeleyDB" type="Library"> | 176 | <Project name="OpenSim.Storage.LocalStorageBerkeleyDB" path="OpenSim/OpenSim.Storage/LocalStorageBerkeleyDB" type="Library"> |
177 | <Configuration name="Debug"> | 177 | <Configuration name="Debug"> |
178 | <Options> | 178 | <Options> |
179 | <OutputPath>../../../bin/</OutputPath> | 179 | <OutputPath>../../../bin/</OutputPath> |
@@ -200,7 +200,7 @@ | |||
200 | </Project> | 200 | </Project> |
201 | 201 | ||
202 | <!-- Grid Server Plug-ins --> | 202 | <!-- Grid Server Plug-ins --> |
203 | <Project name="OpenSim.GridInterfaces.Local" path="OpenSim.GridInterfaces/Local" type="Library"> | 203 | <Project name="OpenSim.GridInterfaces.Local" path="OpenSim/OpenSim.GridInterfaces/Local" type="Library"> |
204 | <Configuration name="Debug"> | 204 | <Configuration name="Debug"> |
205 | <Options> | 205 | <Options> |
206 | <OutputPath>../../../bin/</OutputPath> | 206 | <OutputPath>../../../bin/</OutputPath> |
@@ -224,7 +224,7 @@ | |||
224 | </Files> | 224 | </Files> |
225 | </Project> | 225 | </Project> |
226 | 226 | ||
227 | <Project name="OpenSim.GridInterfaces.Remote" path="OpenSim.GridInterfaces/Remote" type="Library"> | 227 | <Project name="OpenSim.GridInterfaces.Remote" path="OpenSim/OpenSim.GridInterfaces/Remote" type="Library"> |
228 | <Configuration name="Debug"> | 228 | <Configuration name="Debug"> |
229 | <Options> | 229 | <Options> |
230 | <OutputPath>../../../bin/</OutputPath> | 230 | <OutputPath>../../../bin/</OutputPath> |
@@ -249,7 +249,7 @@ | |||
249 | </Project> | 249 | </Project> |
250 | 250 | ||
251 | 251 | ||
252 | <Project name="OpenSim.Physics.Manager" path="OpenSim.Physics/Manager" type="Library"> | 252 | <Project name="OpenSim.Physics.Manager" path="OpenSim/OpenSim.Physics/Manager" type="Library"> |
253 | <Configuration name="Debug"> | 253 | <Configuration name="Debug"> |
254 | <Options> | 254 | <Options> |
255 | <OutputPath>../../../bin/</OutputPath> | 255 | <OutputPath>../../../bin/</OutputPath> |
@@ -274,7 +274,7 @@ | |||
274 | 274 | ||
275 | 275 | ||
276 | <!-- Physics Plug-ins --> | 276 | <!-- Physics Plug-ins --> |
277 | <Project name="OpenSim.Physics.BasicPhysicsPlugin" path="OpenSim.Physics/BasicPhysicsPlugin" type="Library"> | 277 | <Project name="OpenSim.Physics.BasicPhysicsPlugin" path="OpenSim/OpenSim.Physics/BasicPhysicsPlugin" type="Library"> |
278 | <Configuration name="Debug"> | 278 | <Configuration name="Debug"> |
279 | <Options> | 279 | <Options> |
280 | <OutputPath>../../../bin/Physics/</OutputPath> | 280 | <OutputPath>../../../bin/Physics/</OutputPath> |
@@ -295,7 +295,7 @@ | |||
295 | </Files> | 295 | </Files> |
296 | </Project> | 296 | </Project> |
297 | 297 | ||
298 | <Project name="OpenSim.Physics.PhysXPlugin" path="OpenSim.Physics/PhysXPlugin" type="Library"> | 298 | <Project name="OpenSim.Physics.PhysXPlugin" path="OpenSim/OpenSim.Physics/PhysXPlugin" type="Library"> |
299 | <Configuration name="Debug"> | 299 | <Configuration name="Debug"> |
300 | <Options> | 300 | <Options> |
301 | <OutputPath>../../../bin/Physics/</OutputPath> | 301 | <OutputPath>../../../bin/Physics/</OutputPath> |
@@ -317,7 +317,7 @@ | |||
317 | </Files> | 317 | </Files> |
318 | </Project> | 318 | </Project> |
319 | 319 | ||
320 | <Project name="OpenSim.Physics.OdePlugin" path="OpenSim.Physics/OdePlugin" type="Library"> | 320 | <Project name="OpenSim.Physics.OdePlugin" path="OpenSim/OpenSim.Physics/OdePlugin" type="Library"> |
321 | <Configuration name="Debug"> | 321 | <Configuration name="Debug"> |
322 | <Options> | 322 | <Options> |
323 | <OutputPath>../../../bin/Physics/</OutputPath> | 323 | <OutputPath>../../../bin/Physics/</OutputPath> |
@@ -341,7 +341,7 @@ | |||
341 | </Project> | 341 | </Project> |
342 | 342 | ||
343 | <!-- Xml Config Dll --> | 343 | <!-- Xml Config Dll --> |
344 | <Project name="OpenSim.GenericConfig.Xml" path="OpenSim.GenericConfig/Xml" type="Library"> | 344 | <Project name="OpenSim.GenericConfig.Xml" path="Common/OpenSim.GenericConfig/Xml" type="Library"> |
345 | <Configuration name="Debug"> | 345 | <Configuration name="Debug"> |
346 | <Options> | 346 | <Options> |
347 | <OutputPath>../../../bin/</OutputPath> | 347 | <OutputPath>../../../bin/</OutputPath> |
@@ -364,7 +364,7 @@ | |||
364 | </Project> | 364 | </Project> |
365 | 365 | ||
366 | <!-- Basic embedded JVM --> | 366 | <!-- Basic embedded JVM --> |
367 | <Project name="OpenSim.Scripting.EmbeddedJVM" path="OpenSim.Scripting/EmbeddedJVM" type="Library"> | 367 | <Project name="OpenSim.Scripting.EmbeddedJVM" path="OpenSim/OpenSim.Scripting/EmbeddedJVM" type="Library"> |
368 | <Configuration name="Debug"> | 368 | <Configuration name="Debug"> |
369 | <Options> | 369 | <Options> |
370 | <OutputPath>../../../bin/ScriptEngines/</OutputPath> | 370 | <OutputPath>../../../bin/ScriptEngines/</OutputPath> |
@@ -388,7 +388,7 @@ | |||
388 | 388 | ||
389 | 389 | ||
390 | <!-- Terrain engine --> | 390 | <!-- Terrain engine --> |
391 | <Project name="OpenSim.Terrain.BasicTerrain" path="OpenSim.Terrain.BasicTerrain" type="Library"> | 391 | <Project name="OpenSim.Terrain.BasicTerrain" path="OpenSim/OpenSim.Terrain.BasicTerrain" type="Library"> |
392 | <Configuration name="Debug"> | 392 | <Configuration name="Debug"> |
393 | <Options> | 393 | <Options> |
394 | <OutputPath>../../bin/</OutputPath> | 394 | <OutputPath>../../bin/</OutputPath> |
@@ -412,7 +412,7 @@ | |||
412 | </Files> | 412 | </Files> |
413 | </Project> | 413 | </Project> |
414 | 414 | ||
415 | <Project name="OpenSim.RegionServer" path="OpenSim.RegionServer" type="Library"> | 415 | <Project name="OpenSim.RegionServer" path="OpenSim/OpenSim.RegionServer" type="Library"> |
416 | <Configuration name="Debug"> | 416 | <Configuration name="Debug"> |
417 | <Options> | 417 | <Options> |
418 | <OutputPath>../../bin/</OutputPath> | 418 | <OutputPath>../../bin/</OutputPath> |
@@ -444,7 +444,7 @@ | |||
444 | </Project> | 444 | </Project> |
445 | 445 | ||
446 | <!-- OpenSim app --> | 446 | <!-- OpenSim app --> |
447 | <Project name="OpenSim" path="OpenSim" type="Exe"> | 447 | <Project name="OpenSim" path="OpenSim/OpenSim" type="Exe"> |
448 | <Configuration name="Debug"> | 448 | <Configuration name="Debug"> |
449 | <Options> | 449 | <Options> |
450 | <OutputPath>../../bin/</OutputPath> | 450 | <OutputPath>../../bin/</OutputPath> |