aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorTedd Hansen2008-09-21 00:03:13 +0000
committerTedd Hansen2008-09-21 00:03:13 +0000
commit752d3f3879f13dc77f35b5e8ada2cdf5ba625ee4 (patch)
tree3aa418cb4f46747c6d789fa6c97a3f7997eabe0a /prebuild.xml
parentAnd re-reverse the names from last commit (diff)
downloadopensim-SC_OLD-752d3f3879f13dc77f35b5e8ada2cdf5ba625ee4.zip
opensim-SC_OLD-752d3f3879f13dc77f35b5e8ada2cdf5ba625ee4.tar.gz
opensim-SC_OLD-752d3f3879f13dc77f35b5e8ada2cdf5ba625ee4.tar.bz2
opensim-SC_OLD-752d3f3879f13dc77f35b5e8ada2cdf5ba625ee4.tar.xz
EXPERIMENTAL: Early commit of new Script Engine Component System
Diffstat (limited to '')
-rw-r--r--prebuild.xml290
1 files changed, 290 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml
index c9f1bbc..9674dcd 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -2069,6 +2069,296 @@
2069 </Files> 2069 </Files>
2070 </Project> 2070 </Project>
2071 2071
2072 <Project name="OpenSim.ApplicationPlugins.ScriptEngine" path="OpenSim/ApplicationPlugins/ScriptEngine" type="Library">
2073 <Configuration name="Debug">
2074 <Options>
2075 <OutputPath>../../../bin/</OutputPath>
2076 </Options>
2077 </Configuration>
2078 <Configuration name="Release">
2079 <Options>
2080 <OutputPath>../../../bin/</OutputPath>
2081 </Options>
2082 </Configuration>
2083
2084 <ReferencePath>../../../bin/</ReferencePath>
2085 <ReferencePath>../../../bin/ScriptEngines/</ReferencePath>
2086 <Reference name="System" localCopy="false"/>
2087 <Reference name="System.Data" localCopy="false"/>
2088 <Reference name="System.Web" localCopy="false"/>
2089 <Reference name="System.Xml" localCopy="false"/>
2090 <Reference name="OpenMetaverseTypes.dll"/>
2091 <Reference name="OpenMetaverse.dll"/>
2092 <Reference name="OpenSim" />
2093 <Reference name="OpenSim.Framework"/>
2094 <Reference name="OpenSim.Framework.Communications"/>
2095 <Reference name="OpenSim.Region.ClientStack"/>
2096 <Reference name="OpenSim.Region.Environment" />
2097 <Reference name="OpenSim.Region.Interfaces" />
2098 <Reference name="OpenSim.Region.Physics.Manager" />
2099 <Reference name="OpenSim.Framework.Console"/>
2100 <Reference name="Nini.dll" />
2101 <Reference name="RAIL.dll"/>
2102 <Reference name="OpenSim.Framework.Console"/>
2103 <Reference name="Nini.dll" />
2104 <Reference name="log4net.dll"/>
2105
2106 <Files>
2107 <Match pattern="*.cs" recurse="true" >
2108 <Exclude name="Tests" pattern="Tests" />
2109 </Match>
2110 </Files>
2111 </Project>
2112
2113
2114 <Project name="OpenSim.ScriptEngine.Components.DotNetEngine.Commands_LSL" path="OpenSim/ScriptEngine/Components/DotNetEngine/Commands_LSL" type="Library">
2115 <Configuration name="Debug">
2116 <Options>
2117 <OutputPath>../../../../../bin/ScriptEngines/</OutputPath>
2118 </Options>
2119 </Configuration>
2120 <Configuration name="Release">
2121 <Options>
2122 <OutputPath>../../../../../bin/ScriptEngines/</OutputPath>
2123 </Options>
2124 </Configuration>
2125
2126 <ReferencePath>../../../../../bin/</ReferencePath>
2127 <ReferencePath>../../../../../bin/ScriptEngines/</ReferencePath>
2128 <Reference name="System" localCopy="false"/>
2129 <Reference name="System.Data" localCopy="false"/>
2130 <Reference name="System.Web" localCopy="false"/>
2131 <Reference name="System.Xml" localCopy="false"/>
2132 <Reference name="OpenMetaverseTypes.dll"/>
2133 <Reference name="OpenMetaverse.dll"/>
2134 <Reference name="OpenSim" />
2135 <Reference name="OpenSim.Framework"/>
2136 <Reference name="OpenSim.Framework.Communications"/>
2137 <Reference name="OpenSim.Region.Environment" />
2138 <Reference name="OpenSim.Region.Interfaces" />
2139 <Reference name="OpenSim.Region.Physics.Manager" />
2140 <Reference name="OpenSim.Framework.Console"/>
2141 <Reference name="OpenSim.ApplicationPlugins.ScriptEngine"/>
2142 <Reference name="Nini.dll" />
2143 <Reference name="RAIL.dll"/>
2144 <Reference name="OpenSim.Framework.Console"/>
2145 <Reference name="Nini.dll" />
2146 <Reference name="log4net.dll"/>
2147
2148 <Files>
2149 <Match pattern="*.cs" recurse="true" >
2150 <Exclude name="Tests" pattern="Tests" />
2151 </Match>
2152 </Files>
2153 </Project>
2154
2155 <Project name="OpenSim.ScriptEngine.Components.DotNetEngine.Commands_OSSL" path="OpenSim/ScriptEngine/Components/DotNetEngine/Commands_OSSL" type="Library">
2156 <Configuration name="Debug">
2157 <Options>
2158 <OutputPath>../../../../../bin/ScriptEngines/</OutputPath>
2159 </Options>
2160 </Configuration>
2161 <Configuration name="Release">
2162 <Options>
2163 <OutputPath>../../../../../bin/ScriptEngines/</OutputPath>
2164 </Options>
2165 </Configuration>
2166
2167 <ReferencePath>../../../../../bin/</ReferencePath>
2168 <ReferencePath>../../../../../bin/ScriptEngines/</ReferencePath>
2169 <Reference name="System" localCopy="false"/>
2170 <Reference name="System.Data" localCopy="false"/>
2171 <Reference name="System.Web" localCopy="false"/>
2172 <Reference name="System.Xml" localCopy="false"/>
2173 <Reference name="OpenMetaverseTypes.dll"/>
2174 <Reference name="OpenMetaverse.dll"/>
2175 <Reference name="OpenSim" />
2176 <Reference name="OpenSim.Framework"/>
2177 <Reference name="OpenSim.Framework.Communications"/>
2178 <Reference name="OpenSim.Region.Environment" />
2179 <Reference name="OpenSim.Region.Interfaces" />
2180 <Reference name="OpenSim.Region.Physics.Manager" />
2181 <Reference name="OpenSim.Framework.Console"/>
2182 <Reference name="OpenSim.ApplicationPlugins.ScriptEngine"/>
2183 <Reference name="Nini.dll" />
2184 <Reference name="RAIL.dll"/>
2185 <Reference name="OpenSim.Framework.Console"/>
2186 <Reference name="Nini.dll" />
2187 <Reference name="log4net.dll"/>
2188
2189 <Files>
2190 <Match pattern="*.cs" recurse="true" >
2191 <Exclude name="Tests" pattern="Tests" />
2192 </Match>
2193 </Files>
2194 </Project>
2195
2196 <Project name="OpenSim.ScriptEngine.Components.DotNetEngine.Compilers" path="OpenSim/ScriptEngine/Components/DotNetEngine/Compilers" type="Library">
2197 <Configuration name="Debug">
2198 <Options>
2199 <OutputPath>../../../../../bin/ScriptEngines/</OutputPath>
2200 </Options>
2201 </Configuration>
2202 <Configuration name="Release">
2203 <Options>
2204 <OutputPath>../../../../../bin/ScriptEngines/</OutputPath>
2205 </Options>
2206 </Configuration>
2207
2208 <ReferencePath>../../../../../bin/</ReferencePath>
2209 <ReferencePath>../../../../../bin/ScriptEngines/</ReferencePath>
2210 <Reference name="System" localCopy="false"/>
2211 <Reference name="System.Data" localCopy="false"/>
2212 <Reference name="System.Web" localCopy="false"/>
2213 <Reference name="System.Xml" localCopy="false"/>
2214 <Reference name="OpenMetaverseTypes.dll"/>
2215 <Reference name="OpenMetaverse.dll"/>
2216 <Reference name="OpenSim" />
2217 <Reference name="OpenSim.Framework"/>
2218 <Reference name="OpenSim.Framework.Communications"/>
2219 <Reference name="OpenSim.Region.Environment" />
2220 <Reference name="OpenSim.Region.Interfaces" />
2221 <Reference name="OpenSim.Region.Physics.Manager" />
2222 <Reference name="OpenSim.Framework.Console"/>
2223 <Reference name="OpenSim.ApplicationPlugins.ScriptEngine"/>
2224 <Reference name="Nini.dll" />
2225 <Reference name="RAIL.dll"/>
2226 <Reference name="OpenSim.Framework.Console"/>
2227 <Reference name="Nini.dll" />
2228 <Reference name="log4net.dll"/>
2229
2230 <Files>
2231 <Match pattern="*.cs" recurse="true" >
2232 <Exclude name="Tests" pattern="Tests" />
2233 </Match>
2234 </Files>
2235 </Project>
2236
2237 <Project name="OpenSim.ScriptEngine.Components.DotNetEngine.Events" path="OpenSim/ScriptEngine/Components/DotNetEngine/Events" type="Library">
2238 <Configuration name="Debug">
2239 <Options>
2240 <OutputPath>../../../../../bin/ScriptEngines/</OutputPath>
2241 </Options>
2242 </Configuration>
2243 <Configuration name="Release">
2244 <Options>
2245 <OutputPath>../../../../../bin/ScriptEngines/</OutputPath>
2246 </Options>
2247 </Configuration>
2248
2249 <ReferencePath>../../../../../bin/</ReferencePath>
2250 <ReferencePath>../../../../../bin/ScriptEngines/</ReferencePath>
2251 <Reference name="System" localCopy="false"/>
2252 <Reference name="System.Data" localCopy="false"/>
2253 <Reference name="System.Web" localCopy="false"/>
2254 <Reference name="System.Xml" localCopy="false"/>
2255 <Reference name="OpenMetaverseTypes.dll"/>
2256 <Reference name="OpenMetaverse.dll"/>
2257 <Reference name="OpenSim" />
2258 <Reference name="OpenSim.Framework"/>
2259 <Reference name="OpenSim.Framework.Communications"/>
2260 <Reference name="OpenSim.Region.Environment" />
2261 <Reference name="OpenSim.Region.Interfaces" />
2262 <Reference name="OpenSim.Region.Physics.Manager" />
2263 <Reference name="OpenSim.Framework.Console"/>
2264 <Reference name="OpenSim.ApplicationPlugins.ScriptEngine"/>
2265 <Reference name="Nini.dll" />
2266 <Reference name="RAIL.dll"/>
2267 <Reference name="OpenSim.Framework.Console"/>
2268 <Reference name="Nini.dll" />
2269 <Reference name="log4net.dll"/>
2270
2271 <Files>
2272 <Match pattern="*.cs" recurse="true" >
2273 <Exclude name="Tests" pattern="Tests" />
2274 </Match>
2275 </Files>
2276 </Project>
2277
2278 <Project name="OpenSim.ScriptEngine.Components.DotNetEngine.Scheduler" path="OpenSim/ScriptEngine/Components/DotNetEngine/Scheduler" type="Library">
2279 <Configuration name="Debug">
2280 <Options>
2281 <OutputPath>../../../../../bin/ScriptEngines/</OutputPath>
2282 </Options>
2283 </Configuration>
2284 <Configuration name="Release">
2285 <Options>
2286 <OutputPath>../../../../../bin/ScriptEngines/</OutputPath>
2287 </Options>
2288 </Configuration>
2289
2290 <ReferencePath>../../../../../bin/</ReferencePath>
2291 <ReferencePath>../../../../../bin/ScriptEngines/</ReferencePath>
2292 <Reference name="System" localCopy="false"/>
2293 <Reference name="System.Data" localCopy="false"/>
2294 <Reference name="System.Web" localCopy="false"/>
2295 <Reference name="System.Xml" localCopy="false"/>
2296 <Reference name="OpenMetaverseTypes.dll"/>
2297 <Reference name="OpenMetaverse.dll"/>
2298 <Reference name="OpenSim" />
2299 <Reference name="OpenSim.Framework"/>
2300 <Reference name="OpenSim.Framework.Communications"/>
2301 <Reference name="OpenSim.Region.Environment" />
2302 <Reference name="OpenSim.Region.Interfaces" />
2303 <Reference name="OpenSim.Region.Physics.Manager" />
2304 <Reference name="OpenSim.Framework.Console"/>
2305 <Reference name="OpenSim.ApplicationPlugins.ScriptEngine"/>
2306 <Reference name="Nini.dll" />
2307 <Reference name="RAIL.dll"/>
2308 <Reference name="OpenSim.Framework.Console"/>
2309 <Reference name="Nini.dll" />
2310 <Reference name="log4net.dll"/>
2311
2312 <Files>
2313 <Match pattern="*.cs" recurse="true" >
2314 <Exclude name="Tests" pattern="Tests" />
2315 </Match>
2316 </Files>
2317 </Project>
2318
2319 <Project name="OpenSim.ScriptEngine.Engines.DotNetEngine" path="OpenSim/ScriptEngine/Engines/DotNetEngine" type="Library">
2320 <Configuration name="Debug">
2321 <Options>
2322 <OutputPath>../../../../bin/ScriptEngines/</OutputPath>
2323 </Options>
2324 </Configuration>
2325 <Configuration name="Release">
2326 <Options>
2327 <OutputPath>../../../../bin/ScriptEngines/</OutputPath>
2328 </Options>
2329 </Configuration>
2330
2331 <ReferencePath>../../../../bin/</ReferencePath>
2332 <ReferencePath>../../../../bin/ScriptEngines/</ReferencePath>
2333 <Reference name="System" localCopy="false"/>
2334 <Reference name="System.Data" localCopy="false"/>
2335 <Reference name="System.Web" localCopy="false"/>
2336 <Reference name="System.Xml" localCopy="false"/>
2337 <Reference name="OpenMetaverseTypes.dll"/>
2338 <Reference name="OpenMetaverse.dll"/>
2339 <Reference name="OpenSim" />
2340 <Reference name="OpenSim.Framework"/>
2341 <Reference name="OpenSim.Framework.Communications"/>
2342 <Reference name="OpenSim.Region.Environment" />
2343 <Reference name="OpenSim.Region.Interfaces" />
2344 <Reference name="OpenSim.Region.Physics.Manager" />
2345 <Reference name="OpenSim.Framework.Console"/>
2346 <Reference name="OpenSim.ApplicationPlugins.ScriptEngine"/>
2347 <Reference name="Nini.dll" />
2348 <Reference name="RAIL.dll"/>
2349 <Reference name="OpenSim.Framework.Console"/>
2350 <Reference name="Nini.dll" />
2351 <Reference name="log4net.dll"/>
2352
2353 <Files>
2354 <Match pattern="*.cs" recurse="true" >
2355 <Exclude name="Tests" pattern="Tests" />
2356 </Match>
2357 </Files>
2358 </Project>
2359
2360
2361
2072 <Project name="OpenSim.Region.ScriptEngine.Common" path="OpenSim/Region/ScriptEngine/Common" type="Library"> 2362 <Project name="OpenSim.Region.ScriptEngine.Common" path="OpenSim/Region/ScriptEngine/Common" type="Library">
2073 <Configuration name="Debug"> 2363 <Configuration name="Debug">
2074 <Options> 2364 <Options>