diff options
author | Mike Mazur | 2009-02-16 02:26:09 +0000 |
---|---|---|
committer | Mike Mazur | 2009-02-16 02:26:09 +0000 |
commit | dbee7fcb21a65b8ff7e6143ac7c7bf6a65520540 (patch) | |
tree | 61892c065d99a3511c117f3c2466e26c4ee7099d /prebuild.xml | |
parent | - IAssetProviderPlugin was changed to IAssetDataPlugin (diff) | |
download | opensim-SC_OLD-dbee7fcb21a65b8ff7e6143ac7c7bf6a65520540.zip opensim-SC_OLD-dbee7fcb21a65b8ff7e6143ac7c7bf6a65520540.tar.gz opensim-SC_OLD-dbee7fcb21a65b8ff7e6143ac7c7bf6a65520540.tar.bz2 opensim-SC_OLD-dbee7fcb21a65b8ff7e6143ac7c7bf6a65520540.tar.xz |
- implement and load NullMetrics module in AssetInventoryServer
- update AssetBase de/serialization in AssetInventoryServer
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index 4d5434d..1662693 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -783,6 +783,29 @@ | |||
783 | </Files> | 783 | </Files> |
784 | </Project> | 784 | </Project> |
785 | 785 | ||
786 | <Project name="OpenSim.Grid.AssetInventoryServer.Plugins" path="OpenSim/Grid/AssetInventoryServer/Plugins" type="Library"> | ||
787 | <Configuration name="Debug"> | ||
788 | <Options> | ||
789 | <OutputPath>../../../../bin/</OutputPath> | ||
790 | </Options> | ||
791 | </Configuration> | ||
792 | <Configuration name="Release"> | ||
793 | <Options> | ||
794 | <OutputPath>../../../../bin/</OutputPath> | ||
795 | </Options> | ||
796 | </Configuration> | ||
797 | |||
798 | <ReferencePath>../../../../bin/</ReferencePath> | ||
799 | <Reference name="System" /> | ||
800 | <Reference name="OpenSim.Grid.AssetInventoryServer" /> | ||
801 | <Reference name="OpenMetaverseTypes"/> | ||
802 | |||
803 | <Files> | ||
804 | <Match pattern="*.cs" recurse="false" /> | ||
805 | <Match path="Resources" pattern="*.addin.xml" buildAction="EmbeddedResource" recurse="true" /> | ||
806 | </Files> | ||
807 | </Project> | ||
808 | |||
786 | <Project name="OpenSim.Grid.AssetInventoryServer.Plugins.OpenSim" path="OpenSim/Grid/AssetInventoryServer/Plugins/OpenSim" type="Library"> | 809 | <Project name="OpenSim.Grid.AssetInventoryServer.Plugins.OpenSim" path="OpenSim/Grid/AssetInventoryServer/Plugins/OpenSim" type="Library"> |
787 | <Configuration name="Debug"> | 810 | <Configuration name="Debug"> |
788 | <Options> | 811 | <Options> |