From 9b66108081a8c8cf79faaa6c541554091c40850e Mon Sep 17 00:00:00 2001 From: Dr Scofield Date: Fri, 6 Feb 2009 16:55:34 +0000 Subject: This changeset is the step 1 of 2 in refactoring OpenSim.Region.Environment into a "framework" part and a modules only part. This first changeset refactors OpenSim.Region.Environment.Scenes, OpenSim.Region.Environment.Interfaces, and OpenSim.Region.Interfaces into OpenSim.Region.Framework.{Interfaces,Scenes} leaving only region modules in OpenSim.Region.Environment. The next step will be to move region modules up from OpenSim.Region.Environment.Modules to OpenSim.Region.CoreModules and then sort out which modules are really core modules and which should move out to forge. I've been very careful to NOT BREAK anything. i hope i've succeeded. as this is the work of a whole week i hope i managed to keep track with the applied patches of the last week --- could any of you that did check in stuff have a look at whether it survived? thx! --- prebuild.xml | 136 +++++++++++++++++++++++++++++++++++++---------------------- 1 file changed, 86 insertions(+), 50 deletions(-) (limited to 'prebuild.xml') diff --git a/prebuild.xml b/prebuild.xml index a88b332..5e8495e 100644 --- a/prebuild.xml +++ b/prebuild.xml @@ -506,7 +506,7 @@ - + ../../../bin/ @@ -519,19 +519,33 @@ ../../../bin/ - - + + + - + + + + + + + + + + + + + - + + + - - + ../../../bin/ @@ -544,32 +558,41 @@ ../../../bin/ - + + + + + + - + - + - - - - - - + + + + + + + + - + - + + + @@ -844,8 +867,10 @@ + + - + @@ -868,6 +893,7 @@ + @@ -891,8 +917,7 @@ - - + @@ -919,7 +944,7 @@ - + @@ -956,9 +981,8 @@ - + - @@ -995,7 +1019,7 @@ - + @@ -1023,7 +1047,7 @@ - + @@ -1046,6 +1070,7 @@ ../../../../../../bin/ + @@ -1072,6 +1097,7 @@ + @@ -1107,6 +1133,7 @@ + @@ -1177,6 +1204,7 @@ + @@ -1213,6 +1241,7 @@ + @@ -1246,6 +1275,7 @@ + @@ -1284,6 +1314,7 @@ + @@ -1323,6 +1354,7 @@ + @@ -1351,7 +1383,7 @@ - + @@ -1386,7 +1418,7 @@ - + @@ -1418,7 +1450,7 @@ - + @@ -1453,7 +1485,7 @@ - + @@ -1489,7 +1521,7 @@ - + @@ -1552,6 +1584,7 @@ + @@ -1588,6 +1621,7 @@ + @@ -1657,7 +1691,7 @@ - + @@ -1689,7 +1723,7 @@ - + @@ -1727,7 +1761,7 @@ - + @@ -1767,7 +1801,7 @@ - + @@ -1809,7 +1843,7 @@ - + @@ -1869,7 +1903,7 @@ - + @@ -1907,7 +1941,7 @@ - + @@ -1948,7 +1982,7 @@ - + @@ -1987,7 +2021,7 @@ - + @@ -2027,7 +2061,7 @@ - + @@ -2068,7 +2102,7 @@ - + @@ -2109,7 +2143,7 @@ - + @@ -2149,7 +2183,7 @@ - + @@ -2193,7 +2227,7 @@ - + @@ -2301,6 +2335,7 @@ + @@ -2330,6 +2365,7 @@ + @@ -2367,7 +2403,7 @@ - + @@ -2401,7 +2437,7 @@ - + @@ -2440,7 +2476,7 @@ - + @@ -2565,7 +2601,7 @@ - + @@ -2624,7 +2660,7 @@ - + -- cgit v1.1