aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorDiva Canto2010-11-29 08:43:33 -0800
committerDiva Canto2010-11-29 08:43:33 -0800
commitf86c438653fc3c8356a8f0c43a055b1928183f02 (patch)
treeb8ad05db04efde6385eeaed48dcbe4e896133ad5 /prebuild.xml
parentChanged the parser for InventoryItem deserialization. Moved some utility func... (diff)
downloadopensim-SC_OLD-f86c438653fc3c8356a8f0c43a055b1928183f02.zip
opensim-SC_OLD-f86c438653fc3c8356a8f0c43a055b1928183f02.tar.gz
opensim-SC_OLD-f86c438653fc3c8356a8f0c43a055b1928183f02.tar.bz2
opensim-SC_OLD-f86c438653fc3c8356a8f0c43a055b1928183f02.tar.xz
Preservation of creator information now also working in IARs. Cleaned up usage help. Moved Osp around, deleted unnecessary OspInventoryWrapperPlugin, added manipulation of SOP's xml representation in a generic ExternalRepresentationUtils function.
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml59
1 files changed, 30 insertions, 29 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 6f24bfc..9f2ef43 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -175,6 +175,34 @@
175 </Files> 175 </Files>
176 </Project> 176 </Project>
177 177
178 <Project frameworkVersion="v3_5" name="OpenSim.Services.Interfaces" path="OpenSim/Services/Interfaces" type="Library">
179 <Configuration name="Debug">
180 <Options>
181 <OutputPath>../../../bin/</OutputPath>
182 </Options>
183 </Configuration>
184 <Configuration name="Release">
185 <Options>
186 <OutputPath>../../../bin/</OutputPath>
187 </Options>
188 </Configuration>
189
190 <ReferencePath>../../../bin/</ReferencePath>
191 <Reference name="System"/>
192 <Reference name="OpenMetaverseTypes" path="../../../bin/"/>
193 <Reference name="OpenMetaverse" path="../../../bin/"/>
194 <Reference name="OpenMetaverse.StructuredData" path="../../../bin/"/>
195 <Reference name="OpenSim.Framework"/>
196 <Reference name="OpenSim.Framework.Console"/>
197 <Reference name="OpenSim.Framework.Servers.HttpServer"/>
198 <Reference name="Nini" path="../../../bin/"/>
199 <Reference name="log4net" path="../../../bin/"/>
200
201 <Files>
202 <Match pattern="*.cs" recurse="true"/>
203 </Files>
204 </Project>
205
178 <Project frameworkVersion="v3_5" name="OpenSim.Framework.Serialization" path="OpenSim/Framework/Serialization" type="Library"> 206 <Project frameworkVersion="v3_5" name="OpenSim.Framework.Serialization" path="OpenSim/Framework/Serialization" type="Library">
179 <Configuration name="Debug"> 207 <Configuration name="Debug">
180 <Options> 208 <Options>
@@ -194,6 +222,7 @@
194 <Reference name="OpenMetaverse" path="../../../bin/"/> 222 <Reference name="OpenMetaverse" path="../../../bin/"/>
195 <Reference name="OpenMetaverseTypes" path="../../../bin/"/> 223 <Reference name="OpenMetaverseTypes" path="../../../bin/"/>
196 <Reference name="OpenSim.Framework"/> 224 <Reference name="OpenSim.Framework"/>
225 <Reference name="OpenSim.Services.Interfaces"/>
197 226
198 <Files> 227 <Files>
199 <Match pattern="*.cs" recurse="true"> 228 <Match pattern="*.cs" recurse="true">
@@ -631,35 +660,6 @@
631 </Files> 660 </Files>
632 </Project> 661 </Project>
633 662
634 <Project frameworkVersion="v3_5" name="OpenSim.Services.Interfaces" path="OpenSim/Services/Interfaces" type="Library">
635 <Configuration name="Debug">
636 <Options>
637 <OutputPath>../../../bin/</OutputPath>
638 </Options>
639 </Configuration>
640 <Configuration name="Release">
641 <Options>
642 <OutputPath>../../../bin/</OutputPath>
643 </Options>
644 </Configuration>
645
646 <ReferencePath>../../../bin/</ReferencePath>
647 <Reference name="System"/>
648 <Reference name="OpenMetaverseTypes" path="../../../bin/"/>
649 <Reference name="OpenMetaverse" path="../../../bin/"/>
650 <Reference name="OpenMetaverse.StructuredData" path="../../../bin/"/>
651 <Reference name="OpenSim.Framework"/>
652 <Reference name="OpenSim.Framework.Console"/>
653 <Reference name="OpenSim.Framework.Servers.HttpServer"/>
654 <Reference name="Nini" path="../../../bin/"/>
655 <Reference name="log4net" path="../../../bin/"/>
656
657 <Files>
658 <Match pattern="*.cs" recurse="true"/>
659 </Files>
660 </Project>
661
662
663 <Project frameworkVersion="v3_5" name="OpenSim.Framework.Capabilities" path="OpenSim/Framework/Capabilities" type="Library"> 663 <Project frameworkVersion="v3_5" name="OpenSim.Framework.Capabilities" path="OpenSim/Framework/Capabilities" type="Library">
664 <Configuration name="Debug"> 664 <Configuration name="Debug">
665 <Options> 665 <Options>
@@ -1253,6 +1253,7 @@
1253 <Reference name="OpenMetaverseTypes" path="../../../bin/"/> 1253 <Reference name="OpenMetaverseTypes" path="../../../bin/"/>
1254 <Reference name="OpenMetaverse" path="../../../bin/"/> 1254 <Reference name="OpenMetaverse" path="../../../bin/"/>
1255 <Reference name="OpenSim.Framework"/> 1255 <Reference name="OpenSim.Framework"/>
1256 <Reference name="OpenSim.Framework.Serialization"/>
1256 <Reference name="OpenSim.Framework.Console"/> 1257 <Reference name="OpenSim.Framework.Console"/>
1257 <Reference name="OpenSim.Framework.Servers.HttpServer"/> 1258 <Reference name="OpenSim.Framework.Servers.HttpServer"/>
1258 <Reference name="OpenSim.Services.Interfaces"/> 1259 <Reference name="OpenSim.Services.Interfaces"/>