diff options
author | lbsa71 | 2009-02-02 11:16:41 +0000 |
---|---|---|
committer | lbsa71 | 2009-02-02 11:16:41 +0000 |
commit | d91bc08737c8d1a461d9aa9f0d707924dc443d1e (patch) | |
tree | 0a5537e582755ffb2ad2e8aad245ae6bbb937fa8 /prebuild.xml | |
parent | Minor formatting cleanup. (diff) | |
download | opensim-SC_OLD-d91bc08737c8d1a461d9aa9f0d707924dc443d1e.zip opensim-SC_OLD-d91bc08737c8d1a461d9aa9f0d707924dc443d1e.tar.gz opensim-SC_OLD-d91bc08737c8d1a461d9aa9f0d707924dc443d1e.tar.bz2 opensim-SC_OLD-d91bc08737c8d1a461d9aa9f0d707924dc443d1e.tar.xz |
* Removed the unused Data.Base Framework
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 107 |
1 files changed, 0 insertions, 107 deletions
diff --git a/prebuild.xml b/prebuild.xml index 2e15586..6b1bce3 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -128,29 +128,6 @@ | |||
128 | </Files> | 128 | </Files> |
129 | </Project> | 129 | </Project> |
130 | 130 | ||
131 | <Project name="OpenSim.Data.Base" path="OpenSim/Data/Base" type="Library"> | ||
132 | <Configuration name="Debug"> | ||
133 | <Options> | ||
134 | <OutputPath>../../../bin/</OutputPath> | ||
135 | </Options> | ||
136 | </Configuration> | ||
137 | <Configuration name="Release"> | ||
138 | <Options> | ||
139 | <OutputPath>../../../bin/</OutputPath> | ||
140 | </Options> | ||
141 | </Configuration> | ||
142 | |||
143 | <ReferencePath>../../../bin/</ReferencePath> | ||
144 | <Reference name="System" localCopy="false"/> | ||
145 | <Reference name="System.Data"/> | ||
146 | <Reference name="OpenSim.Framework"/> | ||
147 | <!-- needed for LLUUID types --> | ||
148 | <Reference name="OpenMetaverseTypes.dll"/> | ||
149 | <Files> | ||
150 | <Match pattern="*.cs" recurse="true"/> | ||
151 | </Files> | ||
152 | </Project> | ||
153 | |||
154 | <Project name="OpenSim.Data" path="OpenSim/Data" type="Library"> | 131 | <Project name="OpenSim.Data" path="OpenSim/Data" type="Library"> |
155 | <Configuration name="Debug"> | 132 | <Configuration name="Debug"> |
156 | <Options> | 133 | <Options> |
@@ -180,90 +157,6 @@ | |||
180 | </Files> | 157 | </Files> |
181 | </Project> | 158 | </Project> |
182 | 159 | ||
183 | <Project name="OpenSim.Data.MySQLMapper" path="OpenSim/Data/MySQLMapper" 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" localCopy="false"/> | ||
197 | <Reference name="System.Xml"/> | ||
198 | <Reference name="System.Data"/> | ||
199 | <Reference name="OpenSim.Framework"/> | ||
200 | <Reference name="OpenSim.Data"/> | ||
201 | <Reference name="OpenSim.Data.Base"/> | ||
202 | <Reference name="OpenMetaverseTypes.dll"/> | ||
203 | <Reference name="MySql.Data.dll"/> | ||
204 | <Reference name="OpenSim.Framework.Console"/> | ||
205 | <Reference name="log4net.dll"/> | ||
206 | |||
207 | <Files> | ||
208 | <Match pattern="*.cs" recurse="true"/> | ||
209 | </Files> | ||
210 | </Project> | ||
211 | |||
212 | <Project name="OpenSim.Data.MSSQLMapper" path="OpenSim/Data/MSSQLMapper" type="Library"> | ||
213 | <Configuration name="Debug"> | ||
214 | <Options> | ||
215 | <OutputPath>../../../bin/</OutputPath> | ||
216 | </Options> | ||
217 | </Configuration> | ||
218 | <Configuration name="Release"> | ||
219 | <Options> | ||
220 | <OutputPath>../../../bin/</OutputPath> | ||
221 | </Options> | ||
222 | </Configuration> | ||
223 | |||
224 | <ReferencePath>../../../bin/</ReferencePath> | ||
225 | <Reference name="System" localCopy="false"/> | ||
226 | <Reference name="System.Xml"/> | ||
227 | <Reference name="System.Data"/> | ||
228 | <Reference name="OpenSim.Framework"/> | ||
229 | <Reference name="OpenSim.Data"/> | ||
230 | <Reference name="OpenSim.Data.Base"/> | ||
231 | <Reference name="OpenMetaverseTypes.dll"/> | ||
232 | <Reference name="OpenSim.Framework.Console"/> | ||
233 | <Reference name="log4net.dll"/> | ||
234 | |||
235 | <Files> | ||
236 | <Match pattern="*.cs" recurse="true"/> | ||
237 | </Files> | ||
238 | </Project> | ||
239 | |||
240 | <Project name="OpenSim.Data.MapperFactory" path="OpenSim/Data/MapperFactory" type="Library"> | ||
241 | <Configuration name="Debug"> | ||
242 | <Options> | ||
243 | <OutputPath>../../../bin/</OutputPath> | ||
244 | </Options> | ||
245 | </Configuration> | ||
246 | <Configuration name="Release"> | ||
247 | <Options> | ||
248 | <OutputPath>../../../bin/</OutputPath> | ||
249 | </Options> | ||
250 | </Configuration> | ||
251 | |||
252 | <ReferencePath>../../../bin/</ReferencePath> | ||
253 | <Reference name="System" localCopy="false"/> | ||
254 | <Reference name="System.Xml"/> | ||
255 | <Reference name="System.Data"/> | ||
256 | <Reference name="OpenSim.Framework"/> | ||
257 | <Reference name="OpenSim.Data"/> | ||
258 | <Reference name="OpenSim.Data.Base"/> | ||
259 | <Reference name="OpenSim.Data.MySQLMapper"/> | ||
260 | <Reference name="OpenSim.Data.MSSQLMapper"/> | ||
261 | |||
262 | <Files> | ||
263 | <Match pattern="*.cs" recurse="true"/> | ||
264 | </Files> | ||
265 | </Project> | ||
266 | |||
267 | <Project name="OpenSim.Framework.Configuration.XML" path="OpenSim/Framework/Configuration/XML" type="Library"> | 160 | <Project name="OpenSim.Framework.Configuration.XML" path="OpenSim/Framework/Configuration/XML" type="Library"> |
268 | <Configuration name="Debug"> | 161 | <Configuration name="Debug"> |
269 | <Options> | 162 | <Options> |