diff options
author | MW | 2007-06-12 15:24:12 +0000 |
---|---|---|
committer | MW | 2007-06-12 15:24:12 +0000 |
commit | fd1a7f28abc734865b3917ff3bcbb4803395dc5a (patch) | |
tree | 044bd1f13c82ea5bf508a947d8ccb49909ce2d49 /prebuild.xml | |
parent | did I say I was doing some rearranging? (diff) | |
download | opensim-SC_OLD-fd1a7f28abc734865b3917ff3bcbb4803395dc5a.zip opensim-SC_OLD-fd1a7f28abc734865b3917ff3bcbb4803395dc5a.tar.gz opensim-SC_OLD-fd1a7f28abc734865b3917ff3bcbb4803395dc5a.tar.bz2 opensim-SC_OLD-fd1a7f28abc734865b3917ff3bcbb4803395dc5a.tar.xz |
Created OpenSim.Caches project and moved the assetcache to that.
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 25 |
1 files changed, 24 insertions, 1 deletions
diff --git a/prebuild.xml b/prebuild.xml index 3aadd9b..6eab034 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -99,7 +99,6 @@ | |||
99 | </Files> | 99 | </Files> |
100 | </Project> | 100 | </Project> |
101 | 101 | ||
102 | |||
103 | <Project name="OpenSim.Servers" path="Common/OpenSim.Servers" type="Library"> | 102 | <Project name="OpenSim.Servers" path="Common/OpenSim.Servers" type="Library"> |
104 | <Configuration name="Debug"> | 103 | <Configuration name="Debug"> |
105 | <Options> | 104 | <Options> |
@@ -149,6 +148,28 @@ | |||
149 | </Files> | 148 | </Files> |
150 | </Project> | 149 | </Project> |
151 | 150 | ||
151 | <Project name="OpenSim.Caches" path="OpenSim/OpenSim.Caches" type="Library"> | ||
152 | <Configuration name="Debug"> | ||
153 | <Options> | ||
154 | <OutputPath>../../bin/</OutputPath> | ||
155 | </Options> | ||
156 | </Configuration> | ||
157 | <Configuration name="Release"> | ||
158 | <Options> | ||
159 | <OutputPath>../../bin/</OutputPath> | ||
160 | </Options> | ||
161 | </Configuration> | ||
162 | |||
163 | <ReferencePath>../../bin/</ReferencePath> | ||
164 | <Reference name="System"/> | ||
165 | <Reference name="System.Xml"/> | ||
166 | <Reference name="libsecondlife.dll"/> | ||
167 | <Reference name="OpenSim.Framework"/> | ||
168 | <Files> | ||
169 | <Match pattern="*.cs" recurse="true"/> | ||
170 | </Files> | ||
171 | </Project> | ||
172 | |||
152 | 173 | ||
153 | <!-- Storage Plug-ins --> | 174 | <!-- Storage Plug-ins --> |
154 | <Project name="OpenSim.Storage.LocalStorageDb4o" path="OpenSim/OpenSim.Storage/LocalStorageDb4o" type="Library"> | 175 | <Project name="OpenSim.Storage.LocalStorageDb4o" path="OpenSim/OpenSim.Storage/LocalStorageDb4o" type="Library"> |
@@ -465,6 +486,7 @@ | |||
465 | <Reference name="OpenSim.GenericConfig.Xml"/> | 486 | <Reference name="OpenSim.GenericConfig.Xml"/> |
466 | <Reference name="OpenSim.Physics.Manager"/> | 487 | <Reference name="OpenSim.Physics.Manager"/> |
467 | <Reference name="OpenSim.Servers"/> | 488 | <Reference name="OpenSim.Servers"/> |
489 | <Reference name="OpenSim.Caches"/> | ||
468 | <Reference name="XMLRPC"/> | 490 | <Reference name="XMLRPC"/> |
469 | 491 | ||
470 | <Files> | 492 | <Files> |
@@ -533,6 +555,7 @@ | |||
533 | <Reference name="OpenSim.RegionServer"/> | 555 | <Reference name="OpenSim.RegionServer"/> |
534 | <Reference name="OpenSim.GenericConfig.Xml"/> | 556 | <Reference name="OpenSim.GenericConfig.Xml"/> |
535 | <Reference name="OpenGrid.Framework.Communications"/> | 557 | <Reference name="OpenGrid.Framework.Communications"/> |
558 | <Reference name="OpenSim.Caches"/> | ||
536 | <Reference name="XMLRPC"/> | 559 | <Reference name="XMLRPC"/> |
537 | 560 | ||
538 | <Files> | 561 | <Files> |