aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorMelanie Thielker2009-05-11 21:11:46 +0000
committerMelanie Thielker2009-05-11 21:11:46 +0000
commit4cd85e5c9e798fab1660f76127d9846035dd71ec (patch)
treeb14020fb87fac1c7f80771d14d8f93cb92b9a185 /prebuild.xml
parentAdd AssetService of type IAssetService to Scene (diff)
downloadopensim-SC_OLD-4cd85e5c9e798fab1660f76127d9846035dd71ec.zip
opensim-SC_OLD-4cd85e5c9e798fab1660f76127d9846035dd71ec.tar.gz
opensim-SC_OLD-4cd85e5c9e798fab1660f76127d9846035dd71ec.tar.bz2
opensim-SC_OLD-4cd85e5c9e798fab1660f76127d9846035dd71ec.tar.xz
resolve a circular dependency
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml54
1 files changed, 27 insertions, 27 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 7b6c3fc..de4918d 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -634,6 +634,33 @@
634 </Files> 634 </Files>
635 </Project> 635 </Project>
636 636
637 <Project name="OpenSim.Services.Interfaces" path="OpenSim/Services/Interfaces" type="Library">
638 <Configuration name="Debug">
639 <Options>
640 <OutputPath>../../../bin/</OutputPath>
641 </Options>
642 </Configuration>
643 <Configuration name="Release">
644 <Options>
645 <OutputPath>../../../bin/</OutputPath>
646 </Options>
647 </Configuration>
648
649 <ReferencePath>../../../bin/</ReferencePath>
650 <Reference name="System"/>
651 <Reference name="OpenMetaverseTypes.dll"/>
652 <Reference name="OpenMetaverse.dll"/>
653 <Reference name="OpenSim.Framework"/>
654 <Reference name="OpenSim.Framework.Console"/>
655 <Reference name="OpenSim.Framework.Servers.HttpServer"/>
656 <Reference name="Nini.dll" />
657 <Reference name="log4net.dll"/>
658
659 <Files>
660 <Match pattern="*.cs" recurse="true"/>
661 </Files>
662 </Project>
663
637 <Project name="OpenSim.Region.Framework" path="OpenSim/Region/Framework" type="Library"> 664 <Project name="OpenSim.Region.Framework" path="OpenSim/Region/Framework" type="Library">
638 <Configuration name="Debug"> 665 <Configuration name="Debug">
639 <Options> 666 <Options>
@@ -1210,33 +1237,6 @@
1210 </Files> 1237 </Files>
1211 </Project> 1238 </Project>
1212 1239
1213 <Project name="OpenSim.Services.Interfaces" path="OpenSim/Services/Interfaces" type="Library">
1214 <Configuration name="Debug">
1215 <Options>
1216 <OutputPath>../../../bin/</OutputPath>
1217 </Options>
1218 </Configuration>
1219 <Configuration name="Release">
1220 <Options>
1221 <OutputPath>../../../bin/</OutputPath>
1222 </Options>
1223 </Configuration>
1224
1225 <ReferencePath>../../../bin/</ReferencePath>
1226 <Reference name="System"/>
1227 <Reference name="OpenMetaverseTypes.dll"/>
1228 <Reference name="OpenMetaverse.dll"/>
1229 <Reference name="OpenSim.Framework"/>
1230 <Reference name="OpenSim.Framework.Console"/>
1231 <Reference name="OpenSim.Framework.Servers.HttpServer"/>
1232 <Reference name="Nini.dll" />
1233 <Reference name="log4net.dll"/>
1234
1235 <Files>
1236 <Match pattern="*.cs" recurse="true"/>
1237 </Files>
1238 </Project>
1239
1240 <Project name="OpenSim.Services.Base" path="OpenSim/Services/Base" type="Library"> 1240 <Project name="OpenSim.Services.Base" path="OpenSim/Services/Base" type="Library">
1241 <Configuration name="Debug"> 1241 <Configuration name="Debug">
1242 <Options> 1242 <Options>