aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorlbsa712007-10-31 07:28:23 +0000
committerlbsa712007-10-31 07:28:23 +0000
commit064404ab409ddd0a3b25027a98582696295c46fd (patch)
treebd84ec2e23930f76e7cc81c8529ef71936c86dd9
parentmade illogical bitwise operations logical (diff)
downloadopensim-SC_OLD-064404ab409ddd0a3b25027a98582696295c46fd.zip
opensim-SC_OLD-064404ab409ddd0a3b25027a98582696295c46fd.tar.gz
opensim-SC_OLD-064404ab409ddd0a3b25027a98582696295c46fd.tar.bz2
opensim-SC_OLD-064404ab409ddd0a3b25027a98582696295c46fd.tar.xz
* Moved OpenSim/Framework/General to OpenSim/Framework for great justice.
-rw-r--r--OpenSim/Framework/ACL.cs (renamed from OpenSim/Framework/General/ACL.cs)0
-rw-r--r--OpenSim/Framework/AgentCircuitManager.cs (renamed from OpenSim/Framework/General/AgentCircuitManager.cs)0
-rw-r--r--OpenSim/Framework/AgentCiruitData.cs (renamed from OpenSim/Framework/General/AgentCiruitData.cs)0
-rw-r--r--OpenSim/Framework/AgentInventory.cs (renamed from OpenSim/Framework/General/AgentInventory.cs)0
-rw-r--r--OpenSim/Framework/AgentWearable.cs (renamed from OpenSim/Framework/General/AgentWearable.cs)0
-rw-r--r--OpenSim/Framework/AssemblyInfo.cs (renamed from OpenSim/Framework/General/Properties/AssemblyInfo.cs)0
-rw-r--r--OpenSim/Framework/AssetBase.cs (renamed from OpenSim/Framework/General/AssetBase.cs)0
-rw-r--r--OpenSim/Framework/AssetConfig.cs (renamed from OpenSim/Framework/General/AssetConfig.cs)0
-rw-r--r--OpenSim/Framework/AssetLandmark.cs (renamed from OpenSim/Framework/General/AssetLandmark.cs)0
-rw-r--r--OpenSim/Framework/AssetStorage.cs (renamed from OpenSim/Framework/General/AssetStorage.cs)0
-rw-r--r--OpenSim/Framework/AuthenticateResponse.cs (renamed from OpenSim/Framework/General/AuthenticateResponse.cs)0
-rw-r--r--OpenSim/Framework/BlockingQueue.cs (renamed from OpenSim/Framework/General/BlockingQueue.cs)0
-rw-r--r--OpenSim/Framework/ClientManager.cs (renamed from OpenSim/Framework/General/ClientManager.cs)0
-rw-r--r--OpenSim/Framework/ConfigurationMember.cs (renamed from OpenSim/Framework/General/ConfigurationMember.cs)0
-rw-r--r--OpenSim/Framework/ConfigurationOption.cs (renamed from OpenSim/Framework/General/ConfigurationOption.cs)0
-rw-r--r--OpenSim/Framework/Culture.cs (renamed from OpenSim/Framework/General/Culture.cs)0
-rw-r--r--OpenSim/Framework/EstateSettings.cs (renamed from OpenSim/Framework/General/EstateSettings.cs)0
-rw-r--r--OpenSim/Framework/GridConfig.cs (renamed from OpenSim/Framework/General/GridConfig.cs)0
-rw-r--r--OpenSim/Framework/IAssetProvider.cs (renamed from OpenSim/Framework/General/IAssetProvider.cs)0
-rw-r--r--OpenSim/Framework/IAssetServer.cs (renamed from OpenSim/Framework/General/IAssetServer.cs)0
-rw-r--r--OpenSim/Framework/IClientAPI.cs (renamed from OpenSim/Framework/General/IClientAPI.cs)0
-rw-r--r--OpenSim/Framework/IGenericConfig.cs (renamed from OpenSim/Framework/General/IGenericConfig.cs)0
-rw-r--r--OpenSim/Framework/IPlugin.cs (renamed from OpenSim/Framework/General/IPlugin.cs)0
-rw-r--r--OpenSim/Framework/IRegionCommsListener.cs (renamed from OpenSim/Framework/General/IRegionCommsListener.cs)0
-rw-r--r--OpenSim/Framework/IScene.cs (renamed from OpenSim/Framework/General/IScene.cs)0
-rw-r--r--OpenSim/Framework/IUserData.cs (renamed from OpenSim/Framework/General/IUserData.cs)0
-rw-r--r--OpenSim/Framework/IUserService.cs (renamed from OpenSim/Framework/General/IUserService.cs)0
-rw-r--r--OpenSim/Framework/InventoryConfig.cs (renamed from OpenSim/Framework/General/InventoryConfig.cs)0
-rw-r--r--OpenSim/Framework/InventoryItemBase.cs (renamed from OpenSim/Framework/General/InventoryItemBase.cs)0
-rw-r--r--OpenSim/Framework/LandData.cs (renamed from OpenSim/Framework/General/LandData.cs)0
-rw-r--r--OpenSim/Framework/Login.cs (renamed from OpenSim/Framework/General/Login.cs)0
-rw-r--r--OpenSim/Framework/MapBlockData.cs (renamed from OpenSim/Framework/General/MapBlockData.cs)0
-rw-r--r--OpenSim/Framework/NeighbourInfo.cs (renamed from OpenSim/Framework/General/NeighbourInfo.cs)0
-rw-r--r--OpenSim/Framework/NetworkServersInfo.cs (renamed from OpenSim/Framework/General/NetworkServersInfo.cs)0
-rw-r--r--OpenSim/Framework/PrimitiveBaseShape.cs (renamed from OpenSim/Framework/General/PrimitiveBaseShape.cs)0
-rw-r--r--OpenSim/Framework/RegionCommsListener.cs (renamed from OpenSim/Framework/General/RegionCommsListener.cs)0
-rw-r--r--OpenSim/Framework/RegionHandle.cs (renamed from OpenSim/Framework/General/RegionHandle.cs)0
-rw-r--r--OpenSim/Framework/RegionInfo.cs (renamed from OpenSim/Framework/General/RegionInfo.cs)0
-rw-r--r--OpenSim/Framework/Remoting.cs (renamed from OpenSim/Framework/General/Remoting.cs)0
-rw-r--r--OpenSim/Framework/UUID.cs (renamed from OpenSim/Framework/General/UUID.cs)0
-rw-r--r--OpenSim/Framework/UserConfig.cs (renamed from OpenSim/Framework/General/UserConfig.cs)0
-rw-r--r--OpenSim/Framework/UserProfileData.cs (renamed from OpenSim/Framework/General/UserProfileData.cs)0
-rw-r--r--OpenSim/Framework/Util.cs (renamed from OpenSim/Framework/General/Util.cs)0
-rw-r--r--prebuild.xml10
44 files changed, 5 insertions, 5 deletions
diff --git a/OpenSim/Framework/General/ACL.cs b/OpenSim/Framework/ACL.cs
index 8f9c6e7..8f9c6e7 100644
--- a/OpenSim/Framework/General/ACL.cs
+++ b/OpenSim/Framework/ACL.cs
diff --git a/OpenSim/Framework/General/AgentCircuitManager.cs b/OpenSim/Framework/AgentCircuitManager.cs
index 3658feb..3658feb 100644
--- a/OpenSim/Framework/General/AgentCircuitManager.cs
+++ b/OpenSim/Framework/AgentCircuitManager.cs
diff --git a/OpenSim/Framework/General/AgentCiruitData.cs b/OpenSim/Framework/AgentCiruitData.cs
index 3f17ca8..3f17ca8 100644
--- a/OpenSim/Framework/General/AgentCiruitData.cs
+++ b/OpenSim/Framework/AgentCiruitData.cs
diff --git a/OpenSim/Framework/General/AgentInventory.cs b/OpenSim/Framework/AgentInventory.cs
index 7a1174a..7a1174a 100644
--- a/OpenSim/Framework/General/AgentInventory.cs
+++ b/OpenSim/Framework/AgentInventory.cs
diff --git a/OpenSim/Framework/General/AgentWearable.cs b/OpenSim/Framework/AgentWearable.cs
index a324cb3..a324cb3 100644
--- a/OpenSim/Framework/General/AgentWearable.cs
+++ b/OpenSim/Framework/AgentWearable.cs
diff --git a/OpenSim/Framework/General/Properties/AssemblyInfo.cs b/OpenSim/Framework/AssemblyInfo.cs
index b3206a7..b3206a7 100644
--- a/OpenSim/Framework/General/Properties/AssemblyInfo.cs
+++ b/OpenSim/Framework/AssemblyInfo.cs
diff --git a/OpenSim/Framework/General/AssetBase.cs b/OpenSim/Framework/AssetBase.cs
index ef1ee71..ef1ee71 100644
--- a/OpenSim/Framework/General/AssetBase.cs
+++ b/OpenSim/Framework/AssetBase.cs
diff --git a/OpenSim/Framework/General/AssetConfig.cs b/OpenSim/Framework/AssetConfig.cs
index fe77ab8..fe77ab8 100644
--- a/OpenSim/Framework/General/AssetConfig.cs
+++ b/OpenSim/Framework/AssetConfig.cs
diff --git a/OpenSim/Framework/General/AssetLandmark.cs b/OpenSim/Framework/AssetLandmark.cs
index 4422331..4422331 100644
--- a/OpenSim/Framework/General/AssetLandmark.cs
+++ b/OpenSim/Framework/AssetLandmark.cs
diff --git a/OpenSim/Framework/General/AssetStorage.cs b/OpenSim/Framework/AssetStorage.cs
index 9d3de5b..9d3de5b 100644
--- a/OpenSim/Framework/General/AssetStorage.cs
+++ b/OpenSim/Framework/AssetStorage.cs
diff --git a/OpenSim/Framework/General/AuthenticateResponse.cs b/OpenSim/Framework/AuthenticateResponse.cs
index 88a8713..88a8713 100644
--- a/OpenSim/Framework/General/AuthenticateResponse.cs
+++ b/OpenSim/Framework/AuthenticateResponse.cs
diff --git a/OpenSim/Framework/General/BlockingQueue.cs b/OpenSim/Framework/BlockingQueue.cs
index 006fbc8..006fbc8 100644
--- a/OpenSim/Framework/General/BlockingQueue.cs
+++ b/OpenSim/Framework/BlockingQueue.cs
diff --git a/OpenSim/Framework/General/ClientManager.cs b/OpenSim/Framework/ClientManager.cs
index e34c051..e34c051 100644
--- a/OpenSim/Framework/General/ClientManager.cs
+++ b/OpenSim/Framework/ClientManager.cs
diff --git a/OpenSim/Framework/General/ConfigurationMember.cs b/OpenSim/Framework/ConfigurationMember.cs
index b68896c..b68896c 100644
--- a/OpenSim/Framework/General/ConfigurationMember.cs
+++ b/OpenSim/Framework/ConfigurationMember.cs
diff --git a/OpenSim/Framework/General/ConfigurationOption.cs b/OpenSim/Framework/ConfigurationOption.cs
index ec39d3d..ec39d3d 100644
--- a/OpenSim/Framework/General/ConfigurationOption.cs
+++ b/OpenSim/Framework/ConfigurationOption.cs
diff --git a/OpenSim/Framework/General/Culture.cs b/OpenSim/Framework/Culture.cs
index f8cadfe..f8cadfe 100644
--- a/OpenSim/Framework/General/Culture.cs
+++ b/OpenSim/Framework/Culture.cs
diff --git a/OpenSim/Framework/General/EstateSettings.cs b/OpenSim/Framework/EstateSettings.cs
index 63b62c6..63b62c6 100644
--- a/OpenSim/Framework/General/EstateSettings.cs
+++ b/OpenSim/Framework/EstateSettings.cs
diff --git a/OpenSim/Framework/General/GridConfig.cs b/OpenSim/Framework/GridConfig.cs
index 021e6c5..021e6c5 100644
--- a/OpenSim/Framework/General/GridConfig.cs
+++ b/OpenSim/Framework/GridConfig.cs
diff --git a/OpenSim/Framework/General/IAssetProvider.cs b/OpenSim/Framework/IAssetProvider.cs
index ad1cf66..ad1cf66 100644
--- a/OpenSim/Framework/General/IAssetProvider.cs
+++ b/OpenSim/Framework/IAssetProvider.cs
diff --git a/OpenSim/Framework/General/IAssetServer.cs b/OpenSim/Framework/IAssetServer.cs
index 9a7dbab..9a7dbab 100644
--- a/OpenSim/Framework/General/IAssetServer.cs
+++ b/OpenSim/Framework/IAssetServer.cs
diff --git a/OpenSim/Framework/General/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs
index 4482ae6..4482ae6 100644
--- a/OpenSim/Framework/General/IClientAPI.cs
+++ b/OpenSim/Framework/IClientAPI.cs
diff --git a/OpenSim/Framework/General/IGenericConfig.cs b/OpenSim/Framework/IGenericConfig.cs
index 889d178..889d178 100644
--- a/OpenSim/Framework/General/IGenericConfig.cs
+++ b/OpenSim/Framework/IGenericConfig.cs
diff --git a/OpenSim/Framework/General/IPlugin.cs b/OpenSim/Framework/IPlugin.cs
index e649274..e649274 100644
--- a/OpenSim/Framework/General/IPlugin.cs
+++ b/OpenSim/Framework/IPlugin.cs
diff --git a/OpenSim/Framework/General/IRegionCommsListener.cs b/OpenSim/Framework/IRegionCommsListener.cs
index 1a24469..1a24469 100644
--- a/OpenSim/Framework/General/IRegionCommsListener.cs
+++ b/OpenSim/Framework/IRegionCommsListener.cs
diff --git a/OpenSim/Framework/General/IScene.cs b/OpenSim/Framework/IScene.cs
index 3d6ca1c..3d6ca1c 100644
--- a/OpenSim/Framework/General/IScene.cs
+++ b/OpenSim/Framework/IScene.cs
diff --git a/OpenSim/Framework/General/IUserData.cs b/OpenSim/Framework/IUserData.cs
index cb2502a..cb2502a 100644
--- a/OpenSim/Framework/General/IUserData.cs
+++ b/OpenSim/Framework/IUserData.cs
diff --git a/OpenSim/Framework/General/IUserService.cs b/OpenSim/Framework/IUserService.cs
index ed9032b..ed9032b 100644
--- a/OpenSim/Framework/General/IUserService.cs
+++ b/OpenSim/Framework/IUserService.cs
diff --git a/OpenSim/Framework/General/InventoryConfig.cs b/OpenSim/Framework/InventoryConfig.cs
index 8e64b68..8e64b68 100644
--- a/OpenSim/Framework/General/InventoryConfig.cs
+++ b/OpenSim/Framework/InventoryConfig.cs
diff --git a/OpenSim/Framework/General/InventoryItemBase.cs b/OpenSim/Framework/InventoryItemBase.cs
index 331013f..331013f 100644
--- a/OpenSim/Framework/General/InventoryItemBase.cs
+++ b/OpenSim/Framework/InventoryItemBase.cs
diff --git a/OpenSim/Framework/General/LandData.cs b/OpenSim/Framework/LandData.cs
index ca948ef..ca948ef 100644
--- a/OpenSim/Framework/General/LandData.cs
+++ b/OpenSim/Framework/LandData.cs
diff --git a/OpenSim/Framework/General/Login.cs b/OpenSim/Framework/Login.cs
index 7ceed19..7ceed19 100644
--- a/OpenSim/Framework/General/Login.cs
+++ b/OpenSim/Framework/Login.cs
diff --git a/OpenSim/Framework/General/MapBlockData.cs b/OpenSim/Framework/MapBlockData.cs
index 8609533..8609533 100644
--- a/OpenSim/Framework/General/MapBlockData.cs
+++ b/OpenSim/Framework/MapBlockData.cs
diff --git a/OpenSim/Framework/General/NeighbourInfo.cs b/OpenSim/Framework/NeighbourInfo.cs
index d5a0a2f..d5a0a2f 100644
--- a/OpenSim/Framework/General/NeighbourInfo.cs
+++ b/OpenSim/Framework/NeighbourInfo.cs
diff --git a/OpenSim/Framework/General/NetworkServersInfo.cs b/OpenSim/Framework/NetworkServersInfo.cs
index b9ce143..b9ce143 100644
--- a/OpenSim/Framework/General/NetworkServersInfo.cs
+++ b/OpenSim/Framework/NetworkServersInfo.cs
diff --git a/OpenSim/Framework/General/PrimitiveBaseShape.cs b/OpenSim/Framework/PrimitiveBaseShape.cs
index 5cdbfb2..5cdbfb2 100644
--- a/OpenSim/Framework/General/PrimitiveBaseShape.cs
+++ b/OpenSim/Framework/PrimitiveBaseShape.cs
diff --git a/OpenSim/Framework/General/RegionCommsListener.cs b/OpenSim/Framework/RegionCommsListener.cs
index ee0d503..ee0d503 100644
--- a/OpenSim/Framework/General/RegionCommsListener.cs
+++ b/OpenSim/Framework/RegionCommsListener.cs
diff --git a/OpenSim/Framework/General/RegionHandle.cs b/OpenSim/Framework/RegionHandle.cs
index 440aaf6..440aaf6 100644
--- a/OpenSim/Framework/General/RegionHandle.cs
+++ b/OpenSim/Framework/RegionHandle.cs
diff --git a/OpenSim/Framework/General/RegionInfo.cs b/OpenSim/Framework/RegionInfo.cs
index 1257849..1257849 100644
--- a/OpenSim/Framework/General/RegionInfo.cs
+++ b/OpenSim/Framework/RegionInfo.cs
diff --git a/OpenSim/Framework/General/Remoting.cs b/OpenSim/Framework/Remoting.cs
index 667ae69..667ae69 100644
--- a/OpenSim/Framework/General/Remoting.cs
+++ b/OpenSim/Framework/Remoting.cs
diff --git a/OpenSim/Framework/General/UUID.cs b/OpenSim/Framework/UUID.cs
index 3b292b1..3b292b1 100644
--- a/OpenSim/Framework/General/UUID.cs
+++ b/OpenSim/Framework/UUID.cs
diff --git a/OpenSim/Framework/General/UserConfig.cs b/OpenSim/Framework/UserConfig.cs
index fdb8f82..fdb8f82 100644
--- a/OpenSim/Framework/General/UserConfig.cs
+++ b/OpenSim/Framework/UserConfig.cs
diff --git a/OpenSim/Framework/General/UserProfileData.cs b/OpenSim/Framework/UserProfileData.cs
index d10aa36..d10aa36 100644
--- a/OpenSim/Framework/General/UserProfileData.cs
+++ b/OpenSim/Framework/UserProfileData.cs
diff --git a/OpenSim/Framework/General/Util.cs b/OpenSim/Framework/Util.cs
index c731561..c731561 100644
--- a/OpenSim/Framework/General/Util.cs
+++ b/OpenSim/Framework/Util.cs
diff --git a/prebuild.xml b/prebuild.xml
index 79f8d3a..ddf90ab 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -53,19 +53,19 @@
53 </Files> 53 </Files>
54 </Project> 54 </Project>
55 55
56 <Project name="OpenSim.Framework" path="OpenSim/Framework/General" type="Library"> 56 <Project name="OpenSim.Framework" path="OpenSim/Framework" type="Library">
57 <Configuration name="Debug"> 57 <Configuration name="Debug">
58 <Options> 58 <Options>
59 <OutputPath>../../../bin/</OutputPath> 59 <OutputPath>../../bin/</OutputPath>
60 </Options> 60 </Options>
61 </Configuration> 61 </Configuration>
62 <Configuration name="Release"> 62 <Configuration name="Release">
63 <Options> 63 <Options>
64 <OutputPath>../../../bin/</OutputPath> 64 <OutputPath>../../bin/</OutputPath>
65 </Options> 65 </Options>
66 </Configuration> 66 </Configuration>
67 67
68 <ReferencePath>../../../bin/</ReferencePath> 68 <ReferencePath>../../bin/</ReferencePath>
69 <Reference name="System"/> 69 <Reference name="System"/>
70 <Reference name="System.Xml"/> 70 <Reference name="System.Xml"/>
71 <Reference name="System.Data"/> 71 <Reference name="System.Data"/>
@@ -75,7 +75,7 @@
75 <Reference name="OpenSim.Framework.Console"/> 75 <Reference name="OpenSim.Framework.Console"/>
76 <Reference name="Nini.dll" /> 76 <Reference name="Nini.dll" />
77 <Files> 77 <Files>
78 <Match pattern="*.cs" recurse="true"/> 78 <Match pattern="*.cs" recurse="false"/>
79 </Files> 79 </Files>
80 </Project> 80 </Project>
81 81