diff options
author | MW | 2008-03-25 19:08:57 +0000 |
---|---|---|
committer | MW | 2008-03-25 19:08:57 +0000 |
commit | 4ae7d8685969a8db6d5f2b1e49fc54c457e0d092 (patch) | |
tree | 45b053679a31c34887f10208cce3f60dd22cd89e | |
parent | checking that these two files are commented out (diff) | |
download | opensim-SC_OLD-4ae7d8685969a8db6d5f2b1e49fc54c457e0d092.zip opensim-SC_OLD-4ae7d8685969a8db6d5f2b1e49fc54c457e0d092.tar.gz opensim-SC_OLD-4ae7d8685969a8db6d5f2b1e49fc54c457e0d092.tar.bz2 opensim-SC_OLD-4ae7d8685969a8db6d5f2b1e49fc54c457e0d092.tar.xz |
rearranged a couple of projects in prebuild.xml:
moved AvatarFactory project to after OpenSim.Region.Environment
moved OpenSim.Framework.Data.MySQLMapper to after OpenSim.Framework.Data
-rw-r--r-- | prebuild.xml | 80 |
1 files changed, 41 insertions, 39 deletions
diff --git a/prebuild.xml b/prebuild.xml index f84d3ca..96b286b 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -177,34 +177,6 @@ | |||
177 | </Files> | 177 | </Files> |
178 | </Project> | 178 | </Project> |
179 | 179 | ||
180 | <Project name="OpenSim.Framework.Data.MySQLMapper" path="OpenSim/Framework/Data.MySQLMapper" type="Library"> | ||
181 | <Configuration name="Debug"> | ||
182 | <Options> | ||
183 | <OutputPath>../../../bin/</OutputPath> | ||
184 | </Options> | ||
185 | </Configuration> | ||
186 | <Configuration name="Release"> | ||
187 | <Options> | ||
188 | <OutputPath>../../../bin/</OutputPath> | ||
189 | </Options> | ||
190 | </Configuration> | ||
191 | |||
192 | <ReferencePath>../../../bin/</ReferencePath> | ||
193 | <Reference name="System" localCopy="false"/> | ||
194 | <Reference name="System.Xml"/> | ||
195 | <Reference name="System.Data"/> | ||
196 | <Reference name="OpenSim.Framework"/> | ||
197 | <Reference name="OpenSim.Framework.Data"/> | ||
198 | <Reference name="OpenSim.Framework.Data.Base"/> | ||
199 | <Reference name="libsecondlife.dll"/> | ||
200 | <Reference name="MySql.Data.dll"/> | ||
201 | <Reference name="OpenSim.Framework.Console"/> | ||
202 | <Reference name="log4net"/> | ||
203 | |||
204 | <Files> | ||
205 | <Match pattern="*.cs" recurse="true"/> | ||
206 | </Files> | ||
207 | </Project> | ||
208 | 180 | ||
209 | <Project name="OpenSim.Framework.Data" path="OpenSim/Framework/Data" type="Library"> | 181 | <Project name="OpenSim.Framework.Data" path="OpenSim/Framework/Data" type="Library"> |
210 | <Configuration name="Debug"> | 182 | <Configuration name="Debug"> |
@@ -232,30 +204,31 @@ | |||
232 | </Files> | 204 | </Files> |
233 | </Project> | 205 | </Project> |
234 | 206 | ||
235 | 207 | ||
236 | <Project name="OpenSim.Region.Modules.AvatarFactory" path="OpenSim/Region/Modules/AvatarFactory" type="Library"> | 208 | <Project name="OpenSim.Framework.Data.MySQLMapper" path="OpenSim/Framework/Data.MySQLMapper" type="Library"> |
237 | <Configuration name="Debug"> | 209 | <Configuration name="Debug"> |
238 | <Options> | 210 | <Options> |
239 | <OutputPath>../../../../bin/</OutputPath> | 211 | <OutputPath>../../../bin/</OutputPath> |
240 | </Options> | 212 | </Options> |
241 | </Configuration> | 213 | </Configuration> |
242 | <Configuration name="Release"> | 214 | <Configuration name="Release"> |
243 | <Options> | 215 | <Options> |
244 | <OutputPath>../../../../bin/</OutputPath> | 216 | <OutputPath>../../../bin/</OutputPath> |
245 | </Options> | 217 | </Options> |
246 | </Configuration> | 218 | </Configuration> |
247 | 219 | ||
248 | <ReferencePath>../../../../bin/</ReferencePath> | 220 | <ReferencePath>../../../bin/</ReferencePath> |
249 | <Reference name="System" localCopy="false"/> | 221 | <Reference name="System" localCopy="false"/> |
250 | <Reference name="System.Xml"/> | 222 | <Reference name="System.Xml"/> |
251 | <Reference name="System.Data"/> | 223 | <Reference name="System.Data"/> |
252 | <Reference name="libsecondlife.dll"/> | ||
253 | <Reference name="OpenSim.Framework"/> | 224 | <Reference name="OpenSim.Framework"/> |
254 | <Reference name="OpenSim.Framework.Communications"/> | 225 | <Reference name="OpenSim.Framework.Data"/> |
255 | <Reference name="OpenSim.Framework.Data.Base" /> | 226 | <Reference name="OpenSim.Framework.Data.Base"/> |
256 | <Reference name="OpenSim.Region.Environment"/> | 227 | <Reference name="libsecondlife.dll"/> |
257 | <Reference name="Nini.dll" /> | 228 | <Reference name="MySql.Data.dll"/> |
258 | <Reference name="OpenSim.Framework.Data.MySQLMapper" /> | 229 | <Reference name="OpenSim.Framework.Console"/> |
230 | <Reference name="log4net"/> | ||
231 | |||
259 | <Files> | 232 | <Files> |
260 | <Match pattern="*.cs" recurse="true"/> | 233 | <Match pattern="*.cs" recurse="true"/> |
261 | </Files> | 234 | </Files> |
@@ -850,6 +823,35 @@ | |||
850 | </Files> | 823 | </Files> |
851 | </Project> | 824 | </Project> |
852 | 825 | ||
826 | |||
827 | <Project name="OpenSim.Region.Modules.AvatarFactory" path="OpenSim/Region/Modules/AvatarFactory" type="Library"> | ||
828 | <Configuration name="Debug"> | ||
829 | <Options> | ||
830 | <OutputPath>../../../../bin/</OutputPath> | ||
831 | </Options> | ||
832 | </Configuration> | ||
833 | <Configuration name="Release"> | ||
834 | <Options> | ||
835 | <OutputPath>../../../../bin/</OutputPath> | ||
836 | </Options> | ||
837 | </Configuration> | ||
838 | |||
839 | <ReferencePath>../../../../bin/</ReferencePath> | ||
840 | <Reference name="System" localCopy="false"/> | ||
841 | <Reference name="System.Xml"/> | ||
842 | <Reference name="System.Data"/> | ||
843 | <Reference name="libsecondlife.dll"/> | ||
844 | <Reference name="OpenSim.Framework"/> | ||
845 | <Reference name="OpenSim.Framework.Communications"/> | ||
846 | <Reference name="OpenSim.Framework.Data.Base" /> | ||
847 | <Reference name="OpenSim.Region.Environment"/> | ||
848 | <Reference name="Nini.dll" /> | ||
849 | <Reference name="OpenSim.Framework.Data.MySQLMapper" /> | ||
850 | <Files> | ||
851 | <Match pattern="*.cs" recurse="true"/> | ||
852 | </Files> | ||
853 | </Project> | ||
854 | |||
853 | <Project name="OpenSim.DataStore.MSSQL" path="OpenSim/Region/Storage/OpenSim.DataStore.MSSQL" type="Library"> | 855 | <Project name="OpenSim.DataStore.MSSQL" path="OpenSim/Region/Storage/OpenSim.DataStore.MSSQL" type="Library"> |
854 | <Configuration name="Debug"> | 856 | <Configuration name="Debug"> |
855 | <Options> | 857 | <Options> |