aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorMike Mazur2009-02-16 02:26:18 +0000
committerMike Mazur2009-02-16 02:26:18 +0000
commit3f3dfd7ac1c6c859a1d0db7315eeb0fb144b0ace (patch)
treedcde45e6974068d76004afea613adde1f725916f /prebuild.xml
parent- implement and load NullMetrics module in AssetInventoryServer (diff)
downloadopensim-SC_OLD-3f3dfd7ac1c6c859a1d0db7315eeb0fb144b0ace.zip
opensim-SC_OLD-3f3dfd7ac1c6c859a1d0db7315eeb0fb144b0ace.tar.gz
opensim-SC_OLD-3f3dfd7ac1c6c859a1d0db7315eeb0fb144b0ace.tar.bz2
opensim-SC_OLD-3f3dfd7ac1c6c859a1d0db7315eeb0fb144b0ace.tar.xz
- added Simple AssetInventoryServer plugin (asset storage only)
- removed OpenSim storage and frontend classes in Extensions dir - put OpenSim plugins in OpenSim.Grid.AssetInventoryServer.Plugins.OpenSim namespace
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml32
1 files changed, 32 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 1662693..715e8d5 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -806,6 +806,38 @@
806 </Files> 806 </Files>
807 </Project> 807 </Project>
808 808
809 <Project name="OpenSim.Grid.AssetInventoryServer.Plugins.Simple" path="OpenSim/Grid/AssetInventoryServer/Plugins/Simple" type="Library">
810 <Configuration name="Debug">
811 <Options>
812 <OutputPath>../../../../../bin/</OutputPath>
813 </Options>
814 </Configuration>
815 <Configuration name="Release">
816 <Options>
817 <OutputPath>../../../../../bin/</OutputPath>
818 </Options>
819 </Configuration>
820
821 <ReferencePath>../../../../../bin/</ReferencePath>
822 <Reference name="System" />
823 <Reference name="System.Data" />
824 <Reference name="OpenSim.Framework" />
825 <Reference name="OpenSim.Data" />
826 <Reference name="OpenSim.Grid.AssetInventoryServer" />
827 <Reference name="OpenMetaverseTypes"/>
828 <Reference name="OpenMetaverse.StructuredData2" />
829 <Reference name="HttpServer2"/>
830
831 <!-- Remove these eventually -->
832 <Reference name="MySql.Data" />
833 <Reference name="ExtensionLoader" />
834
835 <Files>
836 <Match pattern="*.cs" recurse="false" />
837 <Match path="Resources" pattern="*.addin.xml" buildAction="EmbeddedResource" recurse="true" />
838 </Files>
839 </Project>
840
809 <Project name="OpenSim.Grid.AssetInventoryServer.Plugins.OpenSim" path="OpenSim/Grid/AssetInventoryServer/Plugins/OpenSim" type="Library"> 841 <Project name="OpenSim.Grid.AssetInventoryServer.Plugins.OpenSim" path="OpenSim/Grid/AssetInventoryServer/Plugins/OpenSim" type="Library">
810 <Configuration name="Debug"> 842 <Configuration name="Debug">
811 <Options> 843 <Options>