aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorDiva Canto2015-09-04 15:17:53 -0700
committerDiva Canto2015-09-04 15:17:53 -0700
commit49d19e36507a01c657e9e9efb3edbfb5b15ddfa8 (patch)
tree2e1360712d27e8ce1d669915f451a2a1e188b0a3 /prebuild.xml
parentMoved RegionCombinerModule to OptionalModules. Removed it as its own top-leve... (diff)
downloadopensim-SC-49d19e36507a01c657e9e9efb3edbfb5b15ddfa8.zip
opensim-SC-49d19e36507a01c657e9e9efb3edbfb5b15ddfa8.tar.gz
opensim-SC-49d19e36507a01c657e9e9efb3edbfb5b15ddfa8.tar.bz2
opensim-SC-49d19e36507a01c657e9e9efb3edbfb5b15ddfa8.tar.xz
Moved DataSnapshot feature to OptionalModules too.
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml35
1 files changed, 0 insertions, 35 deletions
diff --git a/prebuild.xml b/prebuild.xml
index d46d178..f47e237 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -1895,41 +1895,6 @@
1895 1895
1896 <!-- Scene Server API Example Apps --> 1896 <!-- Scene Server API Example Apps -->
1897 1897
1898 <Project frameworkVersion="v4_0" name="OpenSim.Region.DataSnapshot" path="OpenSim/Region/DataSnapshot" type="Library">
1899 <Configuration name="Debug">
1900 <Options>
1901 <OutputPath>../../../bin/</OutputPath>
1902 </Options>
1903 </Configuration>
1904 <Configuration name="Release">
1905 <Options>
1906 <OutputPath>../../../bin/</OutputPath>
1907 </Options>
1908 </Configuration>
1909
1910 <ReferencePath>../../../bin/</ReferencePath>
1911 <Reference name="System"/>
1912 <Reference name="System.Core"/>
1913 <Reference name="System.Xml"/>
1914 <Reference name="System.Data"/>
1915 <Reference name="OpenSim.Capabilities"/>
1916 <Reference name="OpenSim.Framework"/>
1917 <Reference name="OpenSim.Framework.Console"/>
1918 <Reference name="OpenSim.Framework.Servers"/>
1919 <Reference name="OpenSim.Framework.Servers.HttpServer"/>
1920 <Reference name="OpenSim.Region.Framework"/>
1921 <Reference name="OpenSim.Region.CoreModules"/>
1922 <Reference name="OpenSim.Services.Interfaces"/>
1923 <Reference name="OpenMetaverseTypes" path="../../../bin/"/>
1924 <Reference name="OpenMetaverse" path="../../../bin/"/>
1925 <Reference name="Nini" path="../../../bin/"/>
1926 <Reference name="Mono.Addins" path="../../../bin/"/>
1927 <Reference name="log4net" path="../../../bin/"/>
1928 <Files>
1929 <Match pattern="*.cs" recurse="true"/>
1930 </Files>
1931 </Project>
1932
1933 <!-- Data Base Modules --> 1898 <!-- Data Base Modules -->
1934 <Project frameworkVersion="v4_0" name="OpenSim.Data.MySQL" path="OpenSim/Data/MySQL" type="Library"> 1899 <Project frameworkVersion="v4_0" name="OpenSim.Data.MySQL" path="OpenSim/Data/MySQL" type="Library">
1935 <Configuration name="Debug"> 1900 <Configuration name="Debug">