From dc5356bf747613bcda795c37d9f86e5d99d24a8f Mon Sep 17 00:00:00 2001 From: Jim Radford Date: Thu, 28 May 2009 00:55:58 +0000 Subject: [PATCH] Reorgnaize TestClient orphaned commands into appropriate folder structure git-svn-id: http://libopenmetaverse.googlecode.com/svn/libopenmetaverse/trunk@2825 52acb1d6-8a22-11de-b505-999d5b087335 --- .../TestClient/Commands/{ => Agent}/CloneProfileCommand.cs | 0 Programs/examples/TestClient/Commands/{ => Agent}/TouchCommand.cs | 0 Programs/examples/TestClient/Commands/{ => Agent}/WhoCommand.cs | 0 .../TestClient/Commands/{ => Directory}/SearchEventsCommand.cs | 0 .../Commands/{ => Directory}/ShowEventDetailsCommand.cs | 0 .../examples/TestClient/Commands/{ => Inventory}/ScriptCommand.cs | 0 .../examples/TestClient/Commands/{ => Inventory}/TreeCommand.cs | 0 Programs/examples/TestClient/Commands/{ => Movement}/GoHome.cs | 0 .../examples/TestClient/Commands/{ => Movement}/GotoLandmark.cs | 0 .../examples/TestClient/Commands/{ => System}/SleepCommand.cs | 0 10 files changed, 0 insertions(+), 0 deletions(-) rename Programs/examples/TestClient/Commands/{ => Agent}/CloneProfileCommand.cs (100%) rename Programs/examples/TestClient/Commands/{ => Agent}/TouchCommand.cs (100%) rename Programs/examples/TestClient/Commands/{ => Agent}/WhoCommand.cs (100%) rename Programs/examples/TestClient/Commands/{ => Directory}/SearchEventsCommand.cs (100%) rename Programs/examples/TestClient/Commands/{ => Directory}/ShowEventDetailsCommand.cs (100%) rename Programs/examples/TestClient/Commands/{ => Inventory}/ScriptCommand.cs (100%) rename Programs/examples/TestClient/Commands/{ => Inventory}/TreeCommand.cs (100%) rename Programs/examples/TestClient/Commands/{ => Movement}/GoHome.cs (100%) rename Programs/examples/TestClient/Commands/{ => Movement}/GotoLandmark.cs (100%) rename Programs/examples/TestClient/Commands/{ => System}/SleepCommand.cs (100%) diff --git a/Programs/examples/TestClient/Commands/CloneProfileCommand.cs b/Programs/examples/TestClient/Commands/Agent/CloneProfileCommand.cs similarity index 100% rename from Programs/examples/TestClient/Commands/CloneProfileCommand.cs rename to Programs/examples/TestClient/Commands/Agent/CloneProfileCommand.cs diff --git a/Programs/examples/TestClient/Commands/TouchCommand.cs b/Programs/examples/TestClient/Commands/Agent/TouchCommand.cs similarity index 100% rename from Programs/examples/TestClient/Commands/TouchCommand.cs rename to Programs/examples/TestClient/Commands/Agent/TouchCommand.cs diff --git a/Programs/examples/TestClient/Commands/WhoCommand.cs b/Programs/examples/TestClient/Commands/Agent/WhoCommand.cs similarity index 100% rename from Programs/examples/TestClient/Commands/WhoCommand.cs rename to Programs/examples/TestClient/Commands/Agent/WhoCommand.cs diff --git a/Programs/examples/TestClient/Commands/SearchEventsCommand.cs b/Programs/examples/TestClient/Commands/Directory/SearchEventsCommand.cs similarity index 100% rename from Programs/examples/TestClient/Commands/SearchEventsCommand.cs rename to Programs/examples/TestClient/Commands/Directory/SearchEventsCommand.cs diff --git a/Programs/examples/TestClient/Commands/ShowEventDetailsCommand.cs b/Programs/examples/TestClient/Commands/Directory/ShowEventDetailsCommand.cs similarity index 100% rename from Programs/examples/TestClient/Commands/ShowEventDetailsCommand.cs rename to Programs/examples/TestClient/Commands/Directory/ShowEventDetailsCommand.cs diff --git a/Programs/examples/TestClient/Commands/ScriptCommand.cs b/Programs/examples/TestClient/Commands/Inventory/ScriptCommand.cs similarity index 100% rename from Programs/examples/TestClient/Commands/ScriptCommand.cs rename to Programs/examples/TestClient/Commands/Inventory/ScriptCommand.cs diff --git a/Programs/examples/TestClient/Commands/TreeCommand.cs b/Programs/examples/TestClient/Commands/Inventory/TreeCommand.cs similarity index 100% rename from Programs/examples/TestClient/Commands/TreeCommand.cs rename to Programs/examples/TestClient/Commands/Inventory/TreeCommand.cs diff --git a/Programs/examples/TestClient/Commands/GoHome.cs b/Programs/examples/TestClient/Commands/Movement/GoHome.cs similarity index 100% rename from Programs/examples/TestClient/Commands/GoHome.cs rename to Programs/examples/TestClient/Commands/Movement/GoHome.cs diff --git a/Programs/examples/TestClient/Commands/GotoLandmark.cs b/Programs/examples/TestClient/Commands/Movement/GotoLandmark.cs similarity index 100% rename from Programs/examples/TestClient/Commands/GotoLandmark.cs rename to Programs/examples/TestClient/Commands/Movement/GotoLandmark.cs diff --git a/Programs/examples/TestClient/Commands/SleepCommand.cs b/Programs/examples/TestClient/Commands/System/SleepCommand.cs similarity index 100% rename from Programs/examples/TestClient/Commands/SleepCommand.cs rename to Programs/examples/TestClient/Commands/System/SleepCommand.cs