diff options
author | Justin Clarke Casey | 2007-12-28 22:13:43 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2007-12-28 22:13:43 +0000 |
commit | 4ae10034bd929c6451633c6fc5172c44e9280fa4 (patch) | |
tree | bf3abf3e79787ddfa72c645e977e126c61273845 /prebuild.xml | |
parent | * applied melanie's matnis patch #255. Thanks Melanie. (diff) | |
download | opensim-SC_OLD-4ae10034bd929c6451633c6fc5172c44e9280fa4.zip opensim-SC_OLD-4ae10034bd929c6451633c6fc5172c44e9280fa4.tar.gz opensim-SC_OLD-4ae10034bd929c6451633c6fc5172c44e9280fa4.tar.bz2 opensim-SC_OLD-4ae10034bd929c6451633c6fc5172c44e9280fa4.tar.xz |
Factor out common asset loading from AssetServerBase and Grid/AssetServer/Main
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 36 |
1 files changed, 31 insertions, 5 deletions
diff --git a/prebuild.xml b/prebuild.xml index 4827a3d..f55ba31 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -129,7 +129,7 @@ | |||
129 | </Files> | 129 | </Files> |
130 | </Project> | 130 | </Project> |
131 | 131 | ||
132 | <Project name="OpenSim.Framework.Configuration.HTTP" path="OpenSim/Framework/Configuration/HTTP" type="Library"> | 132 | <Project name="OpenSim.Framework.Configuration.HTTP" path="OpenSim/Framework/Configuration/HTTP" type="Library"> |
133 | <Configuration name="Debug"> | 133 | <Configuration name="Debug"> |
134 | <Options> | 134 | <Options> |
135 | <OutputPath>../../../../bin/</OutputPath> | 135 | <OutputPath>../../../../bin/</OutputPath> |
@@ -155,7 +155,32 @@ | |||
155 | <Match pattern="*.cs" recurse="true"/> | 155 | <Match pattern="*.cs" recurse="true"/> |
156 | </Files> | 156 | </Files> |
157 | </Project> | 157 | </Project> |
158 | <Project name="OpenSim.Framework.RegionLoader.Web" path="OpenSim/Framework/RegionLoader/Web" type="Library"> | 158 | |
159 | <Project name="OpenSim.Framework.AssetLoader.Filesystem" path="OpenSim/Framework/AssetLoader/Filesystem" type="Library"> | ||
160 | <Configuration name="Debug"> | ||
161 | <Options> | ||
162 | <OutputPath>../../../../bin/</OutputPath> | ||
163 | </Options> | ||
164 | </Configuration> | ||
165 | <Configuration name="Release"> | ||
166 | <Options> | ||
167 | <OutputPath>../../../../bin/</OutputPath> | ||
168 | </Options> | ||
169 | </Configuration> | ||
170 | |||
171 | <ReferencePath>../../../../bin/</ReferencePath> | ||
172 | <Reference name="System"/> | ||
173 | <Reference name="OpenSim.Framework.Console"/> | ||
174 | <Reference name="OpenSim.Framework"/> | ||
175 | <Reference name="libsecondlife.dll"/> | ||
176 | <Reference name="Nini.dll" /> | ||
177 | |||
178 | <Files> | ||
179 | <Match pattern="*.cs" recurse="true"/> | ||
180 | </Files> | ||
181 | </Project> | ||
182 | |||
183 | <Project name="OpenSim.Framework.RegionLoader.Web" path="OpenSim/Framework/RegionLoader/Web" type="Library"> | ||
159 | <Configuration name="Debug"> | 184 | <Configuration name="Debug"> |
160 | <Options> | 185 | <Options> |
161 | <OutputPath>../../../../bin/</OutputPath> | 186 | <OutputPath>../../../../bin/</OutputPath> |
@@ -180,7 +205,8 @@ | |||
180 | <Match pattern="*.cs" recurse="true"/> | 205 | <Match pattern="*.cs" recurse="true"/> |
181 | </Files> | 206 | </Files> |
182 | </Project> | 207 | </Project> |
183 | <Project name="OpenSim.Framework.RegionLoader.Filesystem" path="OpenSim/Framework/RegionLoader/Filesystem" type="Library"> | 208 | |
209 | <Project name="OpenSim.Framework.RegionLoader.Filesystem" path="OpenSim/Framework/RegionLoader/Filesystem" type="Library"> | ||
184 | <Configuration name="Debug"> | 210 | <Configuration name="Debug"> |
185 | <Options> | 211 | <Options> |
186 | <OutputPath>../../../../bin/</OutputPath> | 212 | <OutputPath>../../../../bin/</OutputPath> |
@@ -476,6 +502,7 @@ | |||
476 | <Reference name="System.Xml"/> | 502 | <Reference name="System.Xml"/> |
477 | <Reference name="System.Web"/> | 503 | <Reference name="System.Web"/> |
478 | <Reference name="OpenSim.Framework"/> | 504 | <Reference name="OpenSim.Framework"/> |
505 | <Reference name="OpenSim.Framework.AssetLoader.Filesystem"/> | ||
479 | <Reference name="OpenSim.Framework.Data" /> | 506 | <Reference name="OpenSim.Framework.Data" /> |
480 | <Reference name="OpenSim.Framework.Servers"/> | 507 | <Reference name="OpenSim.Framework.Servers"/> |
481 | <Reference name="OpenSim.Framework.Console"/> | 508 | <Reference name="OpenSim.Framework.Console"/> |
@@ -995,13 +1022,12 @@ | |||
995 | <ReferencePath>../../../bin/</ReferencePath> | 1022 | <ReferencePath>../../../bin/</ReferencePath> |
996 | <Reference name="System" localCopy="false"/> | 1023 | <Reference name="System" localCopy="false"/> |
997 | <Reference name="System.Data" localCopy="false"/> | 1024 | <Reference name="System.Data" localCopy="false"/> |
998 | <Reference name="System.Xml" localCopy="false"/> | ||
999 | <Reference name="OpenSim.Framework"/> | 1025 | <Reference name="OpenSim.Framework"/> |
1026 | <Reference name="OpenSim.Framework.AssetLoader.Filesystem"/> | ||
1000 | <Reference name="OpenSim.Framework.Console"/> | 1027 | <Reference name="OpenSim.Framework.Console"/> |
1001 | <Reference name="OpenSim.Framework.Servers"/> | 1028 | <Reference name="OpenSim.Framework.Servers"/> |
1002 | <Reference name="OpenSim.Framework.Communications"/> | 1029 | <Reference name="OpenSim.Framework.Communications"/> |
1003 | <Reference name="libsecondlife.dll"/> | 1030 | <Reference name="libsecondlife.dll"/> |
1004 | <Reference name="Nini.dll" /> | ||
1005 | 1031 | ||
1006 | <Files> | 1032 | <Files> |
1007 | <Match pattern="*.cs" recurse="true"/> | 1033 | <Match pattern="*.cs" recurse="true"/> |