diff options
author | Melanie | 2013-03-17 23:07:51 +0000 |
---|---|---|
committer | Melanie | 2013-03-17 23:07:51 +0000 |
commit | cef51cf91b9e285c87183541b7631d47df73a549 (patch) | |
tree | 30999d20ac5abf29b65a25c85e392d3fec38f80b /prebuild.xml | |
parent | Merge branch 'master' into careminster (diff) | |
parent | Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim (diff) | |
download | opensim-SC-cef51cf91b9e285c87183541b7631d47df73a549.zip opensim-SC-cef51cf91b9e285c87183541b7631d47df73a549.tar.gz opensim-SC-cef51cf91b9e285c87183541b7631d47df73a549.tar.bz2 opensim-SC-cef51cf91b9e285c87183541b7631d47df73a549.tar.xz |
Merge branch 'master' into careminster
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 115 |
1 files changed, 0 insertions, 115 deletions
diff --git a/prebuild.xml b/prebuild.xml index 8c72aed..16d7705 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -2039,121 +2039,6 @@ | |||
2039 | </Files> | 2039 | </Files> |
2040 | </Project> | 2040 | </Project> |
2041 | 2041 | ||
2042 | <!-- REST plugins --> | ||
2043 | <Project frameworkVersion="v3_5" name="OpenSim.ApplicationPlugins.Rest" path="OpenSim/ApplicationPlugins/Rest" type="Library"> | ||
2044 | <Configuration name="Debug"> | ||
2045 | <Options> | ||
2046 | <OutputPath>../../../bin/</OutputPath> | ||
2047 | </Options> | ||
2048 | </Configuration> | ||
2049 | <Configuration name="Release"> | ||
2050 | <Options> | ||
2051 | <OutputPath>../../../bin/</OutputPath> | ||
2052 | </Options> | ||
2053 | </Configuration> | ||
2054 | |||
2055 | <ReferencePath>../../../bin/</ReferencePath> | ||
2056 | <Reference name="Mono.Addins" path="../../../bin/"/> | ||
2057 | <Reference name="System"/> | ||
2058 | <Reference name="System.Xml"/> | ||
2059 | <Reference name="OpenMetaverseTypes" path="../../../bin/"/> | ||
2060 | <Reference name="Nini" path="../../../bin/"/> | ||
2061 | <Reference name="XMLRPC" path="../../../bin/"/> | ||
2062 | <Reference name="OpenSim"/> | ||
2063 | <Reference name="OpenSim.Region.ClientStack"/> | ||
2064 | <Reference name="OpenSim.Region.Framework"/> | ||
2065 | <Reference name="OpenSim.Region.CoreModules"/> | ||
2066 | <Reference name="OpenSim.Framework.Communications"/> | ||
2067 | <Reference name="OpenSim.Framework"/> | ||
2068 | <Reference name="OpenSim.Framework.Servers"/> | ||
2069 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | ||
2070 | <Reference name="OpenSim.Framework.Console"/> | ||
2071 | <Reference name="log4net" path="../../../bin/"/> | ||
2072 | |||
2073 | <Files> | ||
2074 | <Match pattern="*.cs" recurse="false"/> | ||
2075 | </Files> | ||
2076 | </Project> | ||
2077 | |||
2078 | <Project frameworkVersion="v3_5" name="OpenSim.ApplicationPlugins.Rest.Regions" path="OpenSim/ApplicationPlugins/Rest/Regions" type="Library"> | ||
2079 | <Configuration name="Debug"> | ||
2080 | <Options> | ||
2081 | <OutputPath>../../../../bin/</OutputPath> | ||
2082 | </Options> | ||
2083 | </Configuration> | ||
2084 | <Configuration name="Release"> | ||
2085 | <Options> | ||
2086 | <OutputPath>../../../../bin/</OutputPath> | ||
2087 | </Options> | ||
2088 | </Configuration> | ||
2089 | |||
2090 | <ReferencePath>../../../../bin/</ReferencePath> | ||
2091 | <Reference name="Mono.Addins" path="../../../../bin/"/> | ||
2092 | <Reference name="System"/> | ||
2093 | <Reference name="System.Xml"/> | ||
2094 | <Reference name="OpenMetaverseTypes" path="../../../../bin/"/> | ||
2095 | <Reference name="Nini" path="../../../../bin/"/> | ||
2096 | <Reference name="XMLRPC" path="../../../../bin/"/> | ||
2097 | <Reference name="OpenSim"/> | ||
2098 | <Reference name="OpenSim.Region.Framework"/> | ||
2099 | <Reference name="OpenSim.Region.ClientStack"/> | ||
2100 | <Reference name="OpenSim.Region.CoreModules"/> | ||
2101 | <Reference name="OpenSim.Framework.Communications"/> | ||
2102 | <Reference name="OpenSim.Framework"/> | ||
2103 | <Reference name="OpenSim.Framework.Servers"/> | ||
2104 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | ||
2105 | <Reference name="OpenSim.Framework.Console"/> | ||
2106 | <Reference name="OpenSim.ApplicationPlugins.Rest"/> | ||
2107 | <Reference name="log4net" path="../../../../bin/"/> | ||
2108 | |||
2109 | <Files> | ||
2110 | <Match pattern="*.cs" recurse="true"/> | ||
2111 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.addin.xml" recurse="true"/> | ||
2112 | </Files> | ||
2113 | </Project> | ||
2114 | |||
2115 | <Project frameworkVersion="v3_5" name="OpenSim.ApplicationPlugins.Rest.Inventory" path="OpenSim/ApplicationPlugins/Rest/Inventory" type="Library"> | ||
2116 | <Configuration name="Debug"> | ||
2117 | <Options> | ||
2118 | <OutputPath>../../../../bin/</OutputPath> | ||
2119 | </Options> | ||
2120 | </Configuration> | ||
2121 | <Configuration name="Release"> | ||
2122 | <Options> | ||
2123 | <OutputPath>../../../../bin/</OutputPath> | ||
2124 | </Options> | ||
2125 | </Configuration> | ||
2126 | |||
2127 | <ReferencePath>../../../../bin/</ReferencePath> | ||
2128 | <Reference name="Mono.Addins" path="../../../../bin/"/> | ||
2129 | <Reference name="System"/> | ||
2130 | <Reference name="System.Xml"/> | ||
2131 | <Reference name="System.Drawing"/> | ||
2132 | <Reference name="OpenMetaverseTypes" path="../../../../bin/"/> | ||
2133 | <Reference name="OpenMetaverse" path="../../../../bin/"/> | ||
2134 | <Reference name="Nini" path="../../../../bin/"/> | ||
2135 | <Reference name="XMLRPC" path="../../../../bin/"/> | ||
2136 | <Reference name="OpenSim"/> | ||
2137 | <Reference name="OpenSim.Region.Framework"/> | ||
2138 | <Reference name="OpenSim.Region.ClientStack"/> | ||
2139 | <Reference name="OpenSim.Region.CoreModules"/> | ||
2140 | <Reference name="OpenSim.Framework.Communications"/> | ||
2141 | <Reference name="OpenSim.Framework"/> | ||
2142 | <Reference name="OpenSim.Framework.Servers"/> | ||
2143 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | ||
2144 | <Reference name="OpenSim.Framework.Console"/> | ||
2145 | <Reference name="OpenSim.Services.Interfaces"/> | ||
2146 | <Reference name="OpenSim.ApplicationPlugins.Rest"/> | ||
2147 | <Reference name="log4net" path="../../../../bin/"/> | ||
2148 | |||
2149 | <Files> | ||
2150 | <Match pattern="*.cs" recurse="true"/> | ||
2151 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.addin.xml" recurse="true"/> | ||
2152 | </Files> | ||
2153 | </Project> | ||
2154 | |||
2155 | <!-- /REST plugins --> | ||
2156 | |||
2157 | <!-- Scene Server API Example Apps --> | 2042 | <!-- Scene Server API Example Apps --> |
2158 | 2043 | ||
2159 | <Project frameworkVersion="v3_5" name="OpenSim.Region.DataSnapshot" path="OpenSim/Region/DataSnapshot" type="Library"> | 2044 | <Project frameworkVersion="v3_5" name="OpenSim.Region.DataSnapshot" path="OpenSim/Region/DataSnapshot" type="Library"> |