diff options
author | mingchen | 2007-11-03 15:09:21 +0000 |
---|---|---|
committer | mingchen | 2007-11-03 15:09:21 +0000 |
commit | 51488ee7f415950583ba389582692900a2c32831 (patch) | |
tree | 7b63fdbb54e9a1bbb3ae7a6ed8d6eac8933e8dbb /prebuild.xml | |
parent | testing different rest post method/class for Grid asset client. (possible tha... (diff) | |
download | opensim-SC_OLD-51488ee7f415950583ba389582692900a2c32831.zip opensim-SC_OLD-51488ee7f415950583ba389582692900a2c32831.tar.gz opensim-SC_OLD-51488ee7f415950583ba389582692900a2c32831.tar.bz2 opensim-SC_OLD-51488ee7f415950583ba389582692900a2c32831.tar.xz |
*Moved region loading into its own interface IRegionLoader
*Added ability to load regioninfo remotely from a webserver from a single file. See share/RegionLoading/HOWTO_REMOTE_REGION_LOADING.txt for more info and an example file.
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index 5d83c5a..648ebe0 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -155,6 +155,56 @@ | |||
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"> | ||
159 | <Configuration name="Debug"> | ||
160 | <Options> | ||
161 | <OutputPath>../../../../bin/</OutputPath> | ||
162 | </Options> | ||
163 | </Configuration> | ||
164 | <Configuration name="Release"> | ||
165 | <Options> | ||
166 | <OutputPath>../../../../bin/</OutputPath> | ||
167 | </Options> | ||
168 | </Configuration> | ||
169 | |||
170 | <ReferencePath>../../../../bin/</ReferencePath> | ||
171 | <Reference name="System"/> | ||
172 | <Reference name="System.Xml"/> | ||
173 | <Reference name="libsecondlife.dll"/> | ||
174 | <Reference name="Db4objects.Db4o.dll"/> | ||
175 | <Reference name="XMLRPC.dll"/> | ||
176 | <Reference name="OpenSim.Framework"/> | ||
177 | <Reference name="OpenSim.Framework.Console"/> | ||
178 | <Reference name="Nini.dll" /> | ||
179 | <Files> | ||
180 | <Match pattern="*.cs" recurse="true"/> | ||
181 | </Files> | ||
182 | </Project> | ||
183 | <Project name="OpenSim.Framework.RegionLoader.Filesystem" path="OpenSim/Framework/RegionLoader/Filesystem" type="Library"> | ||
184 | <Configuration name="Debug"> | ||
185 | <Options> | ||
186 | <OutputPath>../../../../bin/</OutputPath> | ||
187 | </Options> | ||
188 | </Configuration> | ||
189 | <Configuration name="Release"> | ||
190 | <Options> | ||
191 | <OutputPath>../../../../bin/</OutputPath> | ||
192 | </Options> | ||
193 | </Configuration> | ||
194 | |||
195 | <ReferencePath>../../../../bin/</ReferencePath> | ||
196 | <Reference name="System"/> | ||
197 | <Reference name="System.Xml"/> | ||
198 | <Reference name="libsecondlife.dll"/> | ||
199 | <Reference name="Db4objects.Db4o.dll"/> | ||
200 | <Reference name="XMLRPC.dll"/> | ||
201 | <Reference name="OpenSim.Framework"/> | ||
202 | <Reference name="OpenSim.Framework.Console"/> | ||
203 | <Reference name="Nini.dll" /> | ||
204 | <Files> | ||
205 | <Match pattern="*.cs" recurse="true"/> | ||
206 | </Files> | ||
207 | </Project> | ||
158 | 208 | ||
159 | <Project name="OpenSim.Framework.Servers" path="OpenSim/Framework/Servers" type="Library"> | 209 | <Project name="OpenSim.Framework.Servers" path="OpenSim/Framework/Servers" type="Library"> |
160 | <Configuration name="Debug"> | 210 | <Configuration name="Debug"> |