diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..defc789 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ + +*.class +*.class diff --git a/Base/.classpath b/Base/.classpath index 20ffa71..d5b5d25 100644 --- a/Base/.classpath +++ b/Base/.classpath @@ -1,13 +1,14 @@ + - - - - - - - + + + + + + + diff --git a/Base/.project b/Base/.project index 0fec422..037836d 100644 --- a/Base/.project +++ b/Base/.project @@ -1,6 +1,6 @@ - Base + Base (Ortix) diff --git a/HCF/.classpath b/HCF/.classpath index 988a141..4edaf5b 100644 --- a/HCF/.classpath +++ b/HCF/.classpath @@ -1,15 +1,14 @@ + - - - - - - - - - + + + + + + + diff --git a/HCF/.project b/HCF/.project index d69269c..b77e884 100644 --- a/HCF/.project +++ b/HCF/.project @@ -1,6 +1,6 @@ - HCF + HCF (Ortix) diff --git a/HCF/out/production/AurumHCF/.gitignore b/HCF/out/production/AurumHCF/.gitignore deleted file mode 100644 index 7bee5b7..0000000 --- a/HCF/out/production/AurumHCF/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -/com/ -/org/ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/HCF$1.class b/HCF/out/production/HCCore/com/customhcf/hcf/HCF$1.class deleted file mode 100644 index 7bfb8a6..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/HCF$1.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/HCF.class b/HCF/out/production/HCCore/com/customhcf/hcf/HCF.class deleted file mode 100644 index 34744fc..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/HCF.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/Utils/Chat.class b/HCF/out/production/HCCore/com/customhcf/hcf/Utils/Chat.class deleted file mode 100644 index 5693e9a..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/Utils/Chat.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/Utils/ChatUtils.class b/HCF/out/production/HCCore/com/customhcf/hcf/Utils/ChatUtils.class deleted file mode 100644 index 93513aa..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/Utils/ChatUtils.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/Utils/ConfigurationService.class b/HCF/out/production/HCCore/com/customhcf/hcf/Utils/ConfigurationService.class deleted file mode 100644 index 55efd54..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/Utils/ConfigurationService.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/Utils/Cooldowns.class b/HCF/out/production/HCCore/com/customhcf/hcf/Utils/Cooldowns.class deleted file mode 100644 index 554b2b1..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/Utils/Cooldowns.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/Utils/DateTimeFormats$1.class b/HCF/out/production/HCCore/com/customhcf/hcf/Utils/DateTimeFormats$1.class deleted file mode 100644 index 9319456..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/Utils/DateTimeFormats$1.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/Utils/DateTimeFormats$2.class b/HCF/out/production/HCCore/com/customhcf/hcf/Utils/DateTimeFormats$2.class deleted file mode 100644 index 3333574..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/Utils/DateTimeFormats$2.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/Utils/DateTimeFormats.class b/HCF/out/production/HCCore/com/customhcf/hcf/Utils/DateTimeFormats.class deleted file mode 100644 index 0b00cd6..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/Utils/DateTimeFormats.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/Utils/DurationFormatter.class b/HCF/out/production/HCCore/com/customhcf/hcf/Utils/DurationFormatter.class deleted file mode 100644 index 37db7be..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/Utils/DurationFormatter.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/Utils/LangFile.class b/HCF/out/production/HCCore/com/customhcf/hcf/Utils/LangFile.class deleted file mode 100644 index 3e4c174..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/Utils/LangFile.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/Utils/Message.class b/HCF/out/production/HCCore/com/customhcf/hcf/Utils/Message.class deleted file mode 100644 index e3469fd..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/Utils/Message.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/Utils/PUtils.class b/HCF/out/production/HCCore/com/customhcf/hcf/Utils/PUtils.class deleted file mode 100644 index e2ca31e..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/Utils/PUtils.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/Utils/ReviveCooldown$1.class b/HCF/out/production/HCCore/com/customhcf/hcf/Utils/ReviveCooldown$1.class deleted file mode 100644 index a9c2873..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/Utils/ReviveCooldown$1.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/Utils/ReviveCooldown.class b/HCF/out/production/HCCore/com/customhcf/hcf/Utils/ReviveCooldown.class deleted file mode 100644 index 668ab17..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/Utils/ReviveCooldown.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/Utils/ReviveSetup.class b/HCF/out/production/HCCore/com/customhcf/hcf/Utils/ReviveSetup.class deleted file mode 100644 index 76ccdf5..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/Utils/ReviveSetup.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/Utils/UUIDFetcher.class b/HCF/out/production/HCCore/com/customhcf/hcf/Utils/UUIDFetcher.class deleted file mode 100644 index 04a03cb..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/Utils/UUIDFetcher.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/XrayGui.class b/HCF/out/production/HCCore/com/customhcf/hcf/XrayGui.class deleted file mode 100644 index 799c4d1..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/XrayGui.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/balance/EconomyCommand.class b/HCF/out/production/HCCore/com/customhcf/hcf/balance/EconomyCommand.class deleted file mode 100644 index d715127..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/balance/EconomyCommand.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/balance/EconomyManager.class b/HCF/out/production/HCCore/com/customhcf/hcf/balance/EconomyManager.class deleted file mode 100644 index 585730c..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/balance/EconomyManager.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/balance/FlatFileEconomyManager.class b/HCF/out/production/HCCore/com/customhcf/hcf/balance/FlatFileEconomyManager.class deleted file mode 100644 index 30f12b9..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/balance/FlatFileEconomyManager.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/balance/PayCommand.class b/HCF/out/production/HCCore/com/customhcf/hcf/balance/PayCommand.class deleted file mode 100644 index f97fcd9..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/balance/PayCommand.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/balance/SetCommand.class b/HCF/out/production/HCCore/com/customhcf/hcf/balance/SetCommand.class deleted file mode 100644 index 6a74e9d..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/balance/SetCommand.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/balance/ShopSignListener.class b/HCF/out/production/HCCore/com/customhcf/hcf/balance/ShopSignListener.class deleted file mode 100644 index f1def76..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/balance/ShopSignListener.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/classes/PvpClass.class b/HCF/out/production/HCCore/com/customhcf/hcf/classes/PvpClass.class deleted file mode 100644 index 44e79da..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/classes/PvpClass.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/classes/PvpClassManager.class b/HCF/out/production/HCCore/com/customhcf/hcf/classes/PvpClassManager.class deleted file mode 100644 index 4069226..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/classes/PvpClassManager.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/classes/archer/ArcherClass$1.class b/HCF/out/production/HCCore/com/customhcf/hcf/classes/archer/ArcherClass$1.class deleted file mode 100644 index 6df6bce..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/classes/archer/ArcherClass$1.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/classes/archer/ArcherClass.class b/HCF/out/production/HCCore/com/customhcf/hcf/classes/archer/ArcherClass.class deleted file mode 100644 index e491c73..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/classes/archer/ArcherClass.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/classes/bard/BardClass$1.class b/HCF/out/production/HCCore/com/customhcf/hcf/classes/bard/BardClass$1.class deleted file mode 100644 index aa7e24d..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/classes/bard/BardClass$1.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/classes/bard/BardClass.class b/HCF/out/production/HCCore/com/customhcf/hcf/classes/bard/BardClass.class deleted file mode 100644 index 0cdc7af..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/classes/bard/BardClass.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/classes/bard/BardData.class b/HCF/out/production/HCCore/com/customhcf/hcf/classes/bard/BardData.class deleted file mode 100644 index 61fadf6..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/classes/bard/BardData.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/classes/bard/BardEffect.class b/HCF/out/production/HCCore/com/customhcf/hcf/classes/bard/BardEffect.class deleted file mode 100644 index e0c1a6e..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/classes/bard/BardEffect.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/classes/bard/BardRestorer.class b/HCF/out/production/HCCore/com/customhcf/hcf/classes/bard/BardRestorer.class deleted file mode 100644 index 91b3c52..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/classes/bard/BardRestorer.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/classes/event/PvpClassEquipEvent.class b/HCF/out/production/HCCore/com/customhcf/hcf/classes/event/PvpClassEquipEvent.class deleted file mode 100644 index a1760cf..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/classes/event/PvpClassEquipEvent.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/classes/event/PvpClassUnequipEvent.class b/HCF/out/production/HCCore/com/customhcf/hcf/classes/event/PvpClassUnequipEvent.class deleted file mode 100644 index ad11328..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/classes/event/PvpClassUnequipEvent.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/classes/type/MinerClass$1.class b/HCF/out/production/HCCore/com/customhcf/hcf/classes/type/MinerClass$1.class deleted file mode 100644 index 80b1d35..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/classes/type/MinerClass$1.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/classes/type/MinerClass.class b/HCF/out/production/HCCore/com/customhcf/hcf/classes/type/MinerClass.class deleted file mode 100644 index e68f0d1..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/classes/type/MinerClass.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/command/CobbleCommand.class b/HCF/out/production/HCCore/com/customhcf/hcf/command/CobbleCommand.class deleted file mode 100644 index fb5ed2b..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/command/CobbleCommand.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/command/CoordsCommand.class b/HCF/out/production/HCCore/com/customhcf/hcf/command/CoordsCommand.class deleted file mode 100644 index 357d99a..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/command/CoordsCommand.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/command/EzSpawnCommand.class b/HCF/out/production/HCCore/com/customhcf/hcf/command/EzSpawnCommand.class deleted file mode 100644 index db70ae6..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/command/EzSpawnCommand.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/command/HelpCommand.class b/HCF/out/production/HCCore/com/customhcf/hcf/command/HelpCommand.class deleted file mode 100644 index b8482af..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/command/HelpCommand.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/command/InfoCommand.class b/HCF/out/production/HCCore/com/customhcf/hcf/command/InfoCommand.class deleted file mode 100644 index ebdea61..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/command/InfoCommand.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/command/LogoutCommand.class b/HCF/out/production/HCCore/com/customhcf/hcf/command/LogoutCommand.class deleted file mode 100644 index 1dab4f5..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/command/LogoutCommand.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/command/OresCommand.class b/HCF/out/production/HCCore/com/customhcf/hcf/command/OresCommand.class deleted file mode 100644 index e395374..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/command/OresCommand.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/command/PvpTimerCommand.class b/HCF/out/production/HCCore/com/customhcf/hcf/command/PvpTimerCommand.class deleted file mode 100644 index a66d255..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/command/PvpTimerCommand.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/command/ReclaimAdminCommand.class b/HCF/out/production/HCCore/com/customhcf/hcf/command/ReclaimAdminCommand.class deleted file mode 100644 index 378049f..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/command/ReclaimAdminCommand.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/command/ReclaimCommand$KitClaim.class b/HCF/out/production/HCCore/com/customhcf/hcf/command/ReclaimCommand$KitClaim.class deleted file mode 100644 index 664d388..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/command/ReclaimCommand$KitClaim.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/command/ReclaimCommand.class b/HCF/out/production/HCCore/com/customhcf/hcf/command/ReclaimCommand.class deleted file mode 100644 index 4333f0e..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/command/ReclaimCommand.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/command/ReportCommand.class b/HCF/out/production/HCCore/com/customhcf/hcf/command/ReportCommand.class deleted file mode 100644 index 551cd24..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/command/ReportCommand.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/command/RequestCommand.class b/HCF/out/production/HCCore/com/customhcf/hcf/command/RequestCommand.class deleted file mode 100644 index 0f0f62f..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/command/RequestCommand.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/command/ReviveCommand.class b/HCF/out/production/HCCore/com/customhcf/hcf/command/ReviveCommand.class deleted file mode 100644 index 8ed7848..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/command/ReviveCommand.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/command/SetRaidableCommand.class b/HCF/out/production/HCCore/com/customhcf/hcf/command/SetRaidableCommand.class deleted file mode 100644 index 5fc9e2a..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/command/SetRaidableCommand.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/command/SotwCommand.class b/HCF/out/production/HCCore/com/customhcf/hcf/command/SotwCommand.class deleted file mode 100644 index 477a44e..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/command/SotwCommand.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/command/StaffReviveCommand.class b/HCF/out/production/HCCore/com/customhcf/hcf/command/StaffReviveCommand.class deleted file mode 100644 index 9d63440..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/command/StaffReviveCommand.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/command/XrayCheckCommand.class b/HCF/out/production/HCCore/com/customhcf/hcf/command/XrayCheckCommand.class deleted file mode 100644 index 8ca8224..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/command/XrayCheckCommand.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/deathban/Deathban.class b/HCF/out/production/HCCore/com/customhcf/hcf/deathban/Deathban.class deleted file mode 100644 index 488986c..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/deathban/Deathban.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/deathban/DeathbanListener$1.class b/HCF/out/production/HCCore/com/customhcf/hcf/deathban/DeathbanListener$1.class deleted file mode 100644 index 2ac7e72..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/deathban/DeathbanListener$1.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/deathban/DeathbanListener$LoginMessageRunnable.class b/HCF/out/production/HCCore/com/customhcf/hcf/deathban/DeathbanListener$LoginMessageRunnable.class deleted file mode 100644 index 88ed96b..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/deathban/DeathbanListener$LoginMessageRunnable.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/deathban/DeathbanListener.class b/HCF/out/production/HCCore/com/customhcf/hcf/deathban/DeathbanListener.class deleted file mode 100644 index 4c8ab25..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/deathban/DeathbanListener.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/deathban/DeathbanManager.class b/HCF/out/production/HCCore/com/customhcf/hcf/deathban/DeathbanManager.class deleted file mode 100644 index 1e29d7f..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/deathban/DeathbanManager.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/deathban/FlatFileDeathbanManager.class b/HCF/out/production/HCCore/com/customhcf/hcf/deathban/FlatFileDeathbanManager.class deleted file mode 100644 index bcf7621..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/deathban/FlatFileDeathbanManager.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/faction/FactionExecutor.class b/HCF/out/production/HCCore/com/customhcf/hcf/faction/FactionExecutor.class deleted file mode 100644 index e9850a6..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/faction/FactionExecutor.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/faction/FactionManager.class b/HCF/out/production/HCCore/com/customhcf/hcf/faction/FactionManager.class deleted file mode 100644 index 26d1ce4..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/faction/FactionManager.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/faction/FactionMember.class b/HCF/out/production/HCCore/com/customhcf/hcf/faction/FactionMember.class deleted file mode 100644 index afc68b9..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/faction/FactionMember.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/faction/FlatFileFactionManager.class b/HCF/out/production/HCCore/com/customhcf/hcf/faction/FlatFileFactionManager.class deleted file mode 100644 index 90530ca..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/faction/FlatFileFactionManager.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/faction/LandMap.class b/HCF/out/production/HCCore/com/customhcf/hcf/faction/LandMap.class deleted file mode 100644 index 064e421..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/faction/LandMap.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/FactionAcceptArgument.class b/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/FactionAcceptArgument.class deleted file mode 100644 index 7aa7157..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/FactionAcceptArgument.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/FactionAllyArgument.class b/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/FactionAllyArgument.class deleted file mode 100644 index 2c521c8..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/FactionAllyArgument.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/FactionAnnouncementArgument.class b/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/FactionAnnouncementArgument.class deleted file mode 100644 index b2d9d2a..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/FactionAnnouncementArgument.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/FactionChatArgument.class b/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/FactionChatArgument.class deleted file mode 100644 index f6dae79..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/FactionChatArgument.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/FactionClaimArgument.class b/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/FactionClaimArgument.class deleted file mode 100644 index 9ae9a32..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/FactionClaimArgument.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/FactionClaimChunkArgument.class b/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/FactionClaimChunkArgument.class deleted file mode 100644 index 7a1eda3..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/FactionClaimChunkArgument.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/FactionClaimsArgument.class b/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/FactionClaimsArgument.class deleted file mode 100644 index 1d1aca4..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/FactionClaimsArgument.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/FactionCoLeaderArgument.class b/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/FactionCoLeaderArgument.class deleted file mode 100644 index 076761a..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/FactionCoLeaderArgument.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/FactionCreateArgument.class b/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/FactionCreateArgument.class deleted file mode 100644 index 311cbab..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/FactionCreateArgument.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/FactionDemoteArgument.class b/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/FactionDemoteArgument.class deleted file mode 100644 index 28152d3..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/FactionDemoteArgument.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/FactionDepositArgument.class b/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/FactionDepositArgument.class deleted file mode 100644 index 8435ae8..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/FactionDepositArgument.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/FactionDisbandArgument.class b/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/FactionDisbandArgument.class deleted file mode 100644 index d83ad4b..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/FactionDisbandArgument.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/FactionHelpArgument.class b/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/FactionHelpArgument.class deleted file mode 100644 index c73e22c..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/FactionHelpArgument.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/FactionHomeArgument$1.class b/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/FactionHomeArgument$1.class deleted file mode 100644 index bd6dcfa..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/FactionHomeArgument$1.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/FactionHomeArgument.class b/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/FactionHomeArgument.class deleted file mode 100644 index 1c96f04..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/FactionHomeArgument.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/FactionInviteArgument.class b/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/FactionInviteArgument.class deleted file mode 100644 index 0b91ec7..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/FactionInviteArgument.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/FactionInvitesArgument.class b/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/FactionInvitesArgument.class deleted file mode 100644 index dd45bea..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/FactionInvitesArgument.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/FactionKickArgument.class b/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/FactionKickArgument.class deleted file mode 100644 index 241eed8..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/FactionKickArgument.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/FactionLeaderArgument.class b/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/FactionLeaderArgument.class deleted file mode 100644 index f8a75a7..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/FactionLeaderArgument.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/FactionLeaveArgument.class b/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/FactionLeaveArgument.class deleted file mode 100644 index 45cf526..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/FactionLeaveArgument.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/FactionListArgument$1.class b/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/FactionListArgument$1.class deleted file mode 100644 index 523547b..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/FactionListArgument$1.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/FactionListArgument.class b/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/FactionListArgument.class deleted file mode 100644 index 7bb381d..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/FactionListArgument.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/FactionMapArgument.class b/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/FactionMapArgument.class deleted file mode 100644 index 61a45ae..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/FactionMapArgument.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/FactionMessageArgument.class b/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/FactionMessageArgument.class deleted file mode 100644 index 04d5452..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/FactionMessageArgument.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/FactionOpenArgument.class b/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/FactionOpenArgument.class deleted file mode 100644 index 88e9b89..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/FactionOpenArgument.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/FactionPromoteArgument.class b/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/FactionPromoteArgument.class deleted file mode 100644 index c938e69..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/FactionPromoteArgument.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/FactionRenameArgument.class b/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/FactionRenameArgument.class deleted file mode 100644 index 460c961..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/FactionRenameArgument.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/FactionSetHomeArgument.class b/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/FactionSetHomeArgument.class deleted file mode 100644 index f55706d..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/FactionSetHomeArgument.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/FactionShowArgument.class b/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/FactionShowArgument.class deleted file mode 100644 index 1c50d62..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/FactionShowArgument.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/FactionStuckArgument.class b/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/FactionStuckArgument.class deleted file mode 100644 index ad5dae6..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/FactionStuckArgument.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/FactionUnallyArgument.class b/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/FactionUnallyArgument.class deleted file mode 100644 index 48438ae..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/FactionUnallyArgument.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/FactionUnclaimArgument.class b/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/FactionUnclaimArgument.class deleted file mode 100644 index e96d12b..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/FactionUnclaimArgument.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/FactionUninviteArgument.class b/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/FactionUninviteArgument.class deleted file mode 100644 index 1fc4f51..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/FactionUninviteArgument.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/FactionWithdrawArgument.class b/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/FactionWithdrawArgument.class deleted file mode 100644 index b2d78f5..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/FactionWithdrawArgument.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/staff/FactionBanArgument.class b/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/staff/FactionBanArgument.class deleted file mode 100644 index f91a49f..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/staff/FactionBanArgument.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/staff/FactionChatSpyArgument.class b/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/staff/FactionChatSpyArgument.class deleted file mode 100644 index 0724d10..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/staff/FactionChatSpyArgument.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/staff/FactionClaimForArgument.class b/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/staff/FactionClaimForArgument.class deleted file mode 100644 index 7421711..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/staff/FactionClaimForArgument.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/staff/FactionClearClaimsArgument$ClaimClearAllPrompt.class b/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/staff/FactionClearClaimsArgument$ClaimClearAllPrompt.class deleted file mode 100644 index 15c6820..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/staff/FactionClearClaimsArgument$ClaimClearAllPrompt.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/staff/FactionClearClaimsArgument.class b/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/staff/FactionClearClaimsArgument.class deleted file mode 100644 index cd70f3b..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/staff/FactionClearClaimsArgument.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/staff/FactionForceJoinArgument.class b/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/staff/FactionForceJoinArgument.class deleted file mode 100644 index a94de6c..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/staff/FactionForceJoinArgument.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/staff/FactionForceKickArgument.class b/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/staff/FactionForceKickArgument.class deleted file mode 100644 index f2f5c59..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/staff/FactionForceKickArgument.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/staff/FactionForceLeaderArgument.class b/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/staff/FactionForceLeaderArgument.class deleted file mode 100644 index 77268b0..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/staff/FactionForceLeaderArgument.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/staff/FactionForcePromoteArgument.class b/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/staff/FactionForcePromoteArgument.class deleted file mode 100644 index 5d039f1..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/staff/FactionForcePromoteArgument.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/staff/FactionLockArgument.class b/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/staff/FactionLockArgument.class deleted file mode 100644 index 0d98bee..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/staff/FactionLockArgument.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/staff/FactionMuteArgument.class b/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/staff/FactionMuteArgument.class deleted file mode 100644 index 692ff01..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/staff/FactionMuteArgument.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/staff/FactionRemoveArgument$RemoveAllPrompt.class b/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/staff/FactionRemoveArgument$RemoveAllPrompt.class deleted file mode 100644 index 65c6997..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/staff/FactionRemoveArgument$RemoveAllPrompt.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/staff/FactionRemoveArgument.class b/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/staff/FactionRemoveArgument.class deleted file mode 100644 index 5370d5c..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/staff/FactionRemoveArgument.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/staff/FactionSetDeathbanMultiplierArgument.class b/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/staff/FactionSetDeathbanMultiplierArgument.class deleted file mode 100644 index 9ad5b9a..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/staff/FactionSetDeathbanMultiplierArgument.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/staff/FactionSetDtrArgument.class b/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/staff/FactionSetDtrArgument.class deleted file mode 100644 index 0bd084b..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/staff/FactionSetDtrArgument.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/staff/FactionSetDtrRegenArgument.class b/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/staff/FactionSetDtrRegenArgument.class deleted file mode 100644 index 14ba25f..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/faction/argument/staff/FactionSetDtrRegenArgument.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/faction/claim/Claim.class b/HCF/out/production/HCCore/com/customhcf/hcf/faction/claim/Claim.class deleted file mode 100644 index ed4bb98..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/faction/claim/Claim.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/faction/claim/ClaimHandler.class b/HCF/out/production/HCCore/com/customhcf/hcf/faction/claim/ClaimHandler.class deleted file mode 100644 index aaf4dd8..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/faction/claim/ClaimHandler.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/faction/claim/ClaimSelection.class b/HCF/out/production/HCCore/com/customhcf/hcf/faction/claim/ClaimSelection.class deleted file mode 100644 index 8f1f7fb..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/faction/claim/ClaimSelection.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/faction/claim/ClaimWandListener$1.class b/HCF/out/production/HCCore/com/customhcf/hcf/faction/claim/ClaimWandListener$1.class deleted file mode 100644 index e8b2494..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/faction/claim/ClaimWandListener$1.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/faction/claim/ClaimWandListener$2.class b/HCF/out/production/HCCore/com/customhcf/hcf/faction/claim/ClaimWandListener$2.class deleted file mode 100644 index 317230d..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/faction/claim/ClaimWandListener$2.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/faction/claim/ClaimWandListener$3.class b/HCF/out/production/HCCore/com/customhcf/hcf/faction/claim/ClaimWandListener$3.class deleted file mode 100644 index b1f2542..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/faction/claim/ClaimWandListener$3.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/faction/claim/ClaimWandListener.class b/HCF/out/production/HCCore/com/customhcf/hcf/faction/claim/ClaimWandListener.class deleted file mode 100644 index e07bbee..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/faction/claim/ClaimWandListener.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/faction/claim/Subclaim.class b/HCF/out/production/HCCore/com/customhcf/hcf/faction/claim/Subclaim.class deleted file mode 100644 index e494980..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/faction/claim/Subclaim.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/faction/event/CaptureZoneEnterEvent.class b/HCF/out/production/HCCore/com/customhcf/hcf/faction/event/CaptureZoneEnterEvent.class deleted file mode 100644 index d44aeb0..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/faction/event/CaptureZoneEnterEvent.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/faction/event/CaptureZoneLeaveEvent.class b/HCF/out/production/HCCore/com/customhcf/hcf/faction/event/CaptureZoneLeaveEvent.class deleted file mode 100644 index 1dd5524..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/faction/event/CaptureZoneLeaveEvent.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/faction/event/FactionChatEvent.class b/HCF/out/production/HCCore/com/customhcf/hcf/faction/event/FactionChatEvent.class deleted file mode 100644 index c7bb668..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/faction/event/FactionChatEvent.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/faction/event/FactionClaimChangeEvent.class b/HCF/out/production/HCCore/com/customhcf/hcf/faction/event/FactionClaimChangeEvent.class deleted file mode 100644 index 79d0173..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/faction/event/FactionClaimChangeEvent.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/faction/event/FactionClaimChangedEvent.class b/HCF/out/production/HCCore/com/customhcf/hcf/faction/event/FactionClaimChangedEvent.class deleted file mode 100644 index e0b24bf..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/faction/event/FactionClaimChangedEvent.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/faction/event/FactionCreateEvent.class b/HCF/out/production/HCCore/com/customhcf/hcf/faction/event/FactionCreateEvent.class deleted file mode 100644 index 000dbde..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/faction/event/FactionCreateEvent.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/faction/event/FactionDtrChangeEvent$DtrUpdateCause.class b/HCF/out/production/HCCore/com/customhcf/hcf/faction/event/FactionDtrChangeEvent$DtrUpdateCause.class deleted file mode 100644 index 31dba5f..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/faction/event/FactionDtrChangeEvent$DtrUpdateCause.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/faction/event/FactionDtrChangeEvent.class b/HCF/out/production/HCCore/com/customhcf/hcf/faction/event/FactionDtrChangeEvent.class deleted file mode 100644 index bca2cb2..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/faction/event/FactionDtrChangeEvent.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/faction/event/FactionEvent.class b/HCF/out/production/HCCore/com/customhcf/hcf/faction/event/FactionEvent.class deleted file mode 100644 index 6640bb0..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/faction/event/FactionEvent.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/faction/event/FactionRelationCreateEvent.class b/HCF/out/production/HCCore/com/customhcf/hcf/faction/event/FactionRelationCreateEvent.class deleted file mode 100644 index 12fb6e3..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/faction/event/FactionRelationCreateEvent.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/faction/event/FactionRelationRemoveEvent.class b/HCF/out/production/HCCore/com/customhcf/hcf/faction/event/FactionRelationRemoveEvent.class deleted file mode 100644 index 3124c3d..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/faction/event/FactionRelationRemoveEvent.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/faction/event/FactionRemoveEvent.class b/HCF/out/production/HCCore/com/customhcf/hcf/faction/event/FactionRemoveEvent.class deleted file mode 100644 index 3f3d983..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/faction/event/FactionRemoveEvent.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/faction/event/FactionRenameEvent.class b/HCF/out/production/HCCore/com/customhcf/hcf/faction/event/FactionRenameEvent.class deleted file mode 100644 index f3c7e5f..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/faction/event/FactionRenameEvent.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/faction/event/PlayerClaimEnterEvent$EnterCause.class b/HCF/out/production/HCCore/com/customhcf/hcf/faction/event/PlayerClaimEnterEvent$EnterCause.class deleted file mode 100644 index 75929f3..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/faction/event/PlayerClaimEnterEvent$EnterCause.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/faction/event/PlayerClaimEnterEvent.class b/HCF/out/production/HCCore/com/customhcf/hcf/faction/event/PlayerClaimEnterEvent.class deleted file mode 100644 index 5ce6e2a..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/faction/event/PlayerClaimEnterEvent.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/faction/event/PlayerJoinFactionEvent.class b/HCF/out/production/HCCore/com/customhcf/hcf/faction/event/PlayerJoinFactionEvent.class deleted file mode 100644 index 516dc66..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/faction/event/PlayerJoinFactionEvent.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/faction/event/PlayerJoinedFactionEvent.class b/HCF/out/production/HCCore/com/customhcf/hcf/faction/event/PlayerJoinedFactionEvent.class deleted file mode 100644 index 7b589ec..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/faction/event/PlayerJoinedFactionEvent.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/faction/event/PlayerLeaveFactionEvent.class b/HCF/out/production/HCCore/com/customhcf/hcf/faction/event/PlayerLeaveFactionEvent.class deleted file mode 100644 index 4830476..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/faction/event/PlayerLeaveFactionEvent.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/faction/event/PlayerLeftFactionEvent.class b/HCF/out/production/HCCore/com/customhcf/hcf/faction/event/PlayerLeftFactionEvent.class deleted file mode 100644 index 0fce797..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/faction/event/PlayerLeftFactionEvent.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/faction/event/cause/ClaimChangeCause.class b/HCF/out/production/HCCore/com/customhcf/hcf/faction/event/cause/ClaimChangeCause.class deleted file mode 100644 index 76b0673..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/faction/event/cause/ClaimChangeCause.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/faction/event/cause/FactionLeaveCause.class b/HCF/out/production/HCCore/com/customhcf/hcf/faction/event/cause/FactionLeaveCause.class deleted file mode 100644 index 60cce4b..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/faction/event/cause/FactionLeaveCause.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/faction/struct/ChatChannel$1.class b/HCF/out/production/HCCore/com/customhcf/hcf/faction/struct/ChatChannel$1.class deleted file mode 100644 index 5c7f503..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/faction/struct/ChatChannel$1.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/faction/struct/ChatChannel.class b/HCF/out/production/HCCore/com/customhcf/hcf/faction/struct/ChatChannel.class deleted file mode 100644 index f5bbbfb..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/faction/struct/ChatChannel.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/faction/struct/Raidable.class b/HCF/out/production/HCCore/com/customhcf/hcf/faction/struct/Raidable.class deleted file mode 100644 index c9a2cb3..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/faction/struct/Raidable.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/faction/struct/RegenStatus.class b/HCF/out/production/HCCore/com/customhcf/hcf/faction/struct/RegenStatus.class deleted file mode 100644 index 3f450c6..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/faction/struct/RegenStatus.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/faction/struct/Relation$1.class b/HCF/out/production/HCCore/com/customhcf/hcf/faction/struct/Relation$1.class deleted file mode 100644 index 11dcaa1..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/faction/struct/Relation$1.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/faction/struct/Relation.class b/HCF/out/production/HCCore/com/customhcf/hcf/faction/struct/Relation.class deleted file mode 100644 index 249a2b8..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/faction/struct/Relation.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/faction/struct/Role.class b/HCF/out/production/HCCore/com/customhcf/hcf/faction/struct/Role.class deleted file mode 100644 index 4a41a38..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/faction/struct/Role.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/faction/type/ClaimableFaction.class b/HCF/out/production/HCCore/com/customhcf/hcf/faction/type/ClaimableFaction.class deleted file mode 100644 index c988467..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/faction/type/ClaimableFaction.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/faction/type/EndPortalFaction.class b/HCF/out/production/HCCore/com/customhcf/hcf/faction/type/EndPortalFaction.class deleted file mode 100644 index 233c938..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/faction/type/EndPortalFaction.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/faction/type/Faction.class b/HCF/out/production/HCCore/com/customhcf/hcf/faction/type/Faction.class deleted file mode 100644 index 6e2743a..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/faction/type/Faction.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/faction/type/Glowstone.class b/HCF/out/production/HCCore/com/customhcf/hcf/faction/type/Glowstone.class deleted file mode 100644 index 1010392..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/faction/type/Glowstone.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/faction/type/PlayerFaction$1.class b/HCF/out/production/HCCore/com/customhcf/hcf/faction/type/PlayerFaction$1.class deleted file mode 100644 index ef525c1..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/faction/type/PlayerFaction$1.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/faction/type/PlayerFaction.class b/HCF/out/production/HCCore/com/customhcf/hcf/faction/type/PlayerFaction.class deleted file mode 100644 index 4be619c..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/faction/type/PlayerFaction.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/faction/type/RoadFaction$EastRoadFaction.class b/HCF/out/production/HCCore/com/customhcf/hcf/faction/type/RoadFaction$EastRoadFaction.class deleted file mode 100644 index 4701bbe..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/faction/type/RoadFaction$EastRoadFaction.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/faction/type/RoadFaction$NorthRoadFaction.class b/HCF/out/production/HCCore/com/customhcf/hcf/faction/type/RoadFaction$NorthRoadFaction.class deleted file mode 100644 index 5bd8cdf..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/faction/type/RoadFaction$NorthRoadFaction.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/faction/type/RoadFaction$SouthRoadFaction.class b/HCF/out/production/HCCore/com/customhcf/hcf/faction/type/RoadFaction$SouthRoadFaction.class deleted file mode 100644 index 0d4c531..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/faction/type/RoadFaction$SouthRoadFaction.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/faction/type/RoadFaction$WestRoadFaction.class b/HCF/out/production/HCCore/com/customhcf/hcf/faction/type/RoadFaction$WestRoadFaction.class deleted file mode 100644 index ccfc366..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/faction/type/RoadFaction$WestRoadFaction.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/faction/type/RoadFaction.class b/HCF/out/production/HCCore/com/customhcf/hcf/faction/type/RoadFaction.class deleted file mode 100644 index 0e3ce31..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/faction/type/RoadFaction.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/faction/type/SpawnFaction.class b/HCF/out/production/HCCore/com/customhcf/hcf/faction/type/SpawnFaction.class deleted file mode 100644 index 24a9156..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/faction/type/SpawnFaction.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/faction/type/WarzoneFaction.class b/HCF/out/production/HCCore/com/customhcf/hcf/faction/type/WarzoneFaction.class deleted file mode 100644 index b19c203..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/faction/type/WarzoneFaction.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/faction/type/WildernessFaction.class b/HCF/out/production/HCCore/com/customhcf/hcf/faction/type/WildernessFaction.class deleted file mode 100644 index ac74e22..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/faction/type/WildernessFaction.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/fixes/BeaconStrengthFixListener.class b/HCF/out/production/HCCore/com/customhcf/hcf/fixes/BeaconStrengthFixListener.class deleted file mode 100644 index a46875c..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/fixes/BeaconStrengthFixListener.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/fixes/BlockHitFixListener.class b/HCF/out/production/HCCore/com/customhcf/hcf/fixes/BlockHitFixListener.class deleted file mode 100644 index 68e7abe..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/fixes/BlockHitFixListener.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/fixes/BlockJumpGlitchFixListener.class b/HCF/out/production/HCCore/com/customhcf/hcf/fixes/BlockJumpGlitchFixListener.class deleted file mode 100644 index 5bd67a5..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/fixes/BlockJumpGlitchFixListener.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/fixes/BoatGlitchFixListener.class b/HCF/out/production/HCCore/com/customhcf/hcf/fixes/BoatGlitchFixListener.class deleted file mode 100644 index 7b44736..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/fixes/BoatGlitchFixListener.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/fixes/EnchantLimitListener.class b/HCF/out/production/HCCore/com/customhcf/hcf/fixes/EnchantLimitListener.class deleted file mode 100644 index c1992c6..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/fixes/EnchantLimitListener.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/fixes/EnderChestRemovalListener.class b/HCF/out/production/HCCore/com/customhcf/hcf/fixes/EnderChestRemovalListener.class deleted file mode 100644 index 4463cd8..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/fixes/EnderChestRemovalListener.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/fixes/HungerFixListener.class b/HCF/out/production/HCCore/com/customhcf/hcf/fixes/HungerFixListener.class deleted file mode 100644 index b22e4ec..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/fixes/HungerFixListener.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/fixes/InfinityArrowFixListener.class b/HCF/out/production/HCCore/com/customhcf/hcf/fixes/InfinityArrowFixListener.class deleted file mode 100644 index eb3d56d..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/fixes/InfinityArrowFixListener.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/fixes/NoPermissionClickListener.class b/HCF/out/production/HCCore/com/customhcf/hcf/fixes/NoPermissionClickListener.class deleted file mode 100644 index 96f6990..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/fixes/NoPermissionClickListener.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/fixes/PearlGlitchListener.class b/HCF/out/production/HCCore/com/customhcf/hcf/fixes/PearlGlitchListener.class deleted file mode 100644 index 22120e0..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/fixes/PearlGlitchListener.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/fixes/PhaseListener.class b/HCF/out/production/HCCore/com/customhcf/hcf/fixes/PhaseListener.class deleted file mode 100644 index 2a98f0f..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/fixes/PhaseListener.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/fixes/PortalTrapFixListener.class b/HCF/out/production/HCCore/com/customhcf/hcf/fixes/PortalTrapFixListener.class deleted file mode 100644 index 55e0dd8..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/fixes/PortalTrapFixListener.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/fixes/PotionLimitListener.class b/HCF/out/production/HCCore/com/customhcf/hcf/fixes/PotionLimitListener.class deleted file mode 100644 index 3d9dfcd..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/fixes/PotionLimitListener.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/fixes/ServerSecurityListener.class b/HCF/out/production/HCCore/com/customhcf/hcf/fixes/ServerSecurityListener.class deleted file mode 100644 index 9b3bb12..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/fixes/ServerSecurityListener.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/fixes/VoidGlitchFixListener.class b/HCF/out/production/HCCore/com/customhcf/hcf/fixes/VoidGlitchFixListener.class deleted file mode 100644 index ffe6e84..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/fixes/VoidGlitchFixListener.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/fixes/WeatherFixListener.class b/HCF/out/production/HCCore/com/customhcf/hcf/fixes/WeatherFixListener.class deleted file mode 100644 index d7588e9..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/fixes/WeatherFixListener.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/CaptureZone.class b/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/CaptureZone.class deleted file mode 100644 index e0685f0..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/CaptureZone.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/EventExecutor.class b/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/EventExecutor.class deleted file mode 100644 index 4a3ec70..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/EventExecutor.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/EventScheduler.class b/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/EventScheduler.class deleted file mode 100644 index edb8ad0..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/EventScheduler.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/EventTimer$1.class b/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/EventTimer$1.class deleted file mode 100644 index 0468ed8..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/EventTimer$1.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/EventTimer.class b/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/EventTimer.class deleted file mode 100644 index 72ea6a4..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/EventTimer.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/EventType.class b/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/EventType.class deleted file mode 100644 index 2f2c25a..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/EventType.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/argument/EventCancelArgument.class b/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/argument/EventCancelArgument.class deleted file mode 100644 index c8287ba..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/argument/EventCancelArgument.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/argument/EventCreateArgument.class b/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/argument/EventCreateArgument.class deleted file mode 100644 index 6098452..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/argument/EventCreateArgument.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/argument/EventDeleteArgument.class b/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/argument/EventDeleteArgument.class deleted file mode 100644 index 7a98315..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/argument/EventDeleteArgument.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/argument/EventRenameArgument.class b/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/argument/EventRenameArgument.class deleted file mode 100644 index 3e3c3a3..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/argument/EventRenameArgument.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/argument/EventSetAreaArgument.class b/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/argument/EventSetAreaArgument.class deleted file mode 100644 index 207caac..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/argument/EventSetAreaArgument.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/argument/EventSetCapzoneArgument.class b/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/argument/EventSetCapzoneArgument.class deleted file mode 100644 index 132568a..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/argument/EventSetCapzoneArgument.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/argument/EventStartArgument.class b/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/argument/EventStartArgument.class deleted file mode 100644 index 1682cff..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/argument/EventStartArgument.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/argument/EventUptimeArgument.class b/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/argument/EventUptimeArgument.class deleted file mode 100644 index a726bed..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/argument/EventUptimeArgument.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/conquest/ConquestExecutor.class b/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/conquest/ConquestExecutor.class deleted file mode 100644 index 02bc5af..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/conquest/ConquestExecutor.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/conquest/ConquestSetpointsArgument.class b/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/conquest/ConquestSetpointsArgument.class deleted file mode 100644 index 2bf6039..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/conquest/ConquestSetpointsArgument.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/eotw/EOTWHandler$EotwRunnable.class b/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/eotw/EOTWHandler$EotwRunnable.class deleted file mode 100644 index e040973..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/eotw/EOTWHandler$EotwRunnable.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/eotw/EOTWHandler.class b/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/eotw/EOTWHandler.class deleted file mode 100644 index 2020cea..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/eotw/EOTWHandler.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/eotw/EotwCommand$1.class b/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/eotw/EotwCommand$1.class deleted file mode 100644 index 9d765a9..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/eotw/EotwCommand$1.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/eotw/EotwCommand$EotwPrompt.class b/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/eotw/EotwCommand$EotwPrompt.class deleted file mode 100644 index 66063bd..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/eotw/EotwCommand$EotwPrompt.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/eotw/EotwCommand.class b/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/eotw/EotwCommand.class deleted file mode 100644 index 63ae383..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/eotw/EotwCommand.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/eotw/EotwListener$1.class b/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/eotw/EotwListener$1.class deleted file mode 100644 index 4dd68aa..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/eotw/EotwListener$1.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/eotw/EotwListener.class b/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/eotw/EotwListener.class deleted file mode 100644 index 07be61a..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/eotw/EotwListener.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/faction/CapturableFaction.class b/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/faction/CapturableFaction.class deleted file mode 100644 index eb74584..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/faction/CapturableFaction.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/faction/ConquestFaction$1.class b/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/faction/ConquestFaction$1.class deleted file mode 100644 index a896d1f..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/faction/ConquestFaction$1.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/faction/ConquestFaction$ConquestZone.class b/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/faction/ConquestFaction$ConquestZone.class deleted file mode 100644 index 0437859..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/faction/ConquestFaction$ConquestZone.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/faction/ConquestFaction.class b/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/faction/ConquestFaction.class deleted file mode 100644 index e304e4e..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/faction/ConquestFaction.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/faction/EventFaction.class b/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/faction/EventFaction.class deleted file mode 100644 index f94b848..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/faction/EventFaction.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/faction/KothFaction.class b/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/faction/KothFaction.class deleted file mode 100644 index e8a1eb2..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/faction/KothFaction.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/koth/KothExecutor.class b/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/koth/KothExecutor.class deleted file mode 100644 index 3da8624..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/koth/KothExecutor.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/koth/argument/KothNextArgument.class b/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/koth/argument/KothNextArgument.class deleted file mode 100644 index 19642c7..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/koth/argument/KothNextArgument.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/koth/argument/KothScheduleArgument.class b/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/koth/argument/KothScheduleArgument.class deleted file mode 100644 index 421d843..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/koth/argument/KothScheduleArgument.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/koth/argument/KothSetCapDelayArgument.class b/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/koth/argument/KothSetCapDelayArgument.class deleted file mode 100644 index f95be1b..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/koth/argument/KothSetCapDelayArgument.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/koth/argument/KothShowArgument.class b/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/koth/argument/KothShowArgument.class deleted file mode 100644 index 0b58357..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/koth/argument/KothShowArgument.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/tracker/ConquestTracker.class b/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/tracker/ConquestTracker.class deleted file mode 100644 index f11d68a..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/tracker/ConquestTracker.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/tracker/EventTracker.class b/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/tracker/EventTracker.class deleted file mode 100644 index 634d53f..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/tracker/EventTracker.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/tracker/KothTracker.class b/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/tracker/KothTracker.class deleted file mode 100644 index d7dab71..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/kothgame/tracker/KothTracker.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/listener/AutoSmeltOreListener$1.class b/HCF/out/production/HCCore/com/customhcf/hcf/listener/AutoSmeltOreListener$1.class deleted file mode 100644 index a27f756..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/listener/AutoSmeltOreListener$1.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/listener/AutoSmeltOreListener.class b/HCF/out/production/HCCore/com/customhcf/hcf/listener/AutoSmeltOreListener.class deleted file mode 100644 index 3ba0de9..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/listener/AutoSmeltOreListener.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/listener/BookDeenchantListener.class b/HCF/out/production/HCCore/com/customhcf/hcf/listener/BookDeenchantListener.class deleted file mode 100644 index 783dc29..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/listener/BookDeenchantListener.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/listener/BorderListener.class b/HCF/out/production/HCCore/com/customhcf/hcf/listener/BorderListener.class deleted file mode 100644 index 7b1d9b8..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/listener/BorderListener.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/listener/BottleExpListener.class b/HCF/out/production/HCCore/com/customhcf/hcf/listener/BottleExpListener.class deleted file mode 100644 index c0f78d6..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/listener/BottleExpListener.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/listener/ChatListener.class b/HCF/out/production/HCCore/com/customhcf/hcf/listener/ChatListener.class deleted file mode 100644 index 2b6b081..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/listener/ChatListener.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/listener/CobbleListener.class b/HCF/out/production/HCCore/com/customhcf/hcf/listener/CobbleListener.class deleted file mode 100644 index a24261f..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/listener/CobbleListener.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/listener/CoreListener.class b/HCF/out/production/HCCore/com/customhcf/hcf/listener/CoreListener.class deleted file mode 100644 index 7d14266..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/listener/CoreListener.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/listener/CreeperFriendlyListener.class b/HCF/out/production/HCCore/com/customhcf/hcf/listener/CreeperFriendlyListener.class deleted file mode 100644 index 64907ff..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/listener/CreeperFriendlyListener.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/listener/DeathListener.class b/HCF/out/production/HCCore/com/customhcf/hcf/listener/DeathListener.class deleted file mode 100644 index 51e6db9..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/listener/DeathListener.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/listener/DeathMessageListener.class b/HCF/out/production/HCCore/com/customhcf/hcf/listener/DeathMessageListener.class deleted file mode 100644 index 59a8502..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/listener/DeathMessageListener.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/listener/DeathSignListener.class b/HCF/out/production/HCCore/com/customhcf/hcf/listener/DeathSignListener.class deleted file mode 100644 index 542a563..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/listener/DeathSignListener.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/listener/DonorMineListener.class b/HCF/out/production/HCCore/com/customhcf/hcf/listener/DonorMineListener.class deleted file mode 100644 index efe971e..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/listener/DonorMineListener.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/listener/DonorOnlyListener.class b/HCF/out/production/HCCore/com/customhcf/hcf/listener/DonorOnlyListener.class deleted file mode 100644 index 304abad..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/listener/DonorOnlyListener.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/listener/EndListener.class b/HCF/out/production/HCCore/com/customhcf/hcf/listener/EndListener.class deleted file mode 100644 index 9bf12f7..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/listener/EndListener.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/listener/EntityLimitListener$1.class b/HCF/out/production/HCCore/com/customhcf/hcf/listener/EntityLimitListener$1.class deleted file mode 100644 index 972a354..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/listener/EntityLimitListener$1.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/listener/EntityLimitListener.class b/HCF/out/production/HCCore/com/customhcf/hcf/listener/EntityLimitListener.class deleted file mode 100644 index 2eb3ea0..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/listener/EntityLimitListener.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/listener/ExpMultiplierListener.class b/HCF/out/production/HCCore/com/customhcf/hcf/listener/ExpMultiplierListener.class deleted file mode 100644 index d993a0e..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/listener/ExpMultiplierListener.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/listener/FactionListener.class b/HCF/out/production/HCCore/com/customhcf/hcf/listener/FactionListener.class deleted file mode 100644 index 3c651da..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/listener/FactionListener.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/listener/FactionsCoreListener$1.class b/HCF/out/production/HCCore/com/customhcf/hcf/listener/FactionsCoreListener$1.class deleted file mode 100644 index 33c9873..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/listener/FactionsCoreListener$1.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/listener/FactionsCoreListener.class b/HCF/out/production/HCCore/com/customhcf/hcf/listener/FactionsCoreListener.class deleted file mode 100644 index 6267819..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/listener/FactionsCoreListener.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/listener/FirstJoinListener.class b/HCF/out/production/HCCore/com/customhcf/hcf/listener/FirstJoinListener.class deleted file mode 100644 index bf9d625..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/listener/FirstJoinListener.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/listener/FoundDiamondsListener.class b/HCF/out/production/HCCore/com/customhcf/hcf/listener/FoundDiamondsListener.class deleted file mode 100644 index 8c09268..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/listener/FoundDiamondsListener.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/listener/FurnaceSmeltSpeederListener.class b/HCF/out/production/HCCore/com/customhcf/hcf/listener/FurnaceSmeltSpeederListener.class deleted file mode 100644 index fc88391..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/listener/FurnaceSmeltSpeederListener.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/listener/ItemStatTrackingListener.class b/HCF/out/production/HCCore/com/customhcf/hcf/listener/ItemStatTrackingListener.class deleted file mode 100644 index d5bded7..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/listener/ItemStatTrackingListener.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/listener/ItemUseListener.class b/HCF/out/production/HCCore/com/customhcf/hcf/listener/ItemUseListener.class deleted file mode 100644 index e17a70b..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/listener/ItemUseListener.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/listener/KitListener.class b/HCF/out/production/HCCore/com/customhcf/hcf/listener/KitListener.class deleted file mode 100644 index 431968b..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/listener/KitListener.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/listener/KitMapListener.class b/HCF/out/production/HCCore/com/customhcf/hcf/listener/KitMapListener.class deleted file mode 100644 index 7059fde..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/listener/KitMapListener.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/listener/SignElevatorListener.class b/HCF/out/production/HCCore/com/customhcf/hcf/listener/SignElevatorListener.class deleted file mode 100644 index 0242f17..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/listener/SignElevatorListener.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/listener/SignSubclaimListener.class b/HCF/out/production/HCCore/com/customhcf/hcf/listener/SignSubclaimListener.class deleted file mode 100644 index 24876c0..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/listener/SignSubclaimListener.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/listener/SkullListener.class b/HCF/out/production/HCCore/com/customhcf/hcf/listener/SkullListener.class deleted file mode 100644 index c5c015a..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/listener/SkullListener.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/listener/SotwListener.class b/HCF/out/production/HCCore/com/customhcf/hcf/listener/SotwListener.class deleted file mode 100644 index d374002..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/listener/SotwListener.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/listener/StaffModePermissions.class b/HCF/out/production/HCCore/com/customhcf/hcf/listener/StaffModePermissions.class deleted file mode 100644 index 3a1b2ce..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/listener/StaffModePermissions.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/listener/StatTrackListener.class b/HCF/out/production/HCCore/com/customhcf/hcf/listener/StatTrackListener.class deleted file mode 100644 index 10ddada..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/listener/StatTrackListener.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/listener/UnRepairableListener.class b/HCF/out/production/HCCore/com/customhcf/hcf/listener/UnRepairableListener.class deleted file mode 100644 index eb0a4e0..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/listener/UnRepairableListener.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/listener/WorldListener$1.class b/HCF/out/production/HCCore/com/customhcf/hcf/listener/WorldListener$1.class deleted file mode 100644 index 6b6e92f..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/listener/WorldListener$1.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/listener/WorldListener.class b/HCF/out/production/HCCore/com/customhcf/hcf/listener/WorldListener.class deleted file mode 100644 index 1999899..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/listener/WorldListener.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/listener/XrayInvListener.class b/HCF/out/production/HCCore/com/customhcf/hcf/listener/XrayInvListener.class deleted file mode 100644 index 1ec3dc2..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/listener/XrayInvListener.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/lives/argument/LivesExecutor.class b/HCF/out/production/HCCore/com/customhcf/hcf/lives/argument/LivesExecutor.class deleted file mode 100644 index d864937..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/lives/argument/LivesExecutor.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/lives/argument/commands/LivesCheckCommand.class b/HCF/out/production/HCCore/com/customhcf/hcf/lives/argument/commands/LivesCheckCommand.class deleted file mode 100644 index eafaa94..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/lives/argument/commands/LivesCheckCommand.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/lives/argument/commands/LivesGiveCommand.class b/HCF/out/production/HCCore/com/customhcf/hcf/lives/argument/commands/LivesGiveCommand.class deleted file mode 100644 index 40f1164..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/lives/argument/commands/LivesGiveCommand.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/lives/argument/commands/LivesReviveCommand.class b/HCF/out/production/HCCore/com/customhcf/hcf/lives/argument/commands/LivesReviveCommand.class deleted file mode 100644 index b8b9ba2..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/lives/argument/commands/LivesReviveCommand.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/lives/argument/commands/LivesSetCommand.class b/HCF/out/production/HCCore/com/customhcf/hcf/lives/argument/commands/LivesSetCommand.class deleted file mode 100644 index 2e577c3..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/lives/argument/commands/LivesSetCommand.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/lives/argument/commands/LivesStaffGiveCommand.class b/HCF/out/production/HCCore/com/customhcf/hcf/lives/argument/commands/LivesStaffGiveCommand.class deleted file mode 100644 index e2cbaf4..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/lives/argument/commands/LivesStaffGiveCommand.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/palace/EventSetCapzone.class b/HCF/out/production/HCCore/com/customhcf/hcf/palace/EventSetCapzone.class deleted file mode 100644 index 258df3c..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/palace/EventSetCapzone.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/palace/PalaceFaction.class b/HCF/out/production/HCCore/com/customhcf/hcf/palace/PalaceFaction.class deleted file mode 100644 index 7249dd3..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/palace/PalaceFaction.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/palace/PalaceTracker.class b/HCF/out/production/HCCore/com/customhcf/hcf/palace/PalaceTracker.class deleted file mode 100644 index 5d58ef7..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/palace/PalaceTracker.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/scoreboard/BufferedObjective$1.class b/HCF/out/production/HCCore/com/customhcf/hcf/scoreboard/BufferedObjective$1.class deleted file mode 100644 index cc89963..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/scoreboard/BufferedObjective$1.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/scoreboard/BufferedObjective.class b/HCF/out/production/HCCore/com/customhcf/hcf/scoreboard/BufferedObjective.class deleted file mode 100644 index 5169d26..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/scoreboard/BufferedObjective.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/scoreboard/PlayerBoard$1.class b/HCF/out/production/HCCore/com/customhcf/hcf/scoreboard/PlayerBoard$1.class deleted file mode 100644 index 549284d..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/scoreboard/PlayerBoard$1.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/scoreboard/PlayerBoard$2.class b/HCF/out/production/HCCore/com/customhcf/hcf/scoreboard/PlayerBoard$2.class deleted file mode 100644 index df477b9..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/scoreboard/PlayerBoard$2.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/scoreboard/PlayerBoard$3.class b/HCF/out/production/HCCore/com/customhcf/hcf/scoreboard/PlayerBoard$3.class deleted file mode 100644 index 25acc0f..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/scoreboard/PlayerBoard$3.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/scoreboard/PlayerBoard.class b/HCF/out/production/HCCore/com/customhcf/hcf/scoreboard/PlayerBoard.class deleted file mode 100644 index 861b6e6..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/scoreboard/PlayerBoard.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/scoreboard/ScoreboardHandler.class b/HCF/out/production/HCCore/com/customhcf/hcf/scoreboard/ScoreboardHandler.class deleted file mode 100644 index 60ce953..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/scoreboard/ScoreboardHandler.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/scoreboard/SidebarEntry.class b/HCF/out/production/HCCore/com/customhcf/hcf/scoreboard/SidebarEntry.class deleted file mode 100644 index 67fb044..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/scoreboard/SidebarEntry.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/scoreboard/SidebarProvider.class b/HCF/out/production/HCCore/com/customhcf/hcf/scoreboard/SidebarProvider.class deleted file mode 100644 index 2a14fbd..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/scoreboard/SidebarProvider.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/scoreboard/provider/TimerSidebarProvider$1.class b/HCF/out/production/HCCore/com/customhcf/hcf/scoreboard/provider/TimerSidebarProvider$1.class deleted file mode 100644 index 04dec00..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/scoreboard/provider/TimerSidebarProvider$1.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/scoreboard/provider/TimerSidebarProvider.class b/HCF/out/production/HCCore/com/customhcf/hcf/scoreboard/provider/TimerSidebarProvider.class deleted file mode 100644 index 8609600..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/scoreboard/provider/TimerSidebarProvider.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/timer/GlobalTimer.class b/HCF/out/production/HCCore/com/customhcf/hcf/timer/GlobalTimer.class deleted file mode 100644 index 1289ea0..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/timer/GlobalTimer.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/timer/PlayerTimer.class b/HCF/out/production/HCCore/com/customhcf/hcf/timer/PlayerTimer.class deleted file mode 100644 index 026f45b..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/timer/PlayerTimer.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/timer/SOTWTimer.class b/HCF/out/production/HCCore/com/customhcf/hcf/timer/SOTWTimer.class deleted file mode 100644 index 4008f23..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/timer/SOTWTimer.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/timer/Timer.class b/HCF/out/production/HCCore/com/customhcf/hcf/timer/Timer.class deleted file mode 100644 index 9b8180d..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/timer/Timer.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/timer/TimerExecutor.class b/HCF/out/production/HCCore/com/customhcf/hcf/timer/TimerExecutor.class deleted file mode 100644 index 2ecb27b..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/timer/TimerExecutor.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/timer/TimerManager.class b/HCF/out/production/HCCore/com/customhcf/hcf/timer/TimerManager.class deleted file mode 100644 index 20233ba..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/timer/TimerManager.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/timer/TimerRunnable$1.class b/HCF/out/production/HCCore/com/customhcf/hcf/timer/TimerRunnable$1.class deleted file mode 100644 index 1e4c27f..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/timer/TimerRunnable$1.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/timer/TimerRunnable.class b/HCF/out/production/HCCore/com/customhcf/hcf/timer/TimerRunnable.class deleted file mode 100644 index 7658065..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/timer/TimerRunnable.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/timer/argument/TimerCheckArgument$1.class b/HCF/out/production/HCCore/com/customhcf/hcf/timer/argument/TimerCheckArgument$1.class deleted file mode 100644 index 2659448..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/timer/argument/TimerCheckArgument$1.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/timer/argument/TimerCheckArgument.class b/HCF/out/production/HCCore/com/customhcf/hcf/timer/argument/TimerCheckArgument.class deleted file mode 100644 index 74e1e37..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/timer/argument/TimerCheckArgument.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/timer/argument/TimerSetArgument$1.class b/HCF/out/production/HCCore/com/customhcf/hcf/timer/argument/TimerSetArgument$1.class deleted file mode 100644 index b20c161..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/timer/argument/TimerSetArgument$1.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/timer/argument/TimerSetArgument$2.class b/HCF/out/production/HCCore/com/customhcf/hcf/timer/argument/TimerSetArgument$2.class deleted file mode 100644 index 7a9e110..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/timer/argument/TimerSetArgument$2.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/timer/argument/TimerSetArgument.class b/HCF/out/production/HCCore/com/customhcf/hcf/timer/argument/TimerSetArgument.class deleted file mode 100644 index dcb79d7..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/timer/argument/TimerSetArgument.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/timer/event/TimerClearEvent.class b/HCF/out/production/HCCore/com/customhcf/hcf/timer/event/TimerClearEvent.class deleted file mode 100644 index 48b4c00..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/timer/event/TimerClearEvent.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/timer/event/TimerExpireEvent.class b/HCF/out/production/HCCore/com/customhcf/hcf/timer/event/TimerExpireEvent.class deleted file mode 100644 index 4b1e9d2..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/timer/event/TimerExpireEvent.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/timer/event/TimerExtendEvent.class b/HCF/out/production/HCCore/com/customhcf/hcf/timer/event/TimerExtendEvent.class deleted file mode 100644 index 3c952f8..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/timer/event/TimerExtendEvent.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/timer/event/TimerPauseEvent.class b/HCF/out/production/HCCore/com/customhcf/hcf/timer/event/TimerPauseEvent.class deleted file mode 100644 index d9b3e8b..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/timer/event/TimerPauseEvent.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/timer/event/TimerStartEvent.class b/HCF/out/production/HCCore/com/customhcf/hcf/timer/event/TimerStartEvent.class deleted file mode 100644 index f45c2d0..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/timer/event/TimerStartEvent.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/timer/type/ArcherTimer.class b/HCF/out/production/HCCore/com/customhcf/hcf/timer/type/ArcherTimer.class deleted file mode 100644 index 56f0dc2..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/timer/type/ArcherTimer.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/timer/type/EnderPearlTimer$1.class b/HCF/out/production/HCCore/com/customhcf/hcf/timer/type/EnderPearlTimer$1.class deleted file mode 100644 index d807da8..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/timer/type/EnderPearlTimer$1.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/timer/type/EnderPearlTimer$PearlNameFaker.class b/HCF/out/production/HCCore/com/customhcf/hcf/timer/type/EnderPearlTimer$PearlNameFaker.class deleted file mode 100644 index 8c254aa..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/timer/type/EnderPearlTimer$PearlNameFaker.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/timer/type/EnderPearlTimer.class b/HCF/out/production/HCCore/com/customhcf/hcf/timer/type/EnderPearlTimer.class deleted file mode 100644 index 128a3b9..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/timer/type/EnderPearlTimer.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/timer/type/LogoutTimer.class b/HCF/out/production/HCCore/com/customhcf/hcf/timer/type/LogoutTimer.class deleted file mode 100644 index 67fef49..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/timer/type/LogoutTimer.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/timer/type/NotchAppleTimer.class b/HCF/out/production/HCCore/com/customhcf/hcf/timer/type/NotchAppleTimer.class deleted file mode 100644 index 7eab647..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/timer/type/NotchAppleTimer.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/timer/type/PvpClassWarmupTimer$1.class b/HCF/out/production/HCCore/com/customhcf/hcf/timer/type/PvpClassWarmupTimer$1.class deleted file mode 100644 index 0573845..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/timer/type/PvpClassWarmupTimer$1.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/timer/type/PvpClassWarmupTimer.class b/HCF/out/production/HCCore/com/customhcf/hcf/timer/type/PvpClassWarmupTimer.class deleted file mode 100644 index be5e5d8..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/timer/type/PvpClassWarmupTimer.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/timer/type/PvpProtectionTimer.class b/HCF/out/production/HCCore/com/customhcf/hcf/timer/type/PvpProtectionTimer.class deleted file mode 100644 index 26a3d88..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/timer/type/PvpProtectionTimer.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/timer/type/SotwTimer$SotwRunnable.class b/HCF/out/production/HCCore/com/customhcf/hcf/timer/type/SotwTimer$SotwRunnable.class deleted file mode 100644 index 5a10961..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/timer/type/SotwTimer$SotwRunnable.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/timer/type/SotwTimer.class b/HCF/out/production/HCCore/com/customhcf/hcf/timer/type/SotwTimer.class deleted file mode 100644 index 5f1d0b8..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/timer/type/SotwTimer.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/timer/type/SpawnTagTimer.class b/HCF/out/production/HCCore/com/customhcf/hcf/timer/type/SpawnTagTimer.class deleted file mode 100644 index 85c8c19..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/timer/type/SpawnTagTimer.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/timer/type/StuckTimer.class b/HCF/out/production/HCCore/com/customhcf/hcf/timer/type/StuckTimer.class deleted file mode 100644 index 4bce7c8..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/timer/type/StuckTimer.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/timer/type/TeleportTimer.class b/HCF/out/production/HCCore/com/customhcf/hcf/timer/type/TeleportTimer.class deleted file mode 100644 index 94d543d..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/timer/type/TeleportTimer.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/user/FactionUser.class b/HCF/out/production/HCCore/com/customhcf/hcf/user/FactionUser.class deleted file mode 100644 index b56599f..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/user/FactionUser.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/user/UserManager.class b/HCF/out/production/HCCore/com/customhcf/hcf/user/UserManager.class deleted file mode 100644 index 96eba08..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/user/UserManager.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/visualise/BlockFiller.class b/HCF/out/production/HCCore/com/customhcf/hcf/visualise/BlockFiller.class deleted file mode 100644 index 4ed10fe..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/visualise/BlockFiller.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/visualise/ProtocolLibHook$1$1.class b/HCF/out/production/HCCore/com/customhcf/hcf/visualise/ProtocolLibHook$1$1.class deleted file mode 100644 index 9423fe2..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/visualise/ProtocolLibHook$1$1.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/visualise/ProtocolLibHook$1.class b/HCF/out/production/HCCore/com/customhcf/hcf/visualise/ProtocolLibHook$1.class deleted file mode 100644 index ffca8ee..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/visualise/ProtocolLibHook$1.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/visualise/ProtocolLibHook$2.class b/HCF/out/production/HCCore/com/customhcf/hcf/visualise/ProtocolLibHook$2.class deleted file mode 100644 index c1c858a..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/visualise/ProtocolLibHook$2.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/visualise/ProtocolLibHook$3.class b/HCF/out/production/HCCore/com/customhcf/hcf/visualise/ProtocolLibHook$3.class deleted file mode 100644 index 119dd6c..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/visualise/ProtocolLibHook$3.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/visualise/ProtocolLibHook.class b/HCF/out/production/HCCore/com/customhcf/hcf/visualise/ProtocolLibHook.class deleted file mode 100644 index 532ed70..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/visualise/ProtocolLibHook.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/visualise/VisualBlock.class b/HCF/out/production/HCCore/com/customhcf/hcf/visualise/VisualBlock.class deleted file mode 100644 index daf633d..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/visualise/VisualBlock.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/visualise/VisualBlockData.class b/HCF/out/production/HCCore/com/customhcf/hcf/visualise/VisualBlockData.class deleted file mode 100644 index 3de828e..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/visualise/VisualBlockData.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/visualise/VisualType$1$1.class b/HCF/out/production/HCCore/com/customhcf/hcf/visualise/VisualType$1$1.class deleted file mode 100644 index 2e90696..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/visualise/VisualType$1$1.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/visualise/VisualType$1.class b/HCF/out/production/HCCore/com/customhcf/hcf/visualise/VisualType$1.class deleted file mode 100644 index 524395e..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/visualise/VisualType$1.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/visualise/VisualType$2$1.class b/HCF/out/production/HCCore/com/customhcf/hcf/visualise/VisualType$2$1.class deleted file mode 100644 index 07323b1..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/visualise/VisualType$2$1.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/visualise/VisualType$2.class b/HCF/out/production/HCCore/com/customhcf/hcf/visualise/VisualType$2.class deleted file mode 100644 index c5db06f..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/visualise/VisualType$2.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/visualise/VisualType$3$1.class b/HCF/out/production/HCCore/com/customhcf/hcf/visualise/VisualType$3$1.class deleted file mode 100644 index a453abe..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/visualise/VisualType$3$1.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/visualise/VisualType$3.class b/HCF/out/production/HCCore/com/customhcf/hcf/visualise/VisualType$3.class deleted file mode 100644 index 8732f92..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/visualise/VisualType$3.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/visualise/VisualType$4$1.class b/HCF/out/production/HCCore/com/customhcf/hcf/visualise/VisualType$4$1.class deleted file mode 100644 index d32cc66..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/visualise/VisualType$4$1.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/visualise/VisualType$4.class b/HCF/out/production/HCCore/com/customhcf/hcf/visualise/VisualType$4.class deleted file mode 100644 index 558ee18..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/visualise/VisualType$4.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/visualise/VisualType$5$1.class b/HCF/out/production/HCCore/com/customhcf/hcf/visualise/VisualType$5$1.class deleted file mode 100644 index 70c7d0d..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/visualise/VisualType$5$1.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/visualise/VisualType$5.class b/HCF/out/production/HCCore/com/customhcf/hcf/visualise/VisualType$5.class deleted file mode 100644 index fa6f775..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/visualise/VisualType$5.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/visualise/VisualType$6$1.class b/HCF/out/production/HCCore/com/customhcf/hcf/visualise/VisualType$6$1.class deleted file mode 100644 index 552bf4d..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/visualise/VisualType$6$1.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/visualise/VisualType$6.class b/HCF/out/production/HCCore/com/customhcf/hcf/visualise/VisualType$6.class deleted file mode 100644 index 352faf9..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/visualise/VisualType$6.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/visualise/VisualType.class b/HCF/out/production/HCCore/com/customhcf/hcf/visualise/VisualType.class deleted file mode 100644 index 34fdb94..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/visualise/VisualType.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/visualise/VisualiseHandler$1.class b/HCF/out/production/HCCore/com/customhcf/hcf/visualise/VisualiseHandler$1.class deleted file mode 100644 index 06fbe13..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/visualise/VisualiseHandler$1.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/visualise/VisualiseHandler.class b/HCF/out/production/HCCore/com/customhcf/hcf/visualise/VisualiseHandler.class deleted file mode 100644 index a90f34e..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/visualise/VisualiseHandler.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/visualise/WallBorderListener$1.class b/HCF/out/production/HCCore/com/customhcf/hcf/visualise/WallBorderListener$1.class deleted file mode 100644 index 1d586d0..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/visualise/WallBorderListener$1.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/visualise/WallBorderListener$2.class b/HCF/out/production/HCCore/com/customhcf/hcf/visualise/WallBorderListener$2.class deleted file mode 100644 index 8d2d719..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/visualise/WallBorderListener$2.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/visualise/WallBorderListener$WarpTimerRunnable.class b/HCF/out/production/HCCore/com/customhcf/hcf/visualise/WallBorderListener$WarpTimerRunnable.class deleted file mode 100644 index cc90409..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/visualise/WallBorderListener$WarpTimerRunnable.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcf/visualise/WallBorderListener.class b/HCF/out/production/HCCore/com/customhcf/hcf/visualise/WallBorderListener.class deleted file mode 100644 index efa5d61..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcf/visualise/WallBorderListener.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcfold/EventSignListener.class b/HCF/out/production/HCCore/com/customhcf/hcfold/EventSignListener.class deleted file mode 100644 index 1e2eec4..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcfold/EventSignListener.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcfold/MapKitCommand.class b/HCF/out/production/HCCore/com/customhcf/hcfold/MapKitCommand.class deleted file mode 100644 index f56c8d5..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcfold/MapKitCommand.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcfold/combatlog/CombatLogEntry.class b/HCF/out/production/HCCore/com/customhcf/hcfold/combatlog/CombatLogEntry.class deleted file mode 100644 index 324f321..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcfold/combatlog/CombatLogEntry.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcfold/combatlog/CombatLogListener$LoggerRemovable.class b/HCF/out/production/HCCore/com/customhcf/hcfold/combatlog/CombatLogListener$LoggerRemovable.class deleted file mode 100644 index d3af1a0..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcfold/combatlog/CombatLogListener$LoggerRemovable.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcfold/combatlog/CombatLogListener.class b/HCF/out/production/HCCore/com/customhcf/hcfold/combatlog/CombatLogListener.class deleted file mode 100644 index 1639728..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcfold/combatlog/CombatLogListener.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcfold/combatlog/CustomEntityRegistration.class b/HCF/out/production/HCCore/com/customhcf/hcfold/combatlog/CustomEntityRegistration.class deleted file mode 100644 index 17d0d28..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcfold/combatlog/CustomEntityRegistration.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcfold/combatlog/LoggerDeathEvent.class b/HCF/out/production/HCCore/com/customhcf/hcfold/combatlog/LoggerDeathEvent.class deleted file mode 100644 index ca37eaf..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcfold/combatlog/LoggerDeathEvent.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcfold/combatlog/LoggerEntity$PlayerNmsResult.class b/HCF/out/production/HCCore/com/customhcf/hcfold/combatlog/LoggerEntity$PlayerNmsResult.class deleted file mode 100644 index 8d5223b..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcfold/combatlog/LoggerEntity$PlayerNmsResult.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcfold/combatlog/LoggerEntity.class b/HCF/out/production/HCCore/com/customhcf/hcfold/combatlog/LoggerEntity.class deleted file mode 100644 index 850a2ab..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcfold/combatlog/LoggerEntity.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcfold/combatlog/LoggerSpawnEvent.class b/HCF/out/production/HCCore/com/customhcf/hcfold/combatlog/LoggerSpawnEvent.class deleted file mode 100644 index 7a76689..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcfold/combatlog/LoggerSpawnEvent.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcfold/crate/EnderChestKey.class b/HCF/out/production/HCCore/com/customhcf/hcfold/crate/EnderChestKey.class deleted file mode 100644 index 062f096..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcfold/crate/EnderChestKey.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcfold/crate/Key.class b/HCF/out/production/HCCore/com/customhcf/hcfold/crate/Key.class deleted file mode 100644 index 519f5d9..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcfold/crate/Key.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcfold/crate/KeyListener.class b/HCF/out/production/HCCore/com/customhcf/hcfold/crate/KeyListener.class deleted file mode 100644 index 5f3efa8..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcfold/crate/KeyListener.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcfold/crate/KeyManager.class b/HCF/out/production/HCCore/com/customhcf/hcfold/crate/KeyManager.class deleted file mode 100644 index bf596b6..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcfold/crate/KeyManager.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcfold/crate/LootExecutor.class b/HCF/out/production/HCCore/com/customhcf/hcfold/crate/LootExecutor.class deleted file mode 100644 index b1e468b..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcfold/crate/LootExecutor.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcfold/crate/argument/LootBankArgument.class b/HCF/out/production/HCCore/com/customhcf/hcfold/crate/argument/LootBankArgument.class deleted file mode 100644 index 2808667..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcfold/crate/argument/LootBankArgument.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcfold/crate/argument/LootBroadcastsArgument.class b/HCF/out/production/HCCore/com/customhcf/hcfold/crate/argument/LootBroadcastsArgument.class deleted file mode 100644 index 09073af..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcfold/crate/argument/LootBroadcastsArgument.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcfold/crate/argument/LootDepositArgument.class b/HCF/out/production/HCCore/com/customhcf/hcfold/crate/argument/LootDepositArgument.class deleted file mode 100644 index ef82fea..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcfold/crate/argument/LootDepositArgument.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcfold/crate/argument/LootGiveArgument.class b/HCF/out/production/HCCore/com/customhcf/hcfold/crate/argument/LootGiveArgument.class deleted file mode 100644 index 41009b4..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcfold/crate/argument/LootGiveArgument.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcfold/crate/argument/LootListArgument.class b/HCF/out/production/HCCore/com/customhcf/hcfold/crate/argument/LootListArgument.class deleted file mode 100644 index f5c4feb..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcfold/crate/argument/LootListArgument.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcfold/crate/argument/LootWithdrawArgument.class b/HCF/out/production/HCCore/com/customhcf/hcfold/crate/argument/LootWithdrawArgument.class deleted file mode 100644 index 65430a6..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcfold/crate/argument/LootWithdrawArgument.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcfold/crate/type/ExoKey.class b/HCF/out/production/HCCore/com/customhcf/hcfold/crate/type/ExoKey.class deleted file mode 100644 index 75a9c95..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcfold/crate/type/ExoKey.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcfold/crate/type/KothKey.class b/HCF/out/production/HCCore/com/customhcf/hcfold/crate/type/KothKey.class deleted file mode 100644 index e616a3e..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcfold/crate/type/KothKey.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcfold/crate/type/LootKey.class b/HCF/out/production/HCCore/com/customhcf/hcfold/crate/type/LootKey.class deleted file mode 100644 index 9b1344b..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcfold/crate/type/LootKey.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcfold/crate/type/PalaceKey.class b/HCF/out/production/HCCore/com/customhcf/hcfold/crate/type/PalaceKey.class deleted file mode 100644 index 9332b2b..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcfold/crate/type/PalaceKey.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcfold/crate/type/Tier1.class b/HCF/out/production/HCCore/com/customhcf/hcfold/crate/type/Tier1.class deleted file mode 100644 index e39a3b6..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcfold/crate/type/Tier1.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcfold/crate/type/Tier2.class b/HCF/out/production/HCCore/com/customhcf/hcfold/crate/type/Tier2.class deleted file mode 100644 index 585b0c9..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcfold/crate/type/Tier2.class and /dev/null differ diff --git a/HCF/out/production/HCCore/com/customhcf/hcfold/crate/type/WinterKey.class b/HCF/out/production/HCCore/com/customhcf/hcfold/crate/type/WinterKey.class deleted file mode 100644 index d0a79b3..0000000 Binary files a/HCF/out/production/HCCore/com/customhcf/hcfold/crate/type/WinterKey.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/ArrayStack.class b/HCF/out/production/HCCore/org/apache/commons/collections4/ArrayStack.class deleted file mode 100644 index ef53e99..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/ArrayStack.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/Bag.class b/HCF/out/production/HCCore/org/apache/commons/collections4/Bag.class deleted file mode 100644 index bb2e3ec..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/Bag.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/BagUtils.class b/HCF/out/production/HCCore/org/apache/commons/collections4/BagUtils.class deleted file mode 100644 index c4f56fe..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/BagUtils.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/BidiMap.class b/HCF/out/production/HCCore/org/apache/commons/collections4/BidiMap.class deleted file mode 100644 index 1de2881..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/BidiMap.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/BoundedCollection.class b/HCF/out/production/HCCore/org/apache/commons/collections4/BoundedCollection.class deleted file mode 100644 index b5e023b..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/BoundedCollection.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/BoundedMap.class b/HCF/out/production/HCCore/org/apache/commons/collections4/BoundedMap.class deleted file mode 100644 index ee03c24..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/BoundedMap.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/Closure.class b/HCF/out/production/HCCore/org/apache/commons/collections4/Closure.class deleted file mode 100644 index e393e1a..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/Closure.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/ClosureUtils.class b/HCF/out/production/HCCore/org/apache/commons/collections4/ClosureUtils.class deleted file mode 100644 index 046ed15..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/ClosureUtils.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/CollectionUtils$1.class b/HCF/out/production/HCCore/org/apache/commons/collections4/CollectionUtils$1.class deleted file mode 100644 index ea1347d..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/CollectionUtils$1.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/CollectionUtils$2.class b/HCF/out/production/HCCore/org/apache/commons/collections4/CollectionUtils$2.class deleted file mode 100644 index 901467c..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/CollectionUtils$2.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/CollectionUtils$3.class b/HCF/out/production/HCCore/org/apache/commons/collections4/CollectionUtils$3.class deleted file mode 100644 index 35205b6..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/CollectionUtils$3.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/CollectionUtils$CardinalityHelper.class b/HCF/out/production/HCCore/org/apache/commons/collections4/CollectionUtils$CardinalityHelper.class deleted file mode 100644 index a6820f1..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/CollectionUtils$CardinalityHelper.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/CollectionUtils$EquatorWrapper.class b/HCF/out/production/HCCore/org/apache/commons/collections4/CollectionUtils$EquatorWrapper.class deleted file mode 100644 index 7c93232..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/CollectionUtils$EquatorWrapper.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/CollectionUtils$SetOperationCardinalityHelper.class b/HCF/out/production/HCCore/org/apache/commons/collections4/CollectionUtils$SetOperationCardinalityHelper.class deleted file mode 100644 index 98a35a2..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/CollectionUtils$SetOperationCardinalityHelper.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/CollectionUtils.class b/HCF/out/production/HCCore/org/apache/commons/collections4/CollectionUtils.class deleted file mode 100644 index 3a91961..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/CollectionUtils.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/ComparatorUtils.class b/HCF/out/production/HCCore/org/apache/commons/collections4/ComparatorUtils.class deleted file mode 100644 index 99bf796..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/ComparatorUtils.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/EnumerationUtils.class b/HCF/out/production/HCCore/org/apache/commons/collections4/EnumerationUtils.class deleted file mode 100644 index 660347b..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/EnumerationUtils.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/Equator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/Equator.class deleted file mode 100644 index a0fc482..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/Equator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/Factory.class b/HCF/out/production/HCCore/org/apache/commons/collections4/Factory.class deleted file mode 100644 index 0ba19bb..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/Factory.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/FactoryUtils.class b/HCF/out/production/HCCore/org/apache/commons/collections4/FactoryUtils.class deleted file mode 100644 index 5755d6b..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/FactoryUtils.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/FluentIterable.class b/HCF/out/production/HCCore/org/apache/commons/collections4/FluentIterable.class deleted file mode 100644 index e04a1d6..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/FluentIterable.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/FunctorException.class b/HCF/out/production/HCCore/org/apache/commons/collections4/FunctorException.class deleted file mode 100644 index c6e3b2c..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/FunctorException.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/Get.class b/HCF/out/production/HCCore/org/apache/commons/collections4/Get.class deleted file mode 100644 index 9fbcb76..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/Get.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/IterableGet.class b/HCF/out/production/HCCore/org/apache/commons/collections4/IterableGet.class deleted file mode 100644 index c1e1e20..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/IterableGet.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/IterableMap.class b/HCF/out/production/HCCore/org/apache/commons/collections4/IterableMap.class deleted file mode 100644 index 4e71628..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/IterableMap.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/IterableSortedMap.class b/HCF/out/production/HCCore/org/apache/commons/collections4/IterableSortedMap.class deleted file mode 100644 index 74c16f5..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/IterableSortedMap.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/IterableUtils$1.class b/HCF/out/production/HCCore/org/apache/commons/collections4/IterableUtils$1.class deleted file mode 100644 index da1c420..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/IterableUtils$1.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/IterableUtils$10.class b/HCF/out/production/HCCore/org/apache/commons/collections4/IterableUtils$10.class deleted file mode 100644 index 2e0c377..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/IterableUtils$10.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/IterableUtils$11.class b/HCF/out/production/HCCore/org/apache/commons/collections4/IterableUtils$11.class deleted file mode 100644 index bcd8a8b..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/IterableUtils$11.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/IterableUtils$12.class b/HCF/out/production/HCCore/org/apache/commons/collections4/IterableUtils$12.class deleted file mode 100644 index dda7b5c..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/IterableUtils$12.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/IterableUtils$13.class b/HCF/out/production/HCCore/org/apache/commons/collections4/IterableUtils$13.class deleted file mode 100644 index b3e7a79..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/IterableUtils$13.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/IterableUtils$2$1.class b/HCF/out/production/HCCore/org/apache/commons/collections4/IterableUtils$2$1.class deleted file mode 100644 index db88dbb..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/IterableUtils$2$1.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/IterableUtils$2.class b/HCF/out/production/HCCore/org/apache/commons/collections4/IterableUtils$2.class deleted file mode 100644 index b35817d..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/IterableUtils$2.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/IterableUtils$3.class b/HCF/out/production/HCCore/org/apache/commons/collections4/IterableUtils$3.class deleted file mode 100644 index c842ceb..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/IterableUtils$3.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/IterableUtils$4.class b/HCF/out/production/HCCore/org/apache/commons/collections4/IterableUtils$4.class deleted file mode 100644 index 02cd3e8..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/IterableUtils$4.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/IterableUtils$5.class b/HCF/out/production/HCCore/org/apache/commons/collections4/IterableUtils$5.class deleted file mode 100644 index ba43a96..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/IterableUtils$5.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/IterableUtils$6.class b/HCF/out/production/HCCore/org/apache/commons/collections4/IterableUtils$6.class deleted file mode 100644 index da66584..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/IterableUtils$6.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/IterableUtils$7$1.class b/HCF/out/production/HCCore/org/apache/commons/collections4/IterableUtils$7$1.class deleted file mode 100644 index 3363eee..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/IterableUtils$7$1.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/IterableUtils$7.class b/HCF/out/production/HCCore/org/apache/commons/collections4/IterableUtils$7.class deleted file mode 100644 index 7bc962a..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/IterableUtils$7.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/IterableUtils$8.class b/HCF/out/production/HCCore/org/apache/commons/collections4/IterableUtils$8.class deleted file mode 100644 index 146a67c..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/IterableUtils$8.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/IterableUtils$9.class b/HCF/out/production/HCCore/org/apache/commons/collections4/IterableUtils$9.class deleted file mode 100644 index 91f03f8..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/IterableUtils$9.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/IterableUtils$UnmodifiableIterable.class b/HCF/out/production/HCCore/org/apache/commons/collections4/IterableUtils$UnmodifiableIterable.class deleted file mode 100644 index 81f5cd3..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/IterableUtils$UnmodifiableIterable.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/IterableUtils.class b/HCF/out/production/HCCore/org/apache/commons/collections4/IterableUtils.class deleted file mode 100644 index 7d4bbc4..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/IterableUtils.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/IteratorUtils.class b/HCF/out/production/HCCore/org/apache/commons/collections4/IteratorUtils.class deleted file mode 100644 index 6a465a5..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/IteratorUtils.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/KeyValue.class b/HCF/out/production/HCCore/org/apache/commons/collections4/KeyValue.class deleted file mode 100644 index 1e0f454..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/KeyValue.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/ListUtils$1.class b/HCF/out/production/HCCore/org/apache/commons/collections4/ListUtils$1.class deleted file mode 100644 index 14c8bee..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/ListUtils$1.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/ListUtils$CharSequenceAsList.class b/HCF/out/production/HCCore/org/apache/commons/collections4/ListUtils$CharSequenceAsList.class deleted file mode 100644 index b3a9653..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/ListUtils$CharSequenceAsList.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/ListUtils$LcsVisitor.class b/HCF/out/production/HCCore/org/apache/commons/collections4/ListUtils$LcsVisitor.class deleted file mode 100644 index 4f83441..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/ListUtils$LcsVisitor.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/ListUtils$Partition.class b/HCF/out/production/HCCore/org/apache/commons/collections4/ListUtils$Partition.class deleted file mode 100644 index 53157d2..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/ListUtils$Partition.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/ListUtils.class b/HCF/out/production/HCCore/org/apache/commons/collections4/ListUtils.class deleted file mode 100644 index 7978328..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/ListUtils.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/ListValuedMap.class b/HCF/out/production/HCCore/org/apache/commons/collections4/ListValuedMap.class deleted file mode 100644 index 89bc55b..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/ListValuedMap.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/MapIterator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/MapIterator.class deleted file mode 100644 index ff58873..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/MapIterator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/MapUtils$1.class b/HCF/out/production/HCCore/org/apache/commons/collections4/MapUtils$1.class deleted file mode 100644 index 923d6d6..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/MapUtils$1.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/MapUtils$2.class b/HCF/out/production/HCCore/org/apache/commons/collections4/MapUtils$2.class deleted file mode 100644 index 368a421..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/MapUtils$2.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/MapUtils.class b/HCF/out/production/HCCore/org/apache/commons/collections4/MapUtils.class deleted file mode 100644 index 21b305f..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/MapUtils.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/MultiMap.class b/HCF/out/production/HCCore/org/apache/commons/collections4/MultiMap.class deleted file mode 100644 index 29daa45..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/MultiMap.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/MultiMapUtils.class b/HCF/out/production/HCCore/org/apache/commons/collections4/MultiMapUtils.class deleted file mode 100644 index 9aa8e20..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/MultiMapUtils.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/MultiSet$Entry.class b/HCF/out/production/HCCore/org/apache/commons/collections4/MultiSet$Entry.class deleted file mode 100644 index 816318d..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/MultiSet$Entry.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/MultiSet.class b/HCF/out/production/HCCore/org/apache/commons/collections4/MultiSet.class deleted file mode 100644 index 4c94292..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/MultiSet.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/MultiSetUtils.class b/HCF/out/production/HCCore/org/apache/commons/collections4/MultiSetUtils.class deleted file mode 100644 index 05de144..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/MultiSetUtils.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/MultiValuedMap.class b/HCF/out/production/HCCore/org/apache/commons/collections4/MultiValuedMap.class deleted file mode 100644 index d310d67..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/MultiValuedMap.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/OrderedBidiMap.class b/HCF/out/production/HCCore/org/apache/commons/collections4/OrderedBidiMap.class deleted file mode 100644 index d20a6d4..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/OrderedBidiMap.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/OrderedIterator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/OrderedIterator.class deleted file mode 100644 index c5d2804..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/OrderedIterator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/OrderedMap.class b/HCF/out/production/HCCore/org/apache/commons/collections4/OrderedMap.class deleted file mode 100644 index d29f6e9..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/OrderedMap.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/OrderedMapIterator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/OrderedMapIterator.class deleted file mode 100644 index 949081e..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/OrderedMapIterator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/Predicate.class b/HCF/out/production/HCCore/org/apache/commons/collections4/Predicate.class deleted file mode 100644 index c83ae6a..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/Predicate.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/PredicateUtils.class b/HCF/out/production/HCCore/org/apache/commons/collections4/PredicateUtils.class deleted file mode 100644 index 550f06b..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/PredicateUtils.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/Put.class b/HCF/out/production/HCCore/org/apache/commons/collections4/Put.class deleted file mode 100644 index e661e04..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/Put.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/QueueUtils.class b/HCF/out/production/HCCore/org/apache/commons/collections4/QueueUtils.class deleted file mode 100644 index 6522aea..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/QueueUtils.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/ResettableIterator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/ResettableIterator.class deleted file mode 100644 index 99575ed..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/ResettableIterator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/ResettableListIterator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/ResettableListIterator.class deleted file mode 100644 index 52304d0..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/ResettableListIterator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/SetUtils$1.class b/HCF/out/production/HCCore/org/apache/commons/collections4/SetUtils$1.class deleted file mode 100644 index d145c02..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/SetUtils$1.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/SetUtils$2.class b/HCF/out/production/HCCore/org/apache/commons/collections4/SetUtils$2.class deleted file mode 100644 index 3928ff5..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/SetUtils$2.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/SetUtils$3.class b/HCF/out/production/HCCore/org/apache/commons/collections4/SetUtils$3.class deleted file mode 100644 index 3121488..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/SetUtils$3.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/SetUtils$4.class b/HCF/out/production/HCCore/org/apache/commons/collections4/SetUtils$4.class deleted file mode 100644 index 8f84d78..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/SetUtils$4.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/SetUtils$5.class b/HCF/out/production/HCCore/org/apache/commons/collections4/SetUtils$5.class deleted file mode 100644 index 68b4434..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/SetUtils$5.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/SetUtils$6.class b/HCF/out/production/HCCore/org/apache/commons/collections4/SetUtils$6.class deleted file mode 100644 index 047c9a9..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/SetUtils$6.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/SetUtils$SetView.class b/HCF/out/production/HCCore/org/apache/commons/collections4/SetUtils$SetView.class deleted file mode 100644 index 05ee9e6..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/SetUtils$SetView.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/SetUtils.class b/HCF/out/production/HCCore/org/apache/commons/collections4/SetUtils.class deleted file mode 100644 index 3bd48f3..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/SetUtils.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/SetValuedMap.class b/HCF/out/production/HCCore/org/apache/commons/collections4/SetValuedMap.class deleted file mode 100644 index ff72e88..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/SetValuedMap.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/SortedBag.class b/HCF/out/production/HCCore/org/apache/commons/collections4/SortedBag.class deleted file mode 100644 index 3daf80d..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/SortedBag.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/SortedBidiMap.class b/HCF/out/production/HCCore/org/apache/commons/collections4/SortedBidiMap.class deleted file mode 100644 index 18bb949..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/SortedBidiMap.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/SplitMapUtils$1.class b/HCF/out/production/HCCore/org/apache/commons/collections4/SplitMapUtils$1.class deleted file mode 100644 index 83e0cdf..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/SplitMapUtils$1.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/SplitMapUtils$WrappedGet.class b/HCF/out/production/HCCore/org/apache/commons/collections4/SplitMapUtils$WrappedGet.class deleted file mode 100644 index 43c8cee..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/SplitMapUtils$WrappedGet.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/SplitMapUtils$WrappedPut.class b/HCF/out/production/HCCore/org/apache/commons/collections4/SplitMapUtils$WrappedPut.class deleted file mode 100644 index a9414ca..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/SplitMapUtils$WrappedPut.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/SplitMapUtils.class b/HCF/out/production/HCCore/org/apache/commons/collections4/SplitMapUtils.class deleted file mode 100644 index 09357c4..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/SplitMapUtils.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/Transformer.class b/HCF/out/production/HCCore/org/apache/commons/collections4/Transformer.class deleted file mode 100644 index 786a3c6..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/Transformer.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/TransformerUtils.class b/HCF/out/production/HCCore/org/apache/commons/collections4/TransformerUtils.class deleted file mode 100644 index 54bd460..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/TransformerUtils.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/Trie.class b/HCF/out/production/HCCore/org/apache/commons/collections4/Trie.class deleted file mode 100644 index cbcd374..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/Trie.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/TrieUtils.class b/HCF/out/production/HCCore/org/apache/commons/collections4/TrieUtils.class deleted file mode 100644 index 86fb680..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/TrieUtils.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/Unmodifiable.class b/HCF/out/production/HCCore/org/apache/commons/collections4/Unmodifiable.class deleted file mode 100644 index d466c78..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/Unmodifiable.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/bag/AbstractBagDecorator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/bag/AbstractBagDecorator.class deleted file mode 100644 index 0396ae7..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/bag/AbstractBagDecorator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/bag/AbstractMapBag$BagIterator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/bag/AbstractMapBag$BagIterator.class deleted file mode 100644 index c1d958b..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/bag/AbstractMapBag$BagIterator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/bag/AbstractMapBag$MutableInteger.class b/HCF/out/production/HCCore/org/apache/commons/collections4/bag/AbstractMapBag$MutableInteger.class deleted file mode 100644 index a0bbe6d..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/bag/AbstractMapBag$MutableInteger.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/bag/AbstractMapBag.class b/HCF/out/production/HCCore/org/apache/commons/collections4/bag/AbstractMapBag.class deleted file mode 100644 index 99f0c44..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/bag/AbstractMapBag.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/bag/AbstractSortedBagDecorator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/bag/AbstractSortedBagDecorator.class deleted file mode 100644 index 32a3240..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/bag/AbstractSortedBagDecorator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/bag/CollectionBag.class b/HCF/out/production/HCCore/org/apache/commons/collections4/bag/CollectionBag.class deleted file mode 100644 index 3623e78..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/bag/CollectionBag.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/bag/CollectionSortedBag.class b/HCF/out/production/HCCore/org/apache/commons/collections4/bag/CollectionSortedBag.class deleted file mode 100644 index 244d28a..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/bag/CollectionSortedBag.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/bag/HashBag.class b/HCF/out/production/HCCore/org/apache/commons/collections4/bag/HashBag.class deleted file mode 100644 index 24b3cb7..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/bag/HashBag.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/bag/PredicatedBag.class b/HCF/out/production/HCCore/org/apache/commons/collections4/bag/PredicatedBag.class deleted file mode 100644 index b4a70a8..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/bag/PredicatedBag.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/bag/PredicatedSortedBag.class b/HCF/out/production/HCCore/org/apache/commons/collections4/bag/PredicatedSortedBag.class deleted file mode 100644 index 8b6607e..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/bag/PredicatedSortedBag.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/bag/SynchronizedBag$SynchronizedBagSet.class b/HCF/out/production/HCCore/org/apache/commons/collections4/bag/SynchronizedBag$SynchronizedBagSet.class deleted file mode 100644 index e45f71d..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/bag/SynchronizedBag$SynchronizedBagSet.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/bag/SynchronizedBag.class b/HCF/out/production/HCCore/org/apache/commons/collections4/bag/SynchronizedBag.class deleted file mode 100644 index c420fde..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/bag/SynchronizedBag.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/bag/SynchronizedSortedBag.class b/HCF/out/production/HCCore/org/apache/commons/collections4/bag/SynchronizedSortedBag.class deleted file mode 100644 index 291a7fc..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/bag/SynchronizedSortedBag.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/bag/TransformedBag.class b/HCF/out/production/HCCore/org/apache/commons/collections4/bag/TransformedBag.class deleted file mode 100644 index dde2822..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/bag/TransformedBag.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/bag/TransformedSortedBag.class b/HCF/out/production/HCCore/org/apache/commons/collections4/bag/TransformedSortedBag.class deleted file mode 100644 index 5a26645..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/bag/TransformedSortedBag.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/bag/TreeBag.class b/HCF/out/production/HCCore/org/apache/commons/collections4/bag/TreeBag.class deleted file mode 100644 index c11657c..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/bag/TreeBag.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/bag/UnmodifiableBag.class b/HCF/out/production/HCCore/org/apache/commons/collections4/bag/UnmodifiableBag.class deleted file mode 100644 index 32004d4..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/bag/UnmodifiableBag.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/bag/UnmodifiableSortedBag.class b/HCF/out/production/HCCore/org/apache/commons/collections4/bag/UnmodifiableSortedBag.class deleted file mode 100644 index bb630b4..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/bag/UnmodifiableSortedBag.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/bidimap/AbstractBidiMapDecorator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/bidimap/AbstractBidiMapDecorator.class deleted file mode 100644 index 5801c27..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/bidimap/AbstractBidiMapDecorator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/bidimap/AbstractDualBidiMap$BidiMapIterator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/bidimap/AbstractDualBidiMap$BidiMapIterator.class deleted file mode 100644 index 890892d..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/bidimap/AbstractDualBidiMap$BidiMapIterator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/bidimap/AbstractDualBidiMap$EntrySet.class b/HCF/out/production/HCCore/org/apache/commons/collections4/bidimap/AbstractDualBidiMap$EntrySet.class deleted file mode 100644 index ec09587..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/bidimap/AbstractDualBidiMap$EntrySet.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/bidimap/AbstractDualBidiMap$EntrySetIterator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/bidimap/AbstractDualBidiMap$EntrySetIterator.class deleted file mode 100644 index 7f04c2a..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/bidimap/AbstractDualBidiMap$EntrySetIterator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/bidimap/AbstractDualBidiMap$KeySet.class b/HCF/out/production/HCCore/org/apache/commons/collections4/bidimap/AbstractDualBidiMap$KeySet.class deleted file mode 100644 index 2c0838e..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/bidimap/AbstractDualBidiMap$KeySet.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/bidimap/AbstractDualBidiMap$KeySetIterator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/bidimap/AbstractDualBidiMap$KeySetIterator.class deleted file mode 100644 index 7ff7ada..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/bidimap/AbstractDualBidiMap$KeySetIterator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/bidimap/AbstractDualBidiMap$MapEntry.class b/HCF/out/production/HCCore/org/apache/commons/collections4/bidimap/AbstractDualBidiMap$MapEntry.class deleted file mode 100644 index 09ee9b5..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/bidimap/AbstractDualBidiMap$MapEntry.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/bidimap/AbstractDualBidiMap$Values.class b/HCF/out/production/HCCore/org/apache/commons/collections4/bidimap/AbstractDualBidiMap$Values.class deleted file mode 100644 index 0a92324..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/bidimap/AbstractDualBidiMap$Values.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/bidimap/AbstractDualBidiMap$ValuesIterator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/bidimap/AbstractDualBidiMap$ValuesIterator.class deleted file mode 100644 index 48517ef..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/bidimap/AbstractDualBidiMap$ValuesIterator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/bidimap/AbstractDualBidiMap$View.class b/HCF/out/production/HCCore/org/apache/commons/collections4/bidimap/AbstractDualBidiMap$View.class deleted file mode 100644 index df08587..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/bidimap/AbstractDualBidiMap$View.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/bidimap/AbstractDualBidiMap.class b/HCF/out/production/HCCore/org/apache/commons/collections4/bidimap/AbstractDualBidiMap.class deleted file mode 100644 index 81bcd26..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/bidimap/AbstractDualBidiMap.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/bidimap/AbstractOrderedBidiMapDecorator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/bidimap/AbstractOrderedBidiMapDecorator.class deleted file mode 100644 index 72642fe..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/bidimap/AbstractOrderedBidiMapDecorator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapDecorator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapDecorator.class deleted file mode 100644 index 2cd676c..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapDecorator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/bidimap/DualHashBidiMap.class b/HCF/out/production/HCCore/org/apache/commons/collections4/bidimap/DualHashBidiMap.class deleted file mode 100644 index 72a77a1..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/bidimap/DualHashBidiMap.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/bidimap/DualLinkedHashBidiMap.class b/HCF/out/production/HCCore/org/apache/commons/collections4/bidimap/DualLinkedHashBidiMap.class deleted file mode 100644 index 3001f95..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/bidimap/DualLinkedHashBidiMap.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/bidimap/DualTreeBidiMap$BidiOrderedMapIterator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/bidimap/DualTreeBidiMap$BidiOrderedMapIterator.class deleted file mode 100644 index 1a875c1..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/bidimap/DualTreeBidiMap$BidiOrderedMapIterator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/bidimap/DualTreeBidiMap$ViewMap.class b/HCF/out/production/HCCore/org/apache/commons/collections4/bidimap/DualTreeBidiMap$ViewMap.class deleted file mode 100644 index 70485f3..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/bidimap/DualTreeBidiMap$ViewMap.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/bidimap/DualTreeBidiMap.class b/HCF/out/production/HCCore/org/apache/commons/collections4/bidimap/DualTreeBidiMap.class deleted file mode 100644 index 8396bb9..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/bidimap/DualTreeBidiMap.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/bidimap/TreeBidiMap$1.class b/HCF/out/production/HCCore/org/apache/commons/collections4/bidimap/TreeBidiMap$1.class deleted file mode 100644 index c95ca07..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/bidimap/TreeBidiMap$1.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/bidimap/TreeBidiMap$DataElement.class b/HCF/out/production/HCCore/org/apache/commons/collections4/bidimap/TreeBidiMap$DataElement.class deleted file mode 100644 index 3404a86..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/bidimap/TreeBidiMap$DataElement.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/bidimap/TreeBidiMap$EntryView.class b/HCF/out/production/HCCore/org/apache/commons/collections4/bidimap/TreeBidiMap$EntryView.class deleted file mode 100644 index 8ce1875..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/bidimap/TreeBidiMap$EntryView.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/bidimap/TreeBidiMap$Inverse.class b/HCF/out/production/HCCore/org/apache/commons/collections4/bidimap/TreeBidiMap$Inverse.class deleted file mode 100644 index 28b4139..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/bidimap/TreeBidiMap$Inverse.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/bidimap/TreeBidiMap$InverseEntryView.class b/HCF/out/production/HCCore/org/apache/commons/collections4/bidimap/TreeBidiMap$InverseEntryView.class deleted file mode 100644 index 2d82bc7..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/bidimap/TreeBidiMap$InverseEntryView.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/bidimap/TreeBidiMap$InverseViewMapEntryIterator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/bidimap/TreeBidiMap$InverseViewMapEntryIterator.class deleted file mode 100644 index f151f5d..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/bidimap/TreeBidiMap$InverseViewMapEntryIterator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/bidimap/TreeBidiMap$InverseViewMapIterator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/bidimap/TreeBidiMap$InverseViewMapIterator.class deleted file mode 100644 index 809f8a7..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/bidimap/TreeBidiMap$InverseViewMapIterator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/bidimap/TreeBidiMap$KeyView.class b/HCF/out/production/HCCore/org/apache/commons/collections4/bidimap/TreeBidiMap$KeyView.class deleted file mode 100644 index 9e5453b..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/bidimap/TreeBidiMap$KeyView.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/bidimap/TreeBidiMap$Node.class b/HCF/out/production/HCCore/org/apache/commons/collections4/bidimap/TreeBidiMap$Node.class deleted file mode 100644 index aca2c31..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/bidimap/TreeBidiMap$Node.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/bidimap/TreeBidiMap$ValueView.class b/HCF/out/production/HCCore/org/apache/commons/collections4/bidimap/TreeBidiMap$ValueView.class deleted file mode 100644 index 83ac61e..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/bidimap/TreeBidiMap$ValueView.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/bidimap/TreeBidiMap$View.class b/HCF/out/production/HCCore/org/apache/commons/collections4/bidimap/TreeBidiMap$View.class deleted file mode 100644 index 9024e93..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/bidimap/TreeBidiMap$View.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/bidimap/TreeBidiMap$ViewIterator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/bidimap/TreeBidiMap$ViewIterator.class deleted file mode 100644 index b71fd4a..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/bidimap/TreeBidiMap$ViewIterator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/bidimap/TreeBidiMap$ViewMapEntryIterator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/bidimap/TreeBidiMap$ViewMapEntryIterator.class deleted file mode 100644 index eeb779b..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/bidimap/TreeBidiMap$ViewMapEntryIterator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/bidimap/TreeBidiMap$ViewMapIterator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/bidimap/TreeBidiMap$ViewMapIterator.class deleted file mode 100644 index f654382..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/bidimap/TreeBidiMap$ViewMapIterator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/bidimap/TreeBidiMap.class b/HCF/out/production/HCCore/org/apache/commons/collections4/bidimap/TreeBidiMap.class deleted file mode 100644 index ed01379..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/bidimap/TreeBidiMap.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/bidimap/UnmodifiableBidiMap.class b/HCF/out/production/HCCore/org/apache/commons/collections4/bidimap/UnmodifiableBidiMap.class deleted file mode 100644 index 476bbb9..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/bidimap/UnmodifiableBidiMap.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/bidimap/UnmodifiableOrderedBidiMap.class b/HCF/out/production/HCCore/org/apache/commons/collections4/bidimap/UnmodifiableOrderedBidiMap.class deleted file mode 100644 index ec992f6..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/bidimap/UnmodifiableOrderedBidiMap.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/bidimap/UnmodifiableSortedBidiMap.class b/HCF/out/production/HCCore/org/apache/commons/collections4/bidimap/UnmodifiableSortedBidiMap.class deleted file mode 100644 index e2e8a69..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/bidimap/UnmodifiableSortedBidiMap.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/collection/AbstractCollectionDecorator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/collection/AbstractCollectionDecorator.class deleted file mode 100644 index 4f80b6a..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/collection/AbstractCollectionDecorator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/collection/CompositeCollection$CollectionMutator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/collection/CompositeCollection$CollectionMutator.class deleted file mode 100644 index 5455f96..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/collection/CompositeCollection$CollectionMutator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/collection/CompositeCollection.class b/HCF/out/production/HCCore/org/apache/commons/collections4/collection/CompositeCollection.class deleted file mode 100644 index c86c9de..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/collection/CompositeCollection.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/collection/IndexedCollection.class b/HCF/out/production/HCCore/org/apache/commons/collections4/collection/IndexedCollection.class deleted file mode 100644 index 9ea0925..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/collection/IndexedCollection.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/collection/PredicatedCollection$Builder.class b/HCF/out/production/HCCore/org/apache/commons/collections4/collection/PredicatedCollection$Builder.class deleted file mode 100644 index 2cfae36..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/collection/PredicatedCollection$Builder.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/collection/PredicatedCollection.class b/HCF/out/production/HCCore/org/apache/commons/collections4/collection/PredicatedCollection.class deleted file mode 100644 index 4c9f6a7..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/collection/PredicatedCollection.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/collection/SynchronizedCollection.class b/HCF/out/production/HCCore/org/apache/commons/collections4/collection/SynchronizedCollection.class deleted file mode 100644 index 8ea3e71..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/collection/SynchronizedCollection.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/collection/TransformedCollection.class b/HCF/out/production/HCCore/org/apache/commons/collections4/collection/TransformedCollection.class deleted file mode 100644 index 2b221c0..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/collection/TransformedCollection.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/collection/UnmodifiableBoundedCollection.class b/HCF/out/production/HCCore/org/apache/commons/collections4/collection/UnmodifiableBoundedCollection.class deleted file mode 100644 index 9a563b4..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/collection/UnmodifiableBoundedCollection.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/collection/UnmodifiableCollection.class b/HCF/out/production/HCCore/org/apache/commons/collections4/collection/UnmodifiableCollection.class deleted file mode 100644 index c3710c5..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/collection/UnmodifiableCollection.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/comparators/BooleanComparator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/comparators/BooleanComparator.class deleted file mode 100644 index 55a505d..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/comparators/BooleanComparator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/comparators/ComparableComparator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/comparators/ComparableComparator.class deleted file mode 100644 index f385a4e..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/comparators/ComparableComparator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/comparators/ComparatorChain.class b/HCF/out/production/HCCore/org/apache/commons/collections4/comparators/ComparatorChain.class deleted file mode 100644 index 9abc236..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/comparators/ComparatorChain.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/comparators/FixedOrderComparator$1.class b/HCF/out/production/HCCore/org/apache/commons/collections4/comparators/FixedOrderComparator$1.class deleted file mode 100644 index d251b22..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/comparators/FixedOrderComparator$1.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/comparators/FixedOrderComparator$UnknownObjectBehavior.class b/HCF/out/production/HCCore/org/apache/commons/collections4/comparators/FixedOrderComparator$UnknownObjectBehavior.class deleted file mode 100644 index e048434..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/comparators/FixedOrderComparator$UnknownObjectBehavior.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/comparators/FixedOrderComparator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/comparators/FixedOrderComparator.class deleted file mode 100644 index 871d266..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/comparators/FixedOrderComparator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/comparators/NullComparator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/comparators/NullComparator.class deleted file mode 100644 index 43cf29b..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/comparators/NullComparator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/comparators/ReverseComparator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/comparators/ReverseComparator.class deleted file mode 100644 index 6f124cc..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/comparators/ReverseComparator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/comparators/TransformingComparator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/comparators/TransformingComparator.class deleted file mode 100644 index 5a6f27d..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/comparators/TransformingComparator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/AbstractQuantifierPredicate.class b/HCF/out/production/HCCore/org/apache/commons/collections4/functors/AbstractQuantifierPredicate.class deleted file mode 100644 index 33b3959..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/AbstractQuantifierPredicate.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/AllPredicate.class b/HCF/out/production/HCCore/org/apache/commons/collections4/functors/AllPredicate.class deleted file mode 100644 index 06521be..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/AllPredicate.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/AndPredicate.class b/HCF/out/production/HCCore/org/apache/commons/collections4/functors/AndPredicate.class deleted file mode 100644 index 145f9d2..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/AndPredicate.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/AnyPredicate.class b/HCF/out/production/HCCore/org/apache/commons/collections4/functors/AnyPredicate.class deleted file mode 100644 index 782b33c..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/AnyPredicate.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/CatchAndRethrowClosure.class b/HCF/out/production/HCCore/org/apache/commons/collections4/functors/CatchAndRethrowClosure.class deleted file mode 100644 index 4f02aae..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/CatchAndRethrowClosure.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/ChainedClosure.class b/HCF/out/production/HCCore/org/apache/commons/collections4/functors/ChainedClosure.class deleted file mode 100644 index e29b459..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/ChainedClosure.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/ChainedTransformer.class b/HCF/out/production/HCCore/org/apache/commons/collections4/functors/ChainedTransformer.class deleted file mode 100644 index 7ef88bc..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/ChainedTransformer.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/CloneTransformer.class b/HCF/out/production/HCCore/org/apache/commons/collections4/functors/CloneTransformer.class deleted file mode 100644 index dae70bb..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/CloneTransformer.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/ClosureTransformer.class b/HCF/out/production/HCCore/org/apache/commons/collections4/functors/ClosureTransformer.class deleted file mode 100644 index c5c562a..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/ClosureTransformer.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/ComparatorPredicate$1.class b/HCF/out/production/HCCore/org/apache/commons/collections4/functors/ComparatorPredicate$1.class deleted file mode 100644 index 1ed9ec0..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/ComparatorPredicate$1.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/ComparatorPredicate$Criterion.class b/HCF/out/production/HCCore/org/apache/commons/collections4/functors/ComparatorPredicate$Criterion.class deleted file mode 100644 index d27c8f4..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/ComparatorPredicate$Criterion.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/ComparatorPredicate.class b/HCF/out/production/HCCore/org/apache/commons/collections4/functors/ComparatorPredicate.class deleted file mode 100644 index ca5f1d0..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/ComparatorPredicate.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/ConstantFactory.class b/HCF/out/production/HCCore/org/apache/commons/collections4/functors/ConstantFactory.class deleted file mode 100644 index cffc783..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/ConstantFactory.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/ConstantTransformer.class b/HCF/out/production/HCCore/org/apache/commons/collections4/functors/ConstantTransformer.class deleted file mode 100644 index 31b0589..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/ConstantTransformer.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/DefaultEquator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/functors/DefaultEquator.class deleted file mode 100644 index 44fd38b..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/DefaultEquator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/EqualPredicate.class b/HCF/out/production/HCCore/org/apache/commons/collections4/functors/EqualPredicate.class deleted file mode 100644 index 185af1a..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/EqualPredicate.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/ExceptionClosure.class b/HCF/out/production/HCCore/org/apache/commons/collections4/functors/ExceptionClosure.class deleted file mode 100644 index be01298..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/ExceptionClosure.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/ExceptionFactory.class b/HCF/out/production/HCCore/org/apache/commons/collections4/functors/ExceptionFactory.class deleted file mode 100644 index 937faef..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/ExceptionFactory.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/ExceptionPredicate.class b/HCF/out/production/HCCore/org/apache/commons/collections4/functors/ExceptionPredicate.class deleted file mode 100644 index 93f65b9..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/ExceptionPredicate.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/ExceptionTransformer.class b/HCF/out/production/HCCore/org/apache/commons/collections4/functors/ExceptionTransformer.class deleted file mode 100644 index d2bab52..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/ExceptionTransformer.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/FactoryTransformer.class b/HCF/out/production/HCCore/org/apache/commons/collections4/functors/FactoryTransformer.class deleted file mode 100644 index e621a9a..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/FactoryTransformer.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/FalsePredicate.class b/HCF/out/production/HCCore/org/apache/commons/collections4/functors/FalsePredicate.class deleted file mode 100644 index 1822189..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/FalsePredicate.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/ForClosure.class b/HCF/out/production/HCCore/org/apache/commons/collections4/functors/ForClosure.class deleted file mode 100644 index 7408141..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/ForClosure.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/FunctorUtils.class b/HCF/out/production/HCCore/org/apache/commons/collections4/functors/FunctorUtils.class deleted file mode 100644 index 9f25552..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/FunctorUtils.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/IdentityPredicate.class b/HCF/out/production/HCCore/org/apache/commons/collections4/functors/IdentityPredicate.class deleted file mode 100644 index e582caf..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/IdentityPredicate.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/IfClosure.class b/HCF/out/production/HCCore/org/apache/commons/collections4/functors/IfClosure.class deleted file mode 100644 index 8f7c5cb..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/IfClosure.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/IfTransformer.class b/HCF/out/production/HCCore/org/apache/commons/collections4/functors/IfTransformer.class deleted file mode 100644 index eefe2df..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/IfTransformer.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/InstanceofPredicate.class b/HCF/out/production/HCCore/org/apache/commons/collections4/functors/InstanceofPredicate.class deleted file mode 100644 index 050f063..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/InstanceofPredicate.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/InstantiateFactory.class b/HCF/out/production/HCCore/org/apache/commons/collections4/functors/InstantiateFactory.class deleted file mode 100644 index f872204..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/InstantiateFactory.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/InstantiateTransformer.class b/HCF/out/production/HCCore/org/apache/commons/collections4/functors/InstantiateTransformer.class deleted file mode 100644 index 03b04dc..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/InstantiateTransformer.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/InvokerTransformer.class b/HCF/out/production/HCCore/org/apache/commons/collections4/functors/InvokerTransformer.class deleted file mode 100644 index 4a41829..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/InvokerTransformer.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/MapTransformer.class b/HCF/out/production/HCCore/org/apache/commons/collections4/functors/MapTransformer.class deleted file mode 100644 index f3f1667..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/MapTransformer.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/NOPClosure.class b/HCF/out/production/HCCore/org/apache/commons/collections4/functors/NOPClosure.class deleted file mode 100644 index a5681e0..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/NOPClosure.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/NOPTransformer.class b/HCF/out/production/HCCore/org/apache/commons/collections4/functors/NOPTransformer.class deleted file mode 100644 index 916a6be..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/NOPTransformer.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/NonePredicate.class b/HCF/out/production/HCCore/org/apache/commons/collections4/functors/NonePredicate.class deleted file mode 100644 index 85a48d7..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/NonePredicate.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/NotNullPredicate.class b/HCF/out/production/HCCore/org/apache/commons/collections4/functors/NotNullPredicate.class deleted file mode 100644 index 1ad9cbc..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/NotNullPredicate.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/NotPredicate.class b/HCF/out/production/HCCore/org/apache/commons/collections4/functors/NotPredicate.class deleted file mode 100644 index abc15d8..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/NotPredicate.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/NullIsExceptionPredicate.class b/HCF/out/production/HCCore/org/apache/commons/collections4/functors/NullIsExceptionPredicate.class deleted file mode 100644 index e1065e5..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/NullIsExceptionPredicate.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/NullIsFalsePredicate.class b/HCF/out/production/HCCore/org/apache/commons/collections4/functors/NullIsFalsePredicate.class deleted file mode 100644 index da88a76..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/NullIsFalsePredicate.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/NullIsTruePredicate.class b/HCF/out/production/HCCore/org/apache/commons/collections4/functors/NullIsTruePredicate.class deleted file mode 100644 index 55a873f..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/NullIsTruePredicate.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/NullPredicate.class b/HCF/out/production/HCCore/org/apache/commons/collections4/functors/NullPredicate.class deleted file mode 100644 index 889ae0c..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/NullPredicate.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/OnePredicate.class b/HCF/out/production/HCCore/org/apache/commons/collections4/functors/OnePredicate.class deleted file mode 100644 index 0a3920d..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/OnePredicate.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/OrPredicate.class b/HCF/out/production/HCCore/org/apache/commons/collections4/functors/OrPredicate.class deleted file mode 100644 index 4602fe2..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/OrPredicate.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/PredicateDecorator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/functors/PredicateDecorator.class deleted file mode 100644 index 9506702..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/PredicateDecorator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/PredicateTransformer.class b/HCF/out/production/HCCore/org/apache/commons/collections4/functors/PredicateTransformer.class deleted file mode 100644 index a5b7076..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/PredicateTransformer.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/PrototypeFactory$1.class b/HCF/out/production/HCCore/org/apache/commons/collections4/functors/PrototypeFactory$1.class deleted file mode 100644 index 431c9a5..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/PrototypeFactory$1.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/PrototypeFactory$PrototypeCloneFactory.class b/HCF/out/production/HCCore/org/apache/commons/collections4/functors/PrototypeFactory$PrototypeCloneFactory.class deleted file mode 100644 index d64e0bc..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/PrototypeFactory$PrototypeCloneFactory.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/PrototypeFactory$PrototypeSerializationFactory.class b/HCF/out/production/HCCore/org/apache/commons/collections4/functors/PrototypeFactory$PrototypeSerializationFactory.class deleted file mode 100644 index 8a69914..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/PrototypeFactory$PrototypeSerializationFactory.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/PrototypeFactory.class b/HCF/out/production/HCCore/org/apache/commons/collections4/functors/PrototypeFactory.class deleted file mode 100644 index 0cc12cd..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/PrototypeFactory.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/StringValueTransformer.class b/HCF/out/production/HCCore/org/apache/commons/collections4/functors/StringValueTransformer.class deleted file mode 100644 index 6eef589..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/StringValueTransformer.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/SwitchClosure.class b/HCF/out/production/HCCore/org/apache/commons/collections4/functors/SwitchClosure.class deleted file mode 100644 index 9010bab..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/SwitchClosure.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/SwitchTransformer.class b/HCF/out/production/HCCore/org/apache/commons/collections4/functors/SwitchTransformer.class deleted file mode 100644 index 53b3676..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/SwitchTransformer.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/TransformedPredicate.class b/HCF/out/production/HCCore/org/apache/commons/collections4/functors/TransformedPredicate.class deleted file mode 100644 index 4a58113..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/TransformedPredicate.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/TransformerClosure.class b/HCF/out/production/HCCore/org/apache/commons/collections4/functors/TransformerClosure.class deleted file mode 100644 index e9c4bb6..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/TransformerClosure.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/TransformerPredicate.class b/HCF/out/production/HCCore/org/apache/commons/collections4/functors/TransformerPredicate.class deleted file mode 100644 index 06e4bda..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/TransformerPredicate.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/TruePredicate.class b/HCF/out/production/HCCore/org/apache/commons/collections4/functors/TruePredicate.class deleted file mode 100644 index 303974b..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/TruePredicate.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/UniquePredicate.class b/HCF/out/production/HCCore/org/apache/commons/collections4/functors/UniquePredicate.class deleted file mode 100644 index d193dbc..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/UniquePredicate.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/WhileClosure.class b/HCF/out/production/HCCore/org/apache/commons/collections4/functors/WhileClosure.class deleted file mode 100644 index 62b3b16..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/functors/WhileClosure.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/AbstractEmptyIterator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/AbstractEmptyIterator.class deleted file mode 100644 index 06ab882..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/AbstractEmptyIterator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/AbstractEmptyMapIterator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/AbstractEmptyMapIterator.class deleted file mode 100644 index c7b280c..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/AbstractEmptyMapIterator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/AbstractIteratorDecorator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/AbstractIteratorDecorator.class deleted file mode 100644 index e5bb102..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/AbstractIteratorDecorator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/AbstractListIteratorDecorator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/AbstractListIteratorDecorator.class deleted file mode 100644 index b6e12c9..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/AbstractListIteratorDecorator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/AbstractMapIteratorDecorator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/AbstractMapIteratorDecorator.class deleted file mode 100644 index 9926203..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/AbstractMapIteratorDecorator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/AbstractOrderedMapIteratorDecorator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/AbstractOrderedMapIteratorDecorator.class deleted file mode 100644 index c9f36cc..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/AbstractOrderedMapIteratorDecorator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/AbstractUntypedIteratorDecorator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/AbstractUntypedIteratorDecorator.class deleted file mode 100644 index 7d8f673..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/AbstractUntypedIteratorDecorator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/ArrayIterator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/ArrayIterator.class deleted file mode 100644 index b1477b6..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/ArrayIterator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/ArrayListIterator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/ArrayListIterator.class deleted file mode 100644 index 2eb76c7..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/ArrayListIterator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/BoundedIterator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/BoundedIterator.class deleted file mode 100644 index 5b70c89..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/BoundedIterator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/CollatingIterator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/CollatingIterator.class deleted file mode 100644 index be81bcb..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/CollatingIterator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/EmptyIterator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/EmptyIterator.class deleted file mode 100644 index a4d323f..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/EmptyIterator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/EmptyListIterator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/EmptyListIterator.class deleted file mode 100644 index dfd782f..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/EmptyListIterator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/EmptyMapIterator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/EmptyMapIterator.class deleted file mode 100644 index 9857f2d..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/EmptyMapIterator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/EmptyOrderedIterator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/EmptyOrderedIterator.class deleted file mode 100644 index 5eb7e81..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/EmptyOrderedIterator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/EmptyOrderedMapIterator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/EmptyOrderedMapIterator.class deleted file mode 100644 index 7fa5458..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/EmptyOrderedMapIterator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/EntrySetMapIterator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/EntrySetMapIterator.class deleted file mode 100644 index d62ab3b..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/EntrySetMapIterator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/EnumerationIterator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/EnumerationIterator.class deleted file mode 100644 index 9ec014c..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/EnumerationIterator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/FilterIterator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/FilterIterator.class deleted file mode 100644 index c2b0464..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/FilterIterator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/FilterListIterator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/FilterListIterator.class deleted file mode 100644 index cf8e9e1..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/FilterListIterator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/IteratorChain.class b/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/IteratorChain.class deleted file mode 100644 index e494288..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/IteratorChain.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/IteratorEnumeration.class b/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/IteratorEnumeration.class deleted file mode 100644 index b6afbb4..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/IteratorEnumeration.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/IteratorIterable$1.class b/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/IteratorIterable$1.class deleted file mode 100644 index 25a7e79..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/IteratorIterable$1.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/IteratorIterable.class b/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/IteratorIterable.class deleted file mode 100644 index 8ed1dde..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/IteratorIterable.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/LazyIteratorChain.class b/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/LazyIteratorChain.class deleted file mode 100644 index 4836aae..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/LazyIteratorChain.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/ListIteratorWrapper.class b/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/ListIteratorWrapper.class deleted file mode 100644 index 1349ad5..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/ListIteratorWrapper.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/LoopingIterator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/LoopingIterator.class deleted file mode 100644 index 1122e80..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/LoopingIterator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/LoopingListIterator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/LoopingListIterator.class deleted file mode 100644 index 97119c7..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/LoopingListIterator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/NodeListIterator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/NodeListIterator.class deleted file mode 100644 index 40db8d2..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/NodeListIterator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/ObjectArrayIterator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/ObjectArrayIterator.class deleted file mode 100644 index 13997cb..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/ObjectArrayIterator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/ObjectArrayListIterator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/ObjectArrayListIterator.class deleted file mode 100644 index 81216ee..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/ObjectArrayListIterator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/ObjectGraphIterator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/ObjectGraphIterator.class deleted file mode 100644 index 98b57c7..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/ObjectGraphIterator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/PeekingIterator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/PeekingIterator.class deleted file mode 100644 index 747945c..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/PeekingIterator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/PermutationIterator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/PermutationIterator.class deleted file mode 100644 index e487bef..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/PermutationIterator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/PushbackIterator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/PushbackIterator.class deleted file mode 100644 index fb5eadf..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/PushbackIterator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/ReverseListIterator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/ReverseListIterator.class deleted file mode 100644 index 07d0dda..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/ReverseListIterator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/SingletonIterator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/SingletonIterator.class deleted file mode 100644 index da708c5..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/SingletonIterator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/SingletonListIterator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/SingletonListIterator.class deleted file mode 100644 index f0f772e..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/SingletonListIterator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/SkippingIterator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/SkippingIterator.class deleted file mode 100644 index 9e14339..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/SkippingIterator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/TransformIterator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/TransformIterator.class deleted file mode 100644 index 4e2d284..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/TransformIterator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/UniqueFilterIterator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/UniqueFilterIterator.class deleted file mode 100644 index f7a435d..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/UniqueFilterIterator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/UnmodifiableIterator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/UnmodifiableIterator.class deleted file mode 100644 index 8f426e5..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/UnmodifiableIterator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/UnmodifiableListIterator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/UnmodifiableListIterator.class deleted file mode 100644 index f307637..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/UnmodifiableListIterator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/UnmodifiableMapIterator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/UnmodifiableMapIterator.class deleted file mode 100644 index 39cc651..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/UnmodifiableMapIterator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/UnmodifiableOrderedMapIterator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/UnmodifiableOrderedMapIterator.class deleted file mode 100644 index 85b63e9..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/UnmodifiableOrderedMapIterator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/ZippingIterator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/ZippingIterator.class deleted file mode 100644 index 422ab51..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/iterators/ZippingIterator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/keyvalue/AbstractKeyValue.class b/HCF/out/production/HCCore/org/apache/commons/collections4/keyvalue/AbstractKeyValue.class deleted file mode 100644 index 2fb0c13..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/keyvalue/AbstractKeyValue.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/keyvalue/AbstractMapEntry.class b/HCF/out/production/HCCore/org/apache/commons/collections4/keyvalue/AbstractMapEntry.class deleted file mode 100644 index 57dc8a4..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/keyvalue/AbstractMapEntry.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/keyvalue/AbstractMapEntryDecorator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/keyvalue/AbstractMapEntryDecorator.class deleted file mode 100644 index a5f438e..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/keyvalue/AbstractMapEntryDecorator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/keyvalue/DefaultKeyValue.class b/HCF/out/production/HCCore/org/apache/commons/collections4/keyvalue/DefaultKeyValue.class deleted file mode 100644 index 7a13664..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/keyvalue/DefaultKeyValue.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/keyvalue/DefaultMapEntry.class b/HCF/out/production/HCCore/org/apache/commons/collections4/keyvalue/DefaultMapEntry.class deleted file mode 100644 index d283921..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/keyvalue/DefaultMapEntry.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/keyvalue/MultiKey.class b/HCF/out/production/HCCore/org/apache/commons/collections4/keyvalue/MultiKey.class deleted file mode 100644 index 6ef369f..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/keyvalue/MultiKey.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/keyvalue/TiedMapEntry.class b/HCF/out/production/HCCore/org/apache/commons/collections4/keyvalue/TiedMapEntry.class deleted file mode 100644 index 4c3e6b6..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/keyvalue/TiedMapEntry.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/keyvalue/UnmodifiableMapEntry.class b/HCF/out/production/HCCore/org/apache/commons/collections4/keyvalue/UnmodifiableMapEntry.class deleted file mode 100644 index db18c59..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/keyvalue/UnmodifiableMapEntry.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/list/AbstractLinkedList$LinkedListIterator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/list/AbstractLinkedList$LinkedListIterator.class deleted file mode 100644 index d3522d4..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/list/AbstractLinkedList$LinkedListIterator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/list/AbstractLinkedList$LinkedSubList.class b/HCF/out/production/HCCore/org/apache/commons/collections4/list/AbstractLinkedList$LinkedSubList.class deleted file mode 100644 index cf58471..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/list/AbstractLinkedList$LinkedSubList.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/list/AbstractLinkedList$LinkedSubListIterator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/list/AbstractLinkedList$LinkedSubListIterator.class deleted file mode 100644 index 6c87eaa..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/list/AbstractLinkedList$LinkedSubListIterator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/list/AbstractLinkedList$Node.class b/HCF/out/production/HCCore/org/apache/commons/collections4/list/AbstractLinkedList$Node.class deleted file mode 100644 index 0272a1a..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/list/AbstractLinkedList$Node.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/list/AbstractLinkedList.class b/HCF/out/production/HCCore/org/apache/commons/collections4/list/AbstractLinkedList.class deleted file mode 100644 index 56f2d99..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/list/AbstractLinkedList.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/list/AbstractListDecorator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/list/AbstractListDecorator.class deleted file mode 100644 index a15f90a..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/list/AbstractListDecorator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/list/AbstractSerializableListDecorator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/list/AbstractSerializableListDecorator.class deleted file mode 100644 index a5c3257..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/list/AbstractSerializableListDecorator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/list/CursorableLinkedList$Cursor.class b/HCF/out/production/HCCore/org/apache/commons/collections4/list/CursorableLinkedList$Cursor.class deleted file mode 100644 index 40bfa05..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/list/CursorableLinkedList$Cursor.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/list/CursorableLinkedList$SubCursor.class b/HCF/out/production/HCCore/org/apache/commons/collections4/list/CursorableLinkedList$SubCursor.class deleted file mode 100644 index 4279b1e..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/list/CursorableLinkedList$SubCursor.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/list/CursorableLinkedList.class b/HCF/out/production/HCCore/org/apache/commons/collections4/list/CursorableLinkedList.class deleted file mode 100644 index 0845559..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/list/CursorableLinkedList.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/list/FixedSizeList$FixedSizeListIterator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/list/FixedSizeList$FixedSizeListIterator.class deleted file mode 100644 index 8dffb35..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/list/FixedSizeList$FixedSizeListIterator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/list/FixedSizeList.class b/HCF/out/production/HCCore/org/apache/commons/collections4/list/FixedSizeList.class deleted file mode 100644 index b3ac732..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/list/FixedSizeList.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/list/GrowthList.class b/HCF/out/production/HCCore/org/apache/commons/collections4/list/GrowthList.class deleted file mode 100644 index f4532f4..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/list/GrowthList.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/list/LazyList.class b/HCF/out/production/HCCore/org/apache/commons/collections4/list/LazyList.class deleted file mode 100644 index 29e05ff..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/list/LazyList.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/list/NodeCachingLinkedList.class b/HCF/out/production/HCCore/org/apache/commons/collections4/list/NodeCachingLinkedList.class deleted file mode 100644 index dfdf096..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/list/NodeCachingLinkedList.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/list/PredicatedList$PredicatedListIterator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/list/PredicatedList$PredicatedListIterator.class deleted file mode 100644 index ef8daae..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/list/PredicatedList$PredicatedListIterator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/list/PredicatedList.class b/HCF/out/production/HCCore/org/apache/commons/collections4/list/PredicatedList.class deleted file mode 100644 index 0ec24f7..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/list/PredicatedList.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/list/SetUniqueList$SetListIterator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/list/SetUniqueList$SetListIterator.class deleted file mode 100644 index 46a8728..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/list/SetUniqueList$SetListIterator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/list/SetUniqueList$SetListListIterator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/list/SetUniqueList$SetListListIterator.class deleted file mode 100644 index 9a1db73..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/list/SetUniqueList$SetListListIterator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/list/SetUniqueList.class b/HCF/out/production/HCCore/org/apache/commons/collections4/list/SetUniqueList.class deleted file mode 100644 index ff1d68e..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/list/SetUniqueList.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/list/TransformedList$TransformedListIterator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/list/TransformedList$TransformedListIterator.class deleted file mode 100644 index fb5a070..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/list/TransformedList$TransformedListIterator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/list/TransformedList.class b/HCF/out/production/HCCore/org/apache/commons/collections4/list/TransformedList.class deleted file mode 100644 index 0c04a5c..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/list/TransformedList.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/list/TreeList$1.class b/HCF/out/production/HCCore/org/apache/commons/collections4/list/TreeList$1.class deleted file mode 100644 index d5f78df..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/list/TreeList$1.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/list/TreeList$AVLNode.class b/HCF/out/production/HCCore/org/apache/commons/collections4/list/TreeList$AVLNode.class deleted file mode 100644 index 8726d66..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/list/TreeList$AVLNode.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/list/TreeList$TreeListIterator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/list/TreeList$TreeListIterator.class deleted file mode 100644 index c71c6b9..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/list/TreeList$TreeListIterator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/list/TreeList.class b/HCF/out/production/HCCore/org/apache/commons/collections4/list/TreeList.class deleted file mode 100644 index 90b157b..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/list/TreeList.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/list/UnmodifiableList.class b/HCF/out/production/HCCore/org/apache/commons/collections4/list/UnmodifiableList.class deleted file mode 100644 index 68351c8..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/list/UnmodifiableList.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractHashedMap$EntrySet.class b/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractHashedMap$EntrySet.class deleted file mode 100644 index 28ebe1e..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractHashedMap$EntrySet.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractHashedMap$EntrySetIterator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractHashedMap$EntrySetIterator.class deleted file mode 100644 index 16c7d13..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractHashedMap$EntrySetIterator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractHashedMap$HashEntry.class b/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractHashedMap$HashEntry.class deleted file mode 100644 index 532340e..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractHashedMap$HashEntry.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractHashedMap$HashIterator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractHashedMap$HashIterator.class deleted file mode 100644 index 7f755fe..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractHashedMap$HashIterator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractHashedMap$HashMapIterator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractHashedMap$HashMapIterator.class deleted file mode 100644 index b3e41aa..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractHashedMap$HashMapIterator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractHashedMap$KeySet.class b/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractHashedMap$KeySet.class deleted file mode 100644 index 3e5e704..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractHashedMap$KeySet.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractHashedMap$KeySetIterator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractHashedMap$KeySetIterator.class deleted file mode 100644 index 753bfbd..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractHashedMap$KeySetIterator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractHashedMap$Values.class b/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractHashedMap$Values.class deleted file mode 100644 index 96cc121..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractHashedMap$Values.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractHashedMap$ValuesIterator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractHashedMap$ValuesIterator.class deleted file mode 100644 index 3b986a3..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractHashedMap$ValuesIterator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractHashedMap.class b/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractHashedMap.class deleted file mode 100644 index d771c78..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractHashedMap.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractInputCheckedMapDecorator$EntrySet.class b/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractInputCheckedMapDecorator$EntrySet.class deleted file mode 100644 index 30832a7..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractInputCheckedMapDecorator$EntrySet.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractInputCheckedMapDecorator$EntrySetIterator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractInputCheckedMapDecorator$EntrySetIterator.class deleted file mode 100644 index 1cb26ce..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractInputCheckedMapDecorator$EntrySetIterator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractInputCheckedMapDecorator$MapEntry.class b/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractInputCheckedMapDecorator$MapEntry.class deleted file mode 100644 index e5bb3e0..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractInputCheckedMapDecorator$MapEntry.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractInputCheckedMapDecorator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractInputCheckedMapDecorator.class deleted file mode 100644 index 23607e7..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractInputCheckedMapDecorator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractIterableMap.class b/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractIterableMap.class deleted file mode 100644 index 7cc2d31..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractIterableMap.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractLinkedMap$EntrySetIterator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractLinkedMap$EntrySetIterator.class deleted file mode 100644 index 80c8340..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractLinkedMap$EntrySetIterator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractLinkedMap$KeySetIterator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractLinkedMap$KeySetIterator.class deleted file mode 100644 index 5d9977b..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractLinkedMap$KeySetIterator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractLinkedMap$LinkEntry.class b/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractLinkedMap$LinkEntry.class deleted file mode 100644 index 45d9b0e..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractLinkedMap$LinkEntry.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractLinkedMap$LinkIterator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractLinkedMap$LinkIterator.class deleted file mode 100644 index d272ab9..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractLinkedMap$LinkIterator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractLinkedMap$LinkMapIterator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractLinkedMap$LinkMapIterator.class deleted file mode 100644 index 1940b0e..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractLinkedMap$LinkMapIterator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractLinkedMap$ValuesIterator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractLinkedMap$ValuesIterator.class deleted file mode 100644 index 806c0fc..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractLinkedMap$ValuesIterator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractLinkedMap.class b/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractLinkedMap.class deleted file mode 100644 index 448a94a..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractLinkedMap.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractMapDecorator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractMapDecorator.class deleted file mode 100644 index e8d8a57..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractMapDecorator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractOrderedMapDecorator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractOrderedMapDecorator.class deleted file mode 100644 index 1da7ced..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractOrderedMapDecorator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractReferenceMap$ReferenceBaseIterator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractReferenceMap$ReferenceBaseIterator.class deleted file mode 100644 index 91ee753..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractReferenceMap$ReferenceBaseIterator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractReferenceMap$ReferenceEntry.class b/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractReferenceMap$ReferenceEntry.class deleted file mode 100644 index 8472e8a..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractReferenceMap$ReferenceEntry.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractReferenceMap$ReferenceEntrySet.class b/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractReferenceMap$ReferenceEntrySet.class deleted file mode 100644 index 0aeb05f..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractReferenceMap$ReferenceEntrySet.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractReferenceMap$ReferenceEntrySetIterator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractReferenceMap$ReferenceEntrySetIterator.class deleted file mode 100644 index 0bfcee2..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractReferenceMap$ReferenceEntrySetIterator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractReferenceMap$ReferenceKeySet.class b/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractReferenceMap$ReferenceKeySet.class deleted file mode 100644 index 57e17fc..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractReferenceMap$ReferenceKeySet.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractReferenceMap$ReferenceKeySetIterator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractReferenceMap$ReferenceKeySetIterator.class deleted file mode 100644 index 35bb3b6..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractReferenceMap$ReferenceKeySetIterator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractReferenceMap$ReferenceMapIterator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractReferenceMap$ReferenceMapIterator.class deleted file mode 100644 index 67b319b..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractReferenceMap$ReferenceMapIterator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength.class b/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength.class deleted file mode 100644 index 47656f1..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractReferenceMap$ReferenceValues.class b/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractReferenceMap$ReferenceValues.class deleted file mode 100644 index 562e5f2..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractReferenceMap$ReferenceValues.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractReferenceMap$ReferenceValuesIterator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractReferenceMap$ReferenceValuesIterator.class deleted file mode 100644 index 329fa04..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractReferenceMap$ReferenceValuesIterator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractReferenceMap$SoftRef.class b/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractReferenceMap$SoftRef.class deleted file mode 100644 index 0e4984b..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractReferenceMap$SoftRef.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractReferenceMap$WeakRef.class b/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractReferenceMap$WeakRef.class deleted file mode 100644 index 7c6a276..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractReferenceMap$WeakRef.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractReferenceMap.class b/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractReferenceMap.class deleted file mode 100644 index da86f1d..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractReferenceMap.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractSortedMapDecorator$SortedMapIterator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractSortedMapDecorator$SortedMapIterator.class deleted file mode 100644 index 5f60315..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractSortedMapDecorator$SortedMapIterator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractSortedMapDecorator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractSortedMapDecorator.class deleted file mode 100644 index 664d8e5..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/map/AbstractSortedMapDecorator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/map/CaseInsensitiveMap.class b/HCF/out/production/HCCore/org/apache/commons/collections4/map/CaseInsensitiveMap.class deleted file mode 100644 index 55d8944..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/map/CaseInsensitiveMap.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/map/CompositeMap$MapMutator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/map/CompositeMap$MapMutator.class deleted file mode 100644 index ee46b83..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/map/CompositeMap$MapMutator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/map/CompositeMap.class b/HCF/out/production/HCCore/org/apache/commons/collections4/map/CompositeMap.class deleted file mode 100644 index e9608bd..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/map/CompositeMap.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/map/DefaultedMap.class b/HCF/out/production/HCCore/org/apache/commons/collections4/map/DefaultedMap.class deleted file mode 100644 index cc4a422..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/map/DefaultedMap.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/map/EntrySetToMapIteratorAdapter.class b/HCF/out/production/HCCore/org/apache/commons/collections4/map/EntrySetToMapIteratorAdapter.class deleted file mode 100644 index 33d5494..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/map/EntrySetToMapIteratorAdapter.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/map/FixedSizeMap.class b/HCF/out/production/HCCore/org/apache/commons/collections4/map/FixedSizeMap.class deleted file mode 100644 index b7f4d85..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/map/FixedSizeMap.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/map/FixedSizeSortedMap.class b/HCF/out/production/HCCore/org/apache/commons/collections4/map/FixedSizeSortedMap.class deleted file mode 100644 index c2cd547..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/map/FixedSizeSortedMap.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/map/Flat3Map$EntryIterator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/map/Flat3Map$EntryIterator.class deleted file mode 100644 index 2fc3186..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/map/Flat3Map$EntryIterator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/map/Flat3Map$EntrySet.class b/HCF/out/production/HCCore/org/apache/commons/collections4/map/Flat3Map$EntrySet.class deleted file mode 100644 index 4c491a7..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/map/Flat3Map$EntrySet.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/map/Flat3Map$EntrySetIterator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/map/Flat3Map$EntrySetIterator.class deleted file mode 100644 index 10e5f5d..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/map/Flat3Map$EntrySetIterator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/map/Flat3Map$FlatMapEntry.class b/HCF/out/production/HCCore/org/apache/commons/collections4/map/Flat3Map$FlatMapEntry.class deleted file mode 100644 index df9f9cc..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/map/Flat3Map$FlatMapEntry.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/map/Flat3Map$FlatMapIterator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/map/Flat3Map$FlatMapIterator.class deleted file mode 100644 index 9defc21..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/map/Flat3Map$FlatMapIterator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/map/Flat3Map$KeySet.class b/HCF/out/production/HCCore/org/apache/commons/collections4/map/Flat3Map$KeySet.class deleted file mode 100644 index 331ae71..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/map/Flat3Map$KeySet.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/map/Flat3Map$KeySetIterator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/map/Flat3Map$KeySetIterator.class deleted file mode 100644 index f08f070..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/map/Flat3Map$KeySetIterator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/map/Flat3Map$Values.class b/HCF/out/production/HCCore/org/apache/commons/collections4/map/Flat3Map$Values.class deleted file mode 100644 index 498a6ac..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/map/Flat3Map$Values.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/map/Flat3Map$ValuesIterator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/map/Flat3Map$ValuesIterator.class deleted file mode 100644 index 5eb6d67..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/map/Flat3Map$ValuesIterator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/map/Flat3Map.class b/HCF/out/production/HCCore/org/apache/commons/collections4/map/Flat3Map.class deleted file mode 100644 index a718398..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/map/Flat3Map.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/map/HashedMap.class b/HCF/out/production/HCCore/org/apache/commons/collections4/map/HashedMap.class deleted file mode 100644 index 2a1f3f0..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/map/HashedMap.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/map/LRUMap.class b/HCF/out/production/HCCore/org/apache/commons/collections4/map/LRUMap.class deleted file mode 100644 index 083ecd9..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/map/LRUMap.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/map/LazyMap.class b/HCF/out/production/HCCore/org/apache/commons/collections4/map/LazyMap.class deleted file mode 100644 index b99b6c0..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/map/LazyMap.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/map/LazySortedMap.class b/HCF/out/production/HCCore/org/apache/commons/collections4/map/LazySortedMap.class deleted file mode 100644 index 218259a..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/map/LazySortedMap.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/map/LinkedMap$LinkedMapList.class b/HCF/out/production/HCCore/org/apache/commons/collections4/map/LinkedMap$LinkedMapList.class deleted file mode 100644 index ab1d8ef..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/map/LinkedMap$LinkedMapList.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/map/LinkedMap.class b/HCF/out/production/HCCore/org/apache/commons/collections4/map/LinkedMap.class deleted file mode 100644 index dd53cdc..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/map/LinkedMap.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/map/ListOrderedMap$EntrySetView.class b/HCF/out/production/HCCore/org/apache/commons/collections4/map/ListOrderedMap$EntrySetView.class deleted file mode 100644 index 2f45b7d..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/map/ListOrderedMap$EntrySetView.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/map/ListOrderedMap$KeySetView$1.class b/HCF/out/production/HCCore/org/apache/commons/collections4/map/ListOrderedMap$KeySetView$1.class deleted file mode 100644 index 582415e..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/map/ListOrderedMap$KeySetView$1.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/map/ListOrderedMap$KeySetView.class b/HCF/out/production/HCCore/org/apache/commons/collections4/map/ListOrderedMap$KeySetView.class deleted file mode 100644 index f56ea33..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/map/ListOrderedMap$KeySetView.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/map/ListOrderedMap$ListOrderedIterator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/map/ListOrderedMap$ListOrderedIterator.class deleted file mode 100644 index c03e759..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/map/ListOrderedMap$ListOrderedIterator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/map/ListOrderedMap$ListOrderedMapEntry.class b/HCF/out/production/HCCore/org/apache/commons/collections4/map/ListOrderedMap$ListOrderedMapEntry.class deleted file mode 100644 index 33ee263..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/map/ListOrderedMap$ListOrderedMapEntry.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/map/ListOrderedMap$ListOrderedMapIterator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/map/ListOrderedMap$ListOrderedMapIterator.class deleted file mode 100644 index 0bcdabf..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/map/ListOrderedMap$ListOrderedMapIterator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/map/ListOrderedMap$ValuesView$1.class b/HCF/out/production/HCCore/org/apache/commons/collections4/map/ListOrderedMap$ValuesView$1.class deleted file mode 100644 index c879ee8..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/map/ListOrderedMap$ValuesView$1.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/map/ListOrderedMap$ValuesView.class b/HCF/out/production/HCCore/org/apache/commons/collections4/map/ListOrderedMap$ValuesView.class deleted file mode 100644 index fed42fe..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/map/ListOrderedMap$ValuesView.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/map/ListOrderedMap.class b/HCF/out/production/HCCore/org/apache/commons/collections4/map/ListOrderedMap.class deleted file mode 100644 index ad94299..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/map/ListOrderedMap.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/map/MultiKeyMap.class b/HCF/out/production/HCCore/org/apache/commons/collections4/map/MultiKeyMap.class deleted file mode 100644 index 28dfef2..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/map/MultiKeyMap.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/map/MultiValueMap$1$1$1.class b/HCF/out/production/HCCore/org/apache/commons/collections4/map/MultiValueMap$1$1$1.class deleted file mode 100644 index d0b107b..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/map/MultiValueMap$1$1$1.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/map/MultiValueMap$1$1.class b/HCF/out/production/HCCore/org/apache/commons/collections4/map/MultiValueMap$1$1.class deleted file mode 100644 index 6ef4c9d..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/map/MultiValueMap$1$1.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/map/MultiValueMap$1.class b/HCF/out/production/HCCore/org/apache/commons/collections4/map/MultiValueMap$1.class deleted file mode 100644 index 3dd8674..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/map/MultiValueMap$1.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/map/MultiValueMap$ReflectionFactory.class b/HCF/out/production/HCCore/org/apache/commons/collections4/map/MultiValueMap$ReflectionFactory.class deleted file mode 100644 index 88e287b..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/map/MultiValueMap$ReflectionFactory.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/map/MultiValueMap$Values.class b/HCF/out/production/HCCore/org/apache/commons/collections4/map/MultiValueMap$Values.class deleted file mode 100644 index 5b049c3..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/map/MultiValueMap$Values.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/map/MultiValueMap$ValuesIterator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/map/MultiValueMap$ValuesIterator.class deleted file mode 100644 index ae80e63..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/map/MultiValueMap$ValuesIterator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/map/MultiValueMap.class b/HCF/out/production/HCCore/org/apache/commons/collections4/map/MultiValueMap.class deleted file mode 100644 index 168a567..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/map/MultiValueMap.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/map/PassiveExpiringMap$ConstantTimeToLiveExpirationPolicy.class b/HCF/out/production/HCCore/org/apache/commons/collections4/map/PassiveExpiringMap$ConstantTimeToLiveExpirationPolicy.class deleted file mode 100644 index b729cb5..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/map/PassiveExpiringMap$ConstantTimeToLiveExpirationPolicy.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/map/PassiveExpiringMap$ExpirationPolicy.class b/HCF/out/production/HCCore/org/apache/commons/collections4/map/PassiveExpiringMap$ExpirationPolicy.class deleted file mode 100644 index a188c8b..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/map/PassiveExpiringMap$ExpirationPolicy.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/map/PassiveExpiringMap.class b/HCF/out/production/HCCore/org/apache/commons/collections4/map/PassiveExpiringMap.class deleted file mode 100644 index edbb181..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/map/PassiveExpiringMap.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/map/PredicatedMap.class b/HCF/out/production/HCCore/org/apache/commons/collections4/map/PredicatedMap.class deleted file mode 100644 index 8c8cbe1..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/map/PredicatedMap.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/map/PredicatedSortedMap.class b/HCF/out/production/HCCore/org/apache/commons/collections4/map/PredicatedSortedMap.class deleted file mode 100644 index 2ea8d53..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/map/PredicatedSortedMap.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/map/ReferenceIdentityMap.class b/HCF/out/production/HCCore/org/apache/commons/collections4/map/ReferenceIdentityMap.class deleted file mode 100644 index 933a3de..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/map/ReferenceIdentityMap.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/map/ReferenceMap.class b/HCF/out/production/HCCore/org/apache/commons/collections4/map/ReferenceMap.class deleted file mode 100644 index 0692b8a..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/map/ReferenceMap.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/map/SingletonMap$SingletonMapIterator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/map/SingletonMap$SingletonMapIterator.class deleted file mode 100644 index 6777668..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/map/SingletonMap$SingletonMapIterator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/map/SingletonMap$SingletonValues.class b/HCF/out/production/HCCore/org/apache/commons/collections4/map/SingletonMap$SingletonValues.class deleted file mode 100644 index 5e24225..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/map/SingletonMap$SingletonValues.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/map/SingletonMap.class b/HCF/out/production/HCCore/org/apache/commons/collections4/map/SingletonMap.class deleted file mode 100644 index f2203f5..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/map/SingletonMap.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/map/StaticBucketMap$1.class b/HCF/out/production/HCCore/org/apache/commons/collections4/map/StaticBucketMap$1.class deleted file mode 100644 index 763fcdd..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/map/StaticBucketMap$1.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/map/StaticBucketMap$BaseIterator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/map/StaticBucketMap$BaseIterator.class deleted file mode 100644 index 6773843..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/map/StaticBucketMap$BaseIterator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/map/StaticBucketMap$EntryIterator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/map/StaticBucketMap$EntryIterator.class deleted file mode 100644 index 50f223a..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/map/StaticBucketMap$EntryIterator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/map/StaticBucketMap$EntrySet.class b/HCF/out/production/HCCore/org/apache/commons/collections4/map/StaticBucketMap$EntrySet.class deleted file mode 100644 index ee8a35b..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/map/StaticBucketMap$EntrySet.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/map/StaticBucketMap$KeyIterator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/map/StaticBucketMap$KeyIterator.class deleted file mode 100644 index 4a82564..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/map/StaticBucketMap$KeyIterator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/map/StaticBucketMap$KeySet.class b/HCF/out/production/HCCore/org/apache/commons/collections4/map/StaticBucketMap$KeySet.class deleted file mode 100644 index 45fdbe9..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/map/StaticBucketMap$KeySet.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/map/StaticBucketMap$Lock.class b/HCF/out/production/HCCore/org/apache/commons/collections4/map/StaticBucketMap$Lock.class deleted file mode 100644 index 004d00f..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/map/StaticBucketMap$Lock.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/map/StaticBucketMap$Node.class b/HCF/out/production/HCCore/org/apache/commons/collections4/map/StaticBucketMap$Node.class deleted file mode 100644 index 9b710b9..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/map/StaticBucketMap$Node.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/map/StaticBucketMap$ValueIterator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/map/StaticBucketMap$ValueIterator.class deleted file mode 100644 index b666fb8..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/map/StaticBucketMap$ValueIterator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/map/StaticBucketMap$Values.class b/HCF/out/production/HCCore/org/apache/commons/collections4/map/StaticBucketMap$Values.class deleted file mode 100644 index 4f1cd16..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/map/StaticBucketMap$Values.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/map/StaticBucketMap.class b/HCF/out/production/HCCore/org/apache/commons/collections4/map/StaticBucketMap.class deleted file mode 100644 index fbdd4a0..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/map/StaticBucketMap.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/map/TransformedMap.class b/HCF/out/production/HCCore/org/apache/commons/collections4/map/TransformedMap.class deleted file mode 100644 index 2de36f9..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/map/TransformedMap.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/map/TransformedSortedMap.class b/HCF/out/production/HCCore/org/apache/commons/collections4/map/TransformedSortedMap.class deleted file mode 100644 index 708810c..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/map/TransformedSortedMap.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/map/UnmodifiableEntrySet$UnmodifiableEntry.class b/HCF/out/production/HCCore/org/apache/commons/collections4/map/UnmodifiableEntrySet$UnmodifiableEntry.class deleted file mode 100644 index 72faa73..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/map/UnmodifiableEntrySet$UnmodifiableEntry.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/map/UnmodifiableEntrySet$UnmodifiableEntrySetIterator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/map/UnmodifiableEntrySet$UnmodifiableEntrySetIterator.class deleted file mode 100644 index 44c246a..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/map/UnmodifiableEntrySet$UnmodifiableEntrySetIterator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/map/UnmodifiableEntrySet.class b/HCF/out/production/HCCore/org/apache/commons/collections4/map/UnmodifiableEntrySet.class deleted file mode 100644 index 062bab4..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/map/UnmodifiableEntrySet.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/map/UnmodifiableMap.class b/HCF/out/production/HCCore/org/apache/commons/collections4/map/UnmodifiableMap.class deleted file mode 100644 index 6fba342..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/map/UnmodifiableMap.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/map/UnmodifiableOrderedMap.class b/HCF/out/production/HCCore/org/apache/commons/collections4/map/UnmodifiableOrderedMap.class deleted file mode 100644 index 6f0599e..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/map/UnmodifiableOrderedMap.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/map/UnmodifiableSortedMap.class b/HCF/out/production/HCCore/org/apache/commons/collections4/map/UnmodifiableSortedMap.class deleted file mode 100644 index e1e577a..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/map/UnmodifiableSortedMap.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/multimap/AbstractListValuedMap$ValuesListIterator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/multimap/AbstractListValuedMap$ValuesListIterator.class deleted file mode 100644 index 37f18a4..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/multimap/AbstractListValuedMap$ValuesListIterator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/multimap/AbstractListValuedMap$WrappedList.class b/HCF/out/production/HCCore/org/apache/commons/collections4/multimap/AbstractListValuedMap$WrappedList.class deleted file mode 100644 index 4e2b7e1..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/multimap/AbstractListValuedMap$WrappedList.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/multimap/AbstractListValuedMap.class b/HCF/out/production/HCCore/org/apache/commons/collections4/multimap/AbstractListValuedMap.class deleted file mode 100644 index 7b2126b..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/multimap/AbstractListValuedMap.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/multimap/AbstractMultiValuedMap$1.class b/HCF/out/production/HCCore/org/apache/commons/collections4/multimap/AbstractMultiValuedMap$1.class deleted file mode 100644 index 671f593..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/multimap/AbstractMultiValuedMap$1.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/multimap/AbstractMultiValuedMap$AsMap$AsMapEntrySet.class b/HCF/out/production/HCCore/org/apache/commons/collections4/multimap/AbstractMultiValuedMap$AsMap$AsMapEntrySet.class deleted file mode 100644 index 0562a8b..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/multimap/AbstractMultiValuedMap$AsMap$AsMapEntrySet.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/multimap/AbstractMultiValuedMap$AsMap$AsMapEntrySetIterator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/multimap/AbstractMultiValuedMap$AsMap$AsMapEntrySetIterator.class deleted file mode 100644 index 8f17c46..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/multimap/AbstractMultiValuedMap$AsMap$AsMapEntrySetIterator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/multimap/AbstractMultiValuedMap$AsMap.class b/HCF/out/production/HCCore/org/apache/commons/collections4/multimap/AbstractMultiValuedMap$AsMap.class deleted file mode 100644 index cd9c7a4..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/multimap/AbstractMultiValuedMap$AsMap.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/multimap/AbstractMultiValuedMap$EntryValues$1$1.class b/HCF/out/production/HCCore/org/apache/commons/collections4/multimap/AbstractMultiValuedMap$EntryValues$1$1.class deleted file mode 100644 index 3e99868..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/multimap/AbstractMultiValuedMap$EntryValues$1$1.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/multimap/AbstractMultiValuedMap$EntryValues$1.class b/HCF/out/production/HCCore/org/apache/commons/collections4/multimap/AbstractMultiValuedMap$EntryValues$1.class deleted file mode 100644 index b33a447..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/multimap/AbstractMultiValuedMap$EntryValues$1.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/multimap/AbstractMultiValuedMap$EntryValues.class b/HCF/out/production/HCCore/org/apache/commons/collections4/multimap/AbstractMultiValuedMap$EntryValues.class deleted file mode 100644 index 8ee16f4..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/multimap/AbstractMultiValuedMap$EntryValues.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/multimap/AbstractMultiValuedMap$KeysMultiSet$MapEntryTransformer$1.class b/HCF/out/production/HCCore/org/apache/commons/collections4/multimap/AbstractMultiValuedMap$KeysMultiSet$MapEntryTransformer$1.class deleted file mode 100644 index 89e5902..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/multimap/AbstractMultiValuedMap$KeysMultiSet$MapEntryTransformer$1.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/multimap/AbstractMultiValuedMap$KeysMultiSet$MapEntryTransformer.class b/HCF/out/production/HCCore/org/apache/commons/collections4/multimap/AbstractMultiValuedMap$KeysMultiSet$MapEntryTransformer.class deleted file mode 100644 index c2bd19a..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/multimap/AbstractMultiValuedMap$KeysMultiSet$MapEntryTransformer.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/multimap/AbstractMultiValuedMap$KeysMultiSet.class b/HCF/out/production/HCCore/org/apache/commons/collections4/multimap/AbstractMultiValuedMap$KeysMultiSet.class deleted file mode 100644 index 19859ba..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/multimap/AbstractMultiValuedMap$KeysMultiSet.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/multimap/AbstractMultiValuedMap$MultiValuedMapEntry.class b/HCF/out/production/HCCore/org/apache/commons/collections4/multimap/AbstractMultiValuedMap$MultiValuedMapEntry.class deleted file mode 100644 index de7388a..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/multimap/AbstractMultiValuedMap$MultiValuedMapEntry.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/multimap/AbstractMultiValuedMap$MultiValuedMapIterator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/multimap/AbstractMultiValuedMap$MultiValuedMapIterator.class deleted file mode 100644 index 31cdc28..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/multimap/AbstractMultiValuedMap$MultiValuedMapIterator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/multimap/AbstractMultiValuedMap$Values.class b/HCF/out/production/HCCore/org/apache/commons/collections4/multimap/AbstractMultiValuedMap$Values.class deleted file mode 100644 index 86d08c0..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/multimap/AbstractMultiValuedMap$Values.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/multimap/AbstractMultiValuedMap$ValuesIterator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/multimap/AbstractMultiValuedMap$ValuesIterator.class deleted file mode 100644 index 275e433..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/multimap/AbstractMultiValuedMap$ValuesIterator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/multimap/AbstractMultiValuedMap$WrappedCollection.class b/HCF/out/production/HCCore/org/apache/commons/collections4/multimap/AbstractMultiValuedMap$WrappedCollection.class deleted file mode 100644 index 6845dae..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/multimap/AbstractMultiValuedMap$WrappedCollection.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.class b/HCF/out/production/HCCore/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.class deleted file mode 100644 index 5de0484..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/multimap/AbstractMultiValuedMapDecorator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/multimap/AbstractMultiValuedMapDecorator.class deleted file mode 100644 index e860859..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/multimap/AbstractMultiValuedMapDecorator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/multimap/AbstractSetValuedMap$WrappedSet.class b/HCF/out/production/HCCore/org/apache/commons/collections4/multimap/AbstractSetValuedMap$WrappedSet.class deleted file mode 100644 index 356a460..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/multimap/AbstractSetValuedMap$WrappedSet.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/multimap/AbstractSetValuedMap.class b/HCF/out/production/HCCore/org/apache/commons/collections4/multimap/AbstractSetValuedMap.class deleted file mode 100644 index 446f420..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/multimap/AbstractSetValuedMap.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/multimap/ArrayListValuedHashMap.class b/HCF/out/production/HCCore/org/apache/commons/collections4/multimap/ArrayListValuedHashMap.class deleted file mode 100644 index bf71c78..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/multimap/ArrayListValuedHashMap.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/multimap/HashSetValuedHashMap.class b/HCF/out/production/HCCore/org/apache/commons/collections4/multimap/HashSetValuedHashMap.class deleted file mode 100644 index 61b142e..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/multimap/HashSetValuedHashMap.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/multimap/TransformedMultiValuedMap.class b/HCF/out/production/HCCore/org/apache/commons/collections4/multimap/TransformedMultiValuedMap.class deleted file mode 100644 index dfb4724..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/multimap/TransformedMultiValuedMap.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMap.class b/HCF/out/production/HCCore/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMap.class deleted file mode 100644 index 2407569..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMap.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/multiset/AbstractMapMultiSet$EntrySetIterator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/multiset/AbstractMapMultiSet$EntrySetIterator.class deleted file mode 100644 index f878cab..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/multiset/AbstractMapMultiSet$EntrySetIterator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/multiset/AbstractMapMultiSet$MapBasedMultiSetIterator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/multiset/AbstractMapMultiSet$MapBasedMultiSetIterator.class deleted file mode 100644 index 6cb0115..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/multiset/AbstractMapMultiSet$MapBasedMultiSetIterator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/multiset/AbstractMapMultiSet$MultiSetEntry.class b/HCF/out/production/HCCore/org/apache/commons/collections4/multiset/AbstractMapMultiSet$MultiSetEntry.class deleted file mode 100644 index 52704b6..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/multiset/AbstractMapMultiSet$MultiSetEntry.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/multiset/AbstractMapMultiSet$MutableInteger.class b/HCF/out/production/HCCore/org/apache/commons/collections4/multiset/AbstractMapMultiSet$MutableInteger.class deleted file mode 100644 index 214516c..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/multiset/AbstractMapMultiSet$MutableInteger.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/multiset/AbstractMapMultiSet$UniqueSetIterator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/multiset/AbstractMapMultiSet$UniqueSetIterator.class deleted file mode 100644 index 7b1a12f..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/multiset/AbstractMapMultiSet$UniqueSetIterator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/multiset/AbstractMapMultiSet.class b/HCF/out/production/HCCore/org/apache/commons/collections4/multiset/AbstractMapMultiSet.class deleted file mode 100644 index 41b6461..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/multiset/AbstractMapMultiSet.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/multiset/AbstractMultiSet$1.class b/HCF/out/production/HCCore/org/apache/commons/collections4/multiset/AbstractMultiSet$1.class deleted file mode 100644 index de26772..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/multiset/AbstractMultiSet$1.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/multiset/AbstractMultiSet$AbstractEntry.class b/HCF/out/production/HCCore/org/apache/commons/collections4/multiset/AbstractMultiSet$AbstractEntry.class deleted file mode 100644 index f55c1dc..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/multiset/AbstractMultiSet$AbstractEntry.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/multiset/AbstractMultiSet$EntrySet.class b/HCF/out/production/HCCore/org/apache/commons/collections4/multiset/AbstractMultiSet$EntrySet.class deleted file mode 100644 index d67695b..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/multiset/AbstractMultiSet$EntrySet.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/multiset/AbstractMultiSet$MultiSetIterator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/multiset/AbstractMultiSet$MultiSetIterator.class deleted file mode 100644 index 539fbbb..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/multiset/AbstractMultiSet$MultiSetIterator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/multiset/AbstractMultiSet$UniqueSet.class b/HCF/out/production/HCCore/org/apache/commons/collections4/multiset/AbstractMultiSet$UniqueSet.class deleted file mode 100644 index c20e202..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/multiset/AbstractMultiSet$UniqueSet.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/multiset/AbstractMultiSet.class b/HCF/out/production/HCCore/org/apache/commons/collections4/multiset/AbstractMultiSet.class deleted file mode 100644 index f221421..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/multiset/AbstractMultiSet.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/multiset/AbstractMultiSetDecorator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/multiset/AbstractMultiSetDecorator.class deleted file mode 100644 index 6a5e9cd..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/multiset/AbstractMultiSetDecorator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/multiset/HashMultiSet.class b/HCF/out/production/HCCore/org/apache/commons/collections4/multiset/HashMultiSet.class deleted file mode 100644 index d014cd7..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/multiset/HashMultiSet.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/multiset/PredicatedMultiSet.class b/HCF/out/production/HCCore/org/apache/commons/collections4/multiset/PredicatedMultiSet.class deleted file mode 100644 index 28c2a30..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/multiset/PredicatedMultiSet.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/multiset/SynchronizedMultiSet$SynchronizedSet.class b/HCF/out/production/HCCore/org/apache/commons/collections4/multiset/SynchronizedMultiSet$SynchronizedSet.class deleted file mode 100644 index c0efef3..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/multiset/SynchronizedMultiSet$SynchronizedSet.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/multiset/SynchronizedMultiSet.class b/HCF/out/production/HCCore/org/apache/commons/collections4/multiset/SynchronizedMultiSet.class deleted file mode 100644 index 8293cb0..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/multiset/SynchronizedMultiSet.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/multiset/UnmodifiableMultiSet.class b/HCF/out/production/HCCore/org/apache/commons/collections4/multiset/UnmodifiableMultiSet.class deleted file mode 100644 index ffcdc92..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/multiset/UnmodifiableMultiSet.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/overview.html b/HCF/out/production/HCCore/org/apache/commons/collections4/overview.html deleted file mode 100644 index 9a664e7..0000000 --- a/HCF/out/production/HCCore/org/apache/commons/collections4/overview.html +++ /dev/null @@ -1,113 +0,0 @@ - - - -

- Commons-Collections contains implementations, enhancements and utilities - that complement the Java Collections Framework. -

-

- The Apache Commons Collections Framework component adds a significant - amount of enhancements to the standard JDK collections. These enhancements - come in the form of new interfaces, new implementations and utility classes. -

-

- See also the java.util package for the standard Java collections. -

- -

Main features

-

- Commons-Collections defines a number of key interfaces: -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
InterfaceDescription
- {@link org.apache.commons.collections.Bag} - - A new Collection subinterface that stores each object together - with the number of occurrences. Methods are provided to get the number of - occurrences, and to add and remove a certain number of that object. -
- {@link org.apache.commons.collections.Buffer} - - A new Collection subinterface that allows objects to be removed - in some well-defined order. Methods enable the next item to be peeked and removed. -
- {@link org.apache.commons.collections.BidiMap} - - A new Map subinterface that allows lookup from key to value and - from value to key with equal ease. -
- {@link org.apache.commons.collections.OrderedMap} - - A new Map subinterface that is used when a map has an order, but is - not sorted. Methods enable bidirectional iteration through the map. -
- {@link org.apache.commons.collections.MapIterator} - - A new Iterator subinterface specially designed for maps. This iterator - avoids the need for entrySet iteration of a map, and is simpler to use. -
- {@link org.apache.commons.collections.ResettableIterator} - - A new Iterator subinterface that allows the iteration to be reset back - to the start. Many iterators in this library have this functionality. -
- {@link org.apache.commons.collections.Closure}
- {@link org.apache.commons.collections.Predicate}
- {@link org.apache.commons.collections.Transformer}
- {@link org.apache.commons.collections.Factory}
-
- A group of functor interfaces that provide plugin behaviour to various - collections and utilities. -
-

- In addition to the interfaces, there are many implementations. - Consult each subpackage for full details of these. -

- - diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/queue/AbstractQueueDecorator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/queue/AbstractQueueDecorator.class deleted file mode 100644 index 8bcb843..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/queue/AbstractQueueDecorator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/queue/CircularFifoQueue$1.class b/HCF/out/production/HCCore/org/apache/commons/collections4/queue/CircularFifoQueue$1.class deleted file mode 100644 index 8044e0f..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/queue/CircularFifoQueue$1.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/queue/CircularFifoQueue.class b/HCF/out/production/HCCore/org/apache/commons/collections4/queue/CircularFifoQueue.class deleted file mode 100644 index d09eb1e..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/queue/CircularFifoQueue.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/queue/PredicatedQueue.class b/HCF/out/production/HCCore/org/apache/commons/collections4/queue/PredicatedQueue.class deleted file mode 100644 index 42ea168..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/queue/PredicatedQueue.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/queue/TransformedQueue.class b/HCF/out/production/HCCore/org/apache/commons/collections4/queue/TransformedQueue.class deleted file mode 100644 index 52c37bd..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/queue/TransformedQueue.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/queue/UnmodifiableQueue.class b/HCF/out/production/HCCore/org/apache/commons/collections4/queue/UnmodifiableQueue.class deleted file mode 100644 index da46d57..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/queue/UnmodifiableQueue.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/sequence/CommandVisitor.class b/HCF/out/production/HCCore/org/apache/commons/collections4/sequence/CommandVisitor.class deleted file mode 100644 index 0856802..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/sequence/CommandVisitor.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/sequence/DeleteCommand.class b/HCF/out/production/HCCore/org/apache/commons/collections4/sequence/DeleteCommand.class deleted file mode 100644 index c941e72..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/sequence/DeleteCommand.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/sequence/EditCommand.class b/HCF/out/production/HCCore/org/apache/commons/collections4/sequence/EditCommand.class deleted file mode 100644 index c831967..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/sequence/EditCommand.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/sequence/EditScript.class b/HCF/out/production/HCCore/org/apache/commons/collections4/sequence/EditScript.class deleted file mode 100644 index bdab713..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/sequence/EditScript.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/sequence/InsertCommand.class b/HCF/out/production/HCCore/org/apache/commons/collections4/sequence/InsertCommand.class deleted file mode 100644 index 8bfbdd4..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/sequence/InsertCommand.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/sequence/KeepCommand.class b/HCF/out/production/HCCore/org/apache/commons/collections4/sequence/KeepCommand.class deleted file mode 100644 index 7063427..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/sequence/KeepCommand.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/sequence/ReplacementsFinder.class b/HCF/out/production/HCCore/org/apache/commons/collections4/sequence/ReplacementsFinder.class deleted file mode 100644 index 4850245..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/sequence/ReplacementsFinder.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/sequence/ReplacementsHandler.class b/HCF/out/production/HCCore/org/apache/commons/collections4/sequence/ReplacementsHandler.class deleted file mode 100644 index da85cf9..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/sequence/ReplacementsHandler.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/sequence/SequencesComparator$Snake.class b/HCF/out/production/HCCore/org/apache/commons/collections4/sequence/SequencesComparator$Snake.class deleted file mode 100644 index 0e1934c..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/sequence/SequencesComparator$Snake.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/sequence/SequencesComparator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/sequence/SequencesComparator.class deleted file mode 100644 index 3cd0061..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/sequence/SequencesComparator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/set/AbstractNavigableSetDecorator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/set/AbstractNavigableSetDecorator.class deleted file mode 100644 index 17f07c3..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/set/AbstractNavigableSetDecorator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/set/AbstractSerializableSetDecorator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/set/AbstractSerializableSetDecorator.class deleted file mode 100644 index 2666f1b..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/set/AbstractSerializableSetDecorator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/set/AbstractSetDecorator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/set/AbstractSetDecorator.class deleted file mode 100644 index 58a63b7..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/set/AbstractSetDecorator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/set/AbstractSortedSetDecorator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/set/AbstractSortedSetDecorator.class deleted file mode 100644 index 8b908c5..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/set/AbstractSortedSetDecorator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/set/CompositeSet$SetMutator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/set/CompositeSet$SetMutator.class deleted file mode 100644 index 92bc387..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/set/CompositeSet$SetMutator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/set/CompositeSet.class b/HCF/out/production/HCCore/org/apache/commons/collections4/set/CompositeSet.class deleted file mode 100644 index 8941ee5..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/set/CompositeSet.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/set/ListOrderedSet$1.class b/HCF/out/production/HCCore/org/apache/commons/collections4/set/ListOrderedSet$1.class deleted file mode 100644 index 3db73b4..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/set/ListOrderedSet$1.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/set/ListOrderedSet$OrderedSetIterator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/set/ListOrderedSet$OrderedSetIterator.class deleted file mode 100644 index 853b161..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/set/ListOrderedSet$OrderedSetIterator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/set/ListOrderedSet.class b/HCF/out/production/HCCore/org/apache/commons/collections4/set/ListOrderedSet.class deleted file mode 100644 index 8068ec6..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/set/ListOrderedSet.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/set/MapBackedSet.class b/HCF/out/production/HCCore/org/apache/commons/collections4/set/MapBackedSet.class deleted file mode 100644 index 22c4c0b..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/set/MapBackedSet.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/set/PredicatedNavigableSet.class b/HCF/out/production/HCCore/org/apache/commons/collections4/set/PredicatedNavigableSet.class deleted file mode 100644 index fa61fe7..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/set/PredicatedNavigableSet.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/set/PredicatedSet.class b/HCF/out/production/HCCore/org/apache/commons/collections4/set/PredicatedSet.class deleted file mode 100644 index bee2f4d..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/set/PredicatedSet.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/set/PredicatedSortedSet.class b/HCF/out/production/HCCore/org/apache/commons/collections4/set/PredicatedSortedSet.class deleted file mode 100644 index 5ef9689..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/set/PredicatedSortedSet.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/set/TransformedNavigableSet.class b/HCF/out/production/HCCore/org/apache/commons/collections4/set/TransformedNavigableSet.class deleted file mode 100644 index d26967a..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/set/TransformedNavigableSet.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/set/TransformedSet.class b/HCF/out/production/HCCore/org/apache/commons/collections4/set/TransformedSet.class deleted file mode 100644 index 254c985..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/set/TransformedSet.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/set/TransformedSortedSet.class b/HCF/out/production/HCCore/org/apache/commons/collections4/set/TransformedSortedSet.class deleted file mode 100644 index 375a04d..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/set/TransformedSortedSet.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/set/UnmodifiableNavigableSet.class b/HCF/out/production/HCCore/org/apache/commons/collections4/set/UnmodifiableNavigableSet.class deleted file mode 100644 index a7f9704..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/set/UnmodifiableNavigableSet.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/set/UnmodifiableSet.class b/HCF/out/production/HCCore/org/apache/commons/collections4/set/UnmodifiableSet.class deleted file mode 100644 index 088257f..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/set/UnmodifiableSet.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/set/UnmodifiableSortedSet.class b/HCF/out/production/HCCore/org/apache/commons/collections4/set/UnmodifiableSortedSet.class deleted file mode 100644 index fa51573..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/set/UnmodifiableSortedSet.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/splitmap/AbstractIterableGetMapDecorator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/splitmap/AbstractIterableGetMapDecorator.class deleted file mode 100644 index 84f6566..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/splitmap/AbstractIterableGetMapDecorator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/splitmap/TransformedSplitMap.class b/HCF/out/production/HCCore/org/apache/commons/collections4/splitmap/TransformedSplitMap.class deleted file mode 100644 index ccb8ee6..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/splitmap/TransformedSplitMap.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/trie/AbstractBitwiseTrie$BasicEntry.class b/HCF/out/production/HCCore/org/apache/commons/collections4/trie/AbstractBitwiseTrie$BasicEntry.class deleted file mode 100644 index 1693136..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/trie/AbstractBitwiseTrie$BasicEntry.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/trie/AbstractBitwiseTrie.class b/HCF/out/production/HCCore/org/apache/commons/collections4/trie/AbstractBitwiseTrie.class deleted file mode 100644 index b6debfd..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/trie/AbstractBitwiseTrie.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/trie/AbstractPatriciaTrie$1.class b/HCF/out/production/HCCore/org/apache/commons/collections4/trie/AbstractPatriciaTrie$1.class deleted file mode 100644 index b61633e..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/trie/AbstractPatriciaTrie$1.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/trie/AbstractPatriciaTrie$EntrySet$EntryIterator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/trie/AbstractPatriciaTrie$EntrySet$EntryIterator.class deleted file mode 100644 index 054cab0..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/trie/AbstractPatriciaTrie$EntrySet$EntryIterator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/trie/AbstractPatriciaTrie$EntrySet.class b/HCF/out/production/HCCore/org/apache/commons/collections4/trie/AbstractPatriciaTrie$EntrySet.class deleted file mode 100644 index 08a4719..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/trie/AbstractPatriciaTrie$EntrySet.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/trie/AbstractPatriciaTrie$KeySet$KeyIterator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/trie/AbstractPatriciaTrie$KeySet$KeyIterator.class deleted file mode 100644 index 127a288..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/trie/AbstractPatriciaTrie$KeySet$KeyIterator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/trie/AbstractPatriciaTrie$KeySet.class b/HCF/out/production/HCCore/org/apache/commons/collections4/trie/AbstractPatriciaTrie$KeySet.class deleted file mode 100644 index a635227..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/trie/AbstractPatriciaTrie$KeySet.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/trie/AbstractPatriciaTrie$PrefixRangeEntrySet$EntryIterator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/trie/AbstractPatriciaTrie$PrefixRangeEntrySet$EntryIterator.class deleted file mode 100644 index 6604a9e..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/trie/AbstractPatriciaTrie$PrefixRangeEntrySet$EntryIterator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/trie/AbstractPatriciaTrie$PrefixRangeEntrySet$SingletonIterator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/trie/AbstractPatriciaTrie$PrefixRangeEntrySet$SingletonIterator.class deleted file mode 100644 index 16ba072..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/trie/AbstractPatriciaTrie$PrefixRangeEntrySet$SingletonIterator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/trie/AbstractPatriciaTrie$PrefixRangeEntrySet.class b/HCF/out/production/HCCore/org/apache/commons/collections4/trie/AbstractPatriciaTrie$PrefixRangeEntrySet.class deleted file mode 100644 index f1e1cfa..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/trie/AbstractPatriciaTrie$PrefixRangeEntrySet.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/trie/AbstractPatriciaTrie$PrefixRangeMap.class b/HCF/out/production/HCCore/org/apache/commons/collections4/trie/AbstractPatriciaTrie$PrefixRangeMap.class deleted file mode 100644 index da4ed6c..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/trie/AbstractPatriciaTrie$PrefixRangeMap.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/trie/AbstractPatriciaTrie$RangeEntryMap.class b/HCF/out/production/HCCore/org/apache/commons/collections4/trie/AbstractPatriciaTrie$RangeEntryMap.class deleted file mode 100644 index 5098324..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/trie/AbstractPatriciaTrie$RangeEntryMap.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/trie/AbstractPatriciaTrie$RangeEntrySet$EntryIterator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/trie/AbstractPatriciaTrie$RangeEntrySet$EntryIterator.class deleted file mode 100644 index ca41c44..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/trie/AbstractPatriciaTrie$RangeEntrySet$EntryIterator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/trie/AbstractPatriciaTrie$RangeEntrySet.class b/HCF/out/production/HCCore/org/apache/commons/collections4/trie/AbstractPatriciaTrie$RangeEntrySet.class deleted file mode 100644 index f5bec62..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/trie/AbstractPatriciaTrie$RangeEntrySet.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/trie/AbstractPatriciaTrie$RangeMap.class b/HCF/out/production/HCCore/org/apache/commons/collections4/trie/AbstractPatriciaTrie$RangeMap.class deleted file mode 100644 index aabdde6..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/trie/AbstractPatriciaTrie$RangeMap.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/trie/AbstractPatriciaTrie$Reference.class b/HCF/out/production/HCCore/org/apache/commons/collections4/trie/AbstractPatriciaTrie$Reference.class deleted file mode 100644 index 13564c0..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/trie/AbstractPatriciaTrie$Reference.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/trie/AbstractPatriciaTrie$TrieEntry.class b/HCF/out/production/HCCore/org/apache/commons/collections4/trie/AbstractPatriciaTrie$TrieEntry.class deleted file mode 100644 index 6783170..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/trie/AbstractPatriciaTrie$TrieEntry.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/trie/AbstractPatriciaTrie$TrieIterator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/trie/AbstractPatriciaTrie$TrieIterator.class deleted file mode 100644 index 49316eb..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/trie/AbstractPatriciaTrie$TrieIterator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/trie/AbstractPatriciaTrie$TrieMapIterator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/trie/AbstractPatriciaTrie$TrieMapIterator.class deleted file mode 100644 index efea9dd..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/trie/AbstractPatriciaTrie$TrieMapIterator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/trie/AbstractPatriciaTrie$Values$ValueIterator.class b/HCF/out/production/HCCore/org/apache/commons/collections4/trie/AbstractPatriciaTrie$Values$ValueIterator.class deleted file mode 100644 index 412f09a..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/trie/AbstractPatriciaTrie$Values$ValueIterator.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/trie/AbstractPatriciaTrie$Values.class b/HCF/out/production/HCCore/org/apache/commons/collections4/trie/AbstractPatriciaTrie$Values.class deleted file mode 100644 index a12a8ae..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/trie/AbstractPatriciaTrie$Values.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/trie/AbstractPatriciaTrie.class b/HCF/out/production/HCCore/org/apache/commons/collections4/trie/AbstractPatriciaTrie.class deleted file mode 100644 index bcd5c5e..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/trie/AbstractPatriciaTrie.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/trie/KeyAnalyzer.class b/HCF/out/production/HCCore/org/apache/commons/collections4/trie/KeyAnalyzer.class deleted file mode 100644 index c0795c4..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/trie/KeyAnalyzer.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/trie/PatriciaTrie.class b/HCF/out/production/HCCore/org/apache/commons/collections4/trie/PatriciaTrie.class deleted file mode 100644 index aa7c245..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/trie/PatriciaTrie.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/trie/UnmodifiableTrie.class b/HCF/out/production/HCCore/org/apache/commons/collections4/trie/UnmodifiableTrie.class deleted file mode 100644 index 07d6b9f..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/trie/UnmodifiableTrie.class and /dev/null differ diff --git a/HCF/out/production/HCCore/org/apache/commons/collections4/trie/analyzer/StringKeyAnalyzer.class b/HCF/out/production/HCCore/org/apache/commons/collections4/trie/analyzer/StringKeyAnalyzer.class deleted file mode 100644 index 1cbecf5..0000000 Binary files a/HCF/out/production/HCCore/org/apache/commons/collections4/trie/analyzer/StringKeyAnalyzer.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/HCF.class b/HCF/out/production/saberhcf/com/customhcf/hcf/HCF.class deleted file mode 100644 index e557f75..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/HCF.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/Utils/Chat.class b/HCF/out/production/saberhcf/com/customhcf/hcf/Utils/Chat.class deleted file mode 100644 index 5693e9a..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/Utils/Chat.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/Utils/ChatUtils.class b/HCF/out/production/saberhcf/com/customhcf/hcf/Utils/ChatUtils.class deleted file mode 100644 index 93513aa..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/Utils/ChatUtils.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/Utils/ConfigurationService.class b/HCF/out/production/saberhcf/com/customhcf/hcf/Utils/ConfigurationService.class deleted file mode 100644 index 9f565b0..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/Utils/ConfigurationService.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/Utils/Cooldowns.class b/HCF/out/production/saberhcf/com/customhcf/hcf/Utils/Cooldowns.class deleted file mode 100644 index 554b2b1..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/Utils/Cooldowns.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/Utils/DateTimeFormats$1.class b/HCF/out/production/saberhcf/com/customhcf/hcf/Utils/DateTimeFormats$1.class deleted file mode 100644 index 9319456..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/Utils/DateTimeFormats$1.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/Utils/DateTimeFormats$2.class b/HCF/out/production/saberhcf/com/customhcf/hcf/Utils/DateTimeFormats$2.class deleted file mode 100644 index 3333574..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/Utils/DateTimeFormats$2.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/Utils/DateTimeFormats.class b/HCF/out/production/saberhcf/com/customhcf/hcf/Utils/DateTimeFormats.class deleted file mode 100644 index 0b00cd6..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/Utils/DateTimeFormats.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/Utils/DurationFormatter.class b/HCF/out/production/saberhcf/com/customhcf/hcf/Utils/DurationFormatter.class deleted file mode 100644 index 37db7be..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/Utils/DurationFormatter.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/Utils/Lang.class b/HCF/out/production/saberhcf/com/customhcf/hcf/Utils/Lang.class deleted file mode 100644 index 9ce83aa..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/Utils/Lang.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/Utils/Message.class b/HCF/out/production/saberhcf/com/customhcf/hcf/Utils/Message.class deleted file mode 100644 index e3469fd..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/Utils/Message.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/Utils/PUtils.class b/HCF/out/production/saberhcf/com/customhcf/hcf/Utils/PUtils.class deleted file mode 100644 index e2ca31e..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/Utils/PUtils.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/Utils/ReviveCooldown$1.class b/HCF/out/production/saberhcf/com/customhcf/hcf/Utils/ReviveCooldown$1.class deleted file mode 100644 index a9c2873..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/Utils/ReviveCooldown$1.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/Utils/ReviveCooldown.class b/HCF/out/production/saberhcf/com/customhcf/hcf/Utils/ReviveCooldown.class deleted file mode 100644 index 668ab17..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/Utils/ReviveCooldown.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/Utils/ReviveSetup.class b/HCF/out/production/saberhcf/com/customhcf/hcf/Utils/ReviveSetup.class deleted file mode 100644 index 76ccdf5..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/Utils/ReviveSetup.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/Utils/StatsUtils.class b/HCF/out/production/saberhcf/com/customhcf/hcf/Utils/StatsUtils.class deleted file mode 100644 index 793f003..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/Utils/StatsUtils.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/Utils/UUIDFetcher.class b/HCF/out/production/saberhcf/com/customhcf/hcf/Utils/UUIDFetcher.class deleted file mode 100644 index 04a03cb..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/Utils/UUIDFetcher.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/balance/EconomyCommand.class b/HCF/out/production/saberhcf/com/customhcf/hcf/balance/EconomyCommand.class deleted file mode 100644 index d715127..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/balance/EconomyCommand.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/balance/EconomyManager.class b/HCF/out/production/saberhcf/com/customhcf/hcf/balance/EconomyManager.class deleted file mode 100644 index 585730c..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/balance/EconomyManager.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/balance/FlatFileEconomyManager.class b/HCF/out/production/saberhcf/com/customhcf/hcf/balance/FlatFileEconomyManager.class deleted file mode 100644 index 30f12b9..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/balance/FlatFileEconomyManager.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/balance/PayCommand.class b/HCF/out/production/saberhcf/com/customhcf/hcf/balance/PayCommand.class deleted file mode 100644 index b6e0d8b..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/balance/PayCommand.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/balance/ShopSignListener.class b/HCF/out/production/saberhcf/com/customhcf/hcf/balance/ShopSignListener.class deleted file mode 100644 index acd949c..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/balance/ShopSignListener.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/chat/ChatHandler.class b/HCF/out/production/saberhcf/com/customhcf/hcf/chat/ChatHandler.class deleted file mode 100644 index 1ebc2d9..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/chat/ChatHandler.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/chat/Translate.class b/HCF/out/production/saberhcf/com/customhcf/hcf/chat/Translate.class deleted file mode 100644 index 6eececb..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/chat/Translate.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/classes/PvpClass.class b/HCF/out/production/saberhcf/com/customhcf/hcf/classes/PvpClass.class deleted file mode 100644 index fdb09a2..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/classes/PvpClass.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/classes/PvpClassManager.class b/HCF/out/production/saberhcf/com/customhcf/hcf/classes/PvpClassManager.class deleted file mode 100644 index 4069226..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/classes/PvpClassManager.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/classes/archer/ArcherClass$1.class b/HCF/out/production/saberhcf/com/customhcf/hcf/classes/archer/ArcherClass$1.class deleted file mode 100644 index 63641d7..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/classes/archer/ArcherClass$1.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/classes/archer/ArcherClass.class b/HCF/out/production/saberhcf/com/customhcf/hcf/classes/archer/ArcherClass.class deleted file mode 100644 index f15def1..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/classes/archer/ArcherClass.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/classes/archer/ArcherMark.class b/HCF/out/production/saberhcf/com/customhcf/hcf/classes/archer/ArcherMark.class deleted file mode 100644 index bc0d453..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/classes/archer/ArcherMark.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/classes/bard/BardClass$1.class b/HCF/out/production/saberhcf/com/customhcf/hcf/classes/bard/BardClass$1.class deleted file mode 100644 index 93fe632..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/classes/bard/BardClass$1.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/classes/bard/BardClass.class b/HCF/out/production/saberhcf/com/customhcf/hcf/classes/bard/BardClass.class deleted file mode 100644 index 1a4728c..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/classes/bard/BardClass.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/classes/bard/BardData.class b/HCF/out/production/saberhcf/com/customhcf/hcf/classes/bard/BardData.class deleted file mode 100644 index 7cd79cd..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/classes/bard/BardData.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/classes/bard/BardEffect.class b/HCF/out/production/saberhcf/com/customhcf/hcf/classes/bard/BardEffect.class deleted file mode 100644 index e0c1a6e..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/classes/bard/BardEffect.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/classes/bard/EffectRestorer.class b/HCF/out/production/saberhcf/com/customhcf/hcf/classes/bard/EffectRestorer.class deleted file mode 100644 index bb6b9af..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/classes/bard/EffectRestorer.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/classes/event/PvpClassEquipEvent.class b/HCF/out/production/saberhcf/com/customhcf/hcf/classes/event/PvpClassEquipEvent.class deleted file mode 100644 index a1760cf..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/classes/event/PvpClassEquipEvent.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/classes/event/PvpClassUnequipEvent.class b/HCF/out/production/saberhcf/com/customhcf/hcf/classes/event/PvpClassUnequipEvent.class deleted file mode 100644 index ad11328..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/classes/event/PvpClassUnequipEvent.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/classes/type/MinerClass.class b/HCF/out/production/saberhcf/com/customhcf/hcf/classes/type/MinerClass.class deleted file mode 100644 index abd1a94..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/classes/type/MinerClass.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/command/BlacklistCommand.class b/HCF/out/production/saberhcf/com/customhcf/hcf/command/BlacklistCommand.class deleted file mode 100644 index 169235a..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/command/BlacklistCommand.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/command/BottleXPCommand.class b/HCF/out/production/saberhcf/com/customhcf/hcf/command/BottleXPCommand.class deleted file mode 100644 index 83c0c86..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/command/BottleXPCommand.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/command/CobbleCommand.class b/HCF/out/production/saberhcf/com/customhcf/hcf/command/CobbleCommand.class deleted file mode 100644 index daba08f..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/command/CobbleCommand.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/command/CoordsCommand.class b/HCF/out/production/saberhcf/com/customhcf/hcf/command/CoordsCommand.class deleted file mode 100644 index 91412f5..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/command/CoordsCommand.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/command/CrowbarCommand.class b/HCF/out/production/saberhcf/com/customhcf/hcf/command/CrowbarCommand.class deleted file mode 100644 index 8b89aff..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/command/CrowbarCommand.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/command/EndCommand.class b/HCF/out/production/saberhcf/com/customhcf/hcf/command/EndCommand.class deleted file mode 100644 index cdd321a..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/command/EndCommand.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/command/EzSpawnCommand.class b/HCF/out/production/saberhcf/com/customhcf/hcf/command/EzSpawnCommand.class deleted file mode 100644 index 3dc8c44..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/command/EzSpawnCommand.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/command/FeedAllCommand.class b/HCF/out/production/saberhcf/com/customhcf/hcf/command/FeedAllCommand.class deleted file mode 100644 index ca07b6b..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/command/FeedAllCommand.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/command/FocusCommand.class b/HCF/out/production/saberhcf/com/customhcf/hcf/command/FocusCommand.class deleted file mode 100644 index 53a3a66..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/command/FocusCommand.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/command/GrantProtectionCommand.class b/HCF/out/production/saberhcf/com/customhcf/hcf/command/GrantProtectionCommand.class deleted file mode 100644 index 5497f8b..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/command/GrantProtectionCommand.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/command/HelpCommand.class b/HCF/out/production/saberhcf/com/customhcf/hcf/command/HelpCommand.class deleted file mode 100644 index 4186192..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/command/HelpCommand.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/command/InfoCommand.class b/HCF/out/production/saberhcf/com/customhcf/hcf/command/InfoCommand.class deleted file mode 100644 index ebdea61..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/command/InfoCommand.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/command/KeyAllCommand.class b/HCF/out/production/saberhcf/com/customhcf/hcf/command/KeyAllCommand.class deleted file mode 100644 index 69be63f..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/command/KeyAllCommand.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/command/LogoutCommand.class b/HCF/out/production/saberhcf/com/customhcf/hcf/command/LogoutCommand.class deleted file mode 100644 index 1dab4f5..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/command/LogoutCommand.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/command/MapKitCommand.class b/HCF/out/production/saberhcf/com/customhcf/hcf/command/MapKitCommand.class deleted file mode 100644 index d105dad..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/command/MapKitCommand.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/command/MuteChatCommand.class b/HCF/out/production/saberhcf/com/customhcf/hcf/command/MuteChatCommand.class deleted file mode 100644 index 06abc66..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/command/MuteChatCommand.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/command/OresCommand.class b/HCF/out/production/saberhcf/com/customhcf/hcf/command/OresCommand.class deleted file mode 100644 index 3737384..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/command/OresCommand.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/command/PanicCommand.class b/HCF/out/production/saberhcf/com/customhcf/hcf/command/PanicCommand.class deleted file mode 100644 index 5bc003e..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/command/PanicCommand.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/command/PingCommand.class b/HCF/out/production/saberhcf/com/customhcf/hcf/command/PingCommand.class deleted file mode 100644 index e8594ee..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/command/PingCommand.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/command/PvpTimerCommand.class b/HCF/out/production/saberhcf/com/customhcf/hcf/command/PvpTimerCommand.class deleted file mode 100644 index fe60e0b..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/command/PvpTimerCommand.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/command/ReclaimCommand.class b/HCF/out/production/saberhcf/com/customhcf/hcf/command/ReclaimCommand.class deleted file mode 100644 index ec26020..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/command/ReclaimCommand.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/command/ReportCommand.class b/HCF/out/production/saberhcf/com/customhcf/hcf/command/ReportCommand.class deleted file mode 100644 index 551cd24..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/command/ReportCommand.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/command/RequestCommand.class b/HCF/out/production/saberhcf/com/customhcf/hcf/command/RequestCommand.class deleted file mode 100644 index 534e360..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/command/RequestCommand.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/command/RestoreInventoryCommand.class b/HCF/out/production/saberhcf/com/customhcf/hcf/command/RestoreInventoryCommand.class deleted file mode 100644 index 57de846..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/command/RestoreInventoryCommand.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/command/ReviveCommand.class b/HCF/out/production/saberhcf/com/customhcf/hcf/command/ReviveCommand.class deleted file mode 100644 index bb022c8..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/command/ReviveCommand.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/command/ScrollsCommand.class b/HCF/out/production/saberhcf/com/customhcf/hcf/command/ScrollsCommand.class deleted file mode 100644 index 37ff5ee..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/command/ScrollsCommand.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/command/SetBorderCommand.class b/HCF/out/production/saberhcf/com/customhcf/hcf/command/SetBorderCommand.class deleted file mode 100644 index c9e802e..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/command/SetBorderCommand.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/command/SotwCommand.class b/HCF/out/production/saberhcf/com/customhcf/hcf/command/SotwCommand.class deleted file mode 100644 index 477a44e..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/command/SotwCommand.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/command/StaffChatCommand.class b/HCF/out/production/saberhcf/com/customhcf/hcf/command/StaffChatCommand.class deleted file mode 100644 index 6880d9c..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/command/StaffChatCommand.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/command/StaffReviveCommand.class b/HCF/out/production/saberhcf/com/customhcf/hcf/command/StaffReviveCommand.class deleted file mode 100644 index 6b28414..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/command/StaffReviveCommand.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/command/TeamspeakCommand.class b/HCF/out/production/saberhcf/com/customhcf/hcf/command/TeamspeakCommand.class deleted file mode 100644 index 7179290..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/command/TeamspeakCommand.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/command/ToggleCommandCommand.class b/HCF/out/production/saberhcf/com/customhcf/hcf/command/ToggleCommandCommand.class deleted file mode 100644 index 4cf1c21..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/command/ToggleCommandCommand.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/command/ToggleEnd.class b/HCF/out/production/saberhcf/com/customhcf/hcf/command/ToggleEnd.class deleted file mode 100644 index 9a66b2e..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/command/ToggleEnd.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/command/VanishCommand.class b/HCF/out/production/saberhcf/com/customhcf/hcf/command/VanishCommand.class deleted file mode 100644 index fe56093..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/command/VanishCommand.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/command/WhoCommand.class b/HCF/out/production/saberhcf/com/customhcf/hcf/command/WhoCommand.class deleted file mode 100644 index a7eb105..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/command/WhoCommand.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/crowbar/Crowbar.class b/HCF/out/production/saberhcf/com/customhcf/hcf/crowbar/Crowbar.class deleted file mode 100644 index 1188d07..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/crowbar/Crowbar.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/deathban/Deathban.class b/HCF/out/production/saberhcf/com/customhcf/hcf/deathban/Deathban.class deleted file mode 100644 index 488986c..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/deathban/Deathban.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/deathban/DeathbanListener$1.class b/HCF/out/production/saberhcf/com/customhcf/hcf/deathban/DeathbanListener$1.class deleted file mode 100644 index 2ac7e72..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/deathban/DeathbanListener$1.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/deathban/DeathbanListener$LoginMessageRunnable.class b/HCF/out/production/saberhcf/com/customhcf/hcf/deathban/DeathbanListener$LoginMessageRunnable.class deleted file mode 100644 index 88ed96b..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/deathban/DeathbanListener$LoginMessageRunnable.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/deathban/DeathbanListener.class b/HCF/out/production/saberhcf/com/customhcf/hcf/deathban/DeathbanListener.class deleted file mode 100644 index e0d59fc..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/deathban/DeathbanListener.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/deathban/DeathbanManager.class b/HCF/out/production/saberhcf/com/customhcf/hcf/deathban/DeathbanManager.class deleted file mode 100644 index 1e29d7f..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/deathban/DeathbanManager.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/deathban/FlatFileDeathbanManager.class b/HCF/out/production/saberhcf/com/customhcf/hcf/deathban/FlatFileDeathbanManager.class deleted file mode 100644 index 3db7de5..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/deathban/FlatFileDeathbanManager.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/donor/ScrollsHandler.class b/HCF/out/production/saberhcf/com/customhcf/hcf/donor/ScrollsHandler.class deleted file mode 100644 index bb7586f..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/donor/ScrollsHandler.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/donor/listeners/ScrollsListener.class b/HCF/out/production/saberhcf/com/customhcf/hcf/donor/listeners/ScrollsListener.class deleted file mode 100644 index 787d0f4..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/donor/listeners/ScrollsListener.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/FactionExecutor.class b/HCF/out/production/saberhcf/com/customhcf/hcf/faction/FactionExecutor.class deleted file mode 100644 index 27f5684..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/FactionExecutor.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/FactionManager.class b/HCF/out/production/saberhcf/com/customhcf/hcf/faction/FactionManager.class deleted file mode 100644 index 769f357..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/FactionManager.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/FactionMember.class b/HCF/out/production/saberhcf/com/customhcf/hcf/faction/FactionMember.class deleted file mode 100644 index afc68b9..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/FactionMember.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/FlatFileFactionManager.class b/HCF/out/production/saberhcf/com/customhcf/hcf/faction/FlatFileFactionManager.class deleted file mode 100644 index 6f69bcf..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/FlatFileFactionManager.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/LandMap.class b/HCF/out/production/saberhcf/com/customhcf/hcf/faction/LandMap.class deleted file mode 100644 index 064e421..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/LandMap.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/FactionAcceptArgument.class b/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/FactionAcceptArgument.class deleted file mode 100644 index 7aa7157..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/FactionAcceptArgument.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/FactionAllyArgument.class b/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/FactionAllyArgument.class deleted file mode 100644 index 2a87cb4..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/FactionAllyArgument.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/FactionAnnouncementArgument.class b/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/FactionAnnouncementArgument.class deleted file mode 100644 index b2d9d2a..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/FactionAnnouncementArgument.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/FactionChatArgument.class b/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/FactionChatArgument.class deleted file mode 100644 index f6dae79..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/FactionChatArgument.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/FactionClaimArgument.class b/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/FactionClaimArgument.class deleted file mode 100644 index 9ae9a32..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/FactionClaimArgument.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/FactionClaimChunkArgument.class b/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/FactionClaimChunkArgument.class deleted file mode 100644 index 7a1eda3..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/FactionClaimChunkArgument.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/FactionClaimsArgument.class b/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/FactionClaimsArgument.class deleted file mode 100644 index 1d1aca4..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/FactionClaimsArgument.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/FactionCoLeaderArgument.class b/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/FactionCoLeaderArgument.class deleted file mode 100644 index 076761a..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/FactionCoLeaderArgument.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/FactionCreateArgument.class b/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/FactionCreateArgument.class deleted file mode 100644 index 311cbab..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/FactionCreateArgument.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/FactionDemoteArgument.class b/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/FactionDemoteArgument.class deleted file mode 100644 index 28152d3..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/FactionDemoteArgument.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/FactionDepositArgument.class b/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/FactionDepositArgument.class deleted file mode 100644 index 8435ae8..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/FactionDepositArgument.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/FactionDisbandArgument.class b/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/FactionDisbandArgument.class deleted file mode 100644 index d83ad4b..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/FactionDisbandArgument.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/FactionHelpArgument.class b/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/FactionHelpArgument.class deleted file mode 100644 index cd579a2..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/FactionHelpArgument.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/FactionHomeArgument$1.class b/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/FactionHomeArgument$1.class deleted file mode 100644 index f6be42b..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/FactionHomeArgument$1.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/FactionHomeArgument.class b/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/FactionHomeArgument.class deleted file mode 100644 index 4fa5dec..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/FactionHomeArgument.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/FactionInviteArgument.class b/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/FactionInviteArgument.class deleted file mode 100644 index 0b91ec7..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/FactionInviteArgument.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/FactionInvitesArgument.class b/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/FactionInvitesArgument.class deleted file mode 100644 index dd45bea..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/FactionInvitesArgument.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/FactionKickArgument.class b/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/FactionKickArgument.class deleted file mode 100644 index 241eed8..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/FactionKickArgument.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/FactionLeaderArgument.class b/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/FactionLeaderArgument.class deleted file mode 100644 index f8a75a7..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/FactionLeaderArgument.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/FactionLeaveArgument.class b/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/FactionLeaveArgument.class deleted file mode 100644 index 45cf526..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/FactionLeaveArgument.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/FactionListArgument$1.class b/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/FactionListArgument$1.class deleted file mode 100644 index 523547b..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/FactionListArgument$1.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/FactionListArgument.class b/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/FactionListArgument.class deleted file mode 100644 index 7bb381d..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/FactionListArgument.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/FactionMapArgument.class b/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/FactionMapArgument.class deleted file mode 100644 index 61a45ae..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/FactionMapArgument.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/FactionMessageArgument.class b/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/FactionMessageArgument.class deleted file mode 100644 index 04d5452..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/FactionMessageArgument.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/FactionOpenArgument.class b/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/FactionOpenArgument.class deleted file mode 100644 index 88e9b89..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/FactionOpenArgument.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/FactionPromoteArgument.class b/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/FactionPromoteArgument.class deleted file mode 100644 index c938e69..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/FactionPromoteArgument.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/FactionRenameArgument.class b/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/FactionRenameArgument.class deleted file mode 100644 index 460c961..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/FactionRenameArgument.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/FactionSetHomeArgument.class b/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/FactionSetHomeArgument.class deleted file mode 100644 index f55706d..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/FactionSetHomeArgument.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/FactionShowArgument.class b/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/FactionShowArgument.class deleted file mode 100644 index 1c50d62..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/FactionShowArgument.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/FactionStuckArgument.class b/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/FactionStuckArgument.class deleted file mode 100644 index ad5dae6..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/FactionStuckArgument.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/FactionUnallyArgument.class b/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/FactionUnallyArgument.class deleted file mode 100644 index 0763bf2..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/FactionUnallyArgument.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/FactionUnclaimArgument.class b/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/FactionUnclaimArgument.class deleted file mode 100644 index e96d12b..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/FactionUnclaimArgument.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/FactionUninviteArgument.class b/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/FactionUninviteArgument.class deleted file mode 100644 index 1fc4f51..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/FactionUninviteArgument.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/FactionWithdrawArgument.class b/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/FactionWithdrawArgument.class deleted file mode 100644 index b2d78f5..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/FactionWithdrawArgument.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/staff/FactionBanArgument.class b/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/staff/FactionBanArgument.class deleted file mode 100644 index f91a49f..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/staff/FactionBanArgument.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/staff/FactionChatSpyArgument.class b/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/staff/FactionChatSpyArgument.class deleted file mode 100644 index 0724d10..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/staff/FactionChatSpyArgument.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/staff/FactionClaimForArgument.class b/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/staff/FactionClaimForArgument.class deleted file mode 100644 index 0ac05bc..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/staff/FactionClaimForArgument.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/staff/FactionClearClaimsArgument$ClaimClearAllPrompt.class b/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/staff/FactionClearClaimsArgument$ClaimClearAllPrompt.class deleted file mode 100644 index 15c6820..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/staff/FactionClearClaimsArgument$ClaimClearAllPrompt.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/staff/FactionClearClaimsArgument.class b/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/staff/FactionClearClaimsArgument.class deleted file mode 100644 index cd70f3b..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/staff/FactionClearClaimsArgument.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/staff/FactionForceJoinArgument.class b/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/staff/FactionForceJoinArgument.class deleted file mode 100644 index a94de6c..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/staff/FactionForceJoinArgument.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/staff/FactionForceKickArgument.class b/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/staff/FactionForceKickArgument.class deleted file mode 100644 index f2f5c59..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/staff/FactionForceKickArgument.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/staff/FactionForceLeaderArgument.class b/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/staff/FactionForceLeaderArgument.class deleted file mode 100644 index 77268b0..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/staff/FactionForceLeaderArgument.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/staff/FactionForcePromoteArgument.class b/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/staff/FactionForcePromoteArgument.class deleted file mode 100644 index 5d039f1..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/staff/FactionForcePromoteArgument.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/staff/FactionLockArgument.class b/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/staff/FactionLockArgument.class deleted file mode 100644 index 851700e..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/staff/FactionLockArgument.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/staff/FactionMuteArgument.class b/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/staff/FactionMuteArgument.class deleted file mode 100644 index 692ff01..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/staff/FactionMuteArgument.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/staff/FactionRemoveArgument$RemoveAllPrompt.class b/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/staff/FactionRemoveArgument$RemoveAllPrompt.class deleted file mode 100644 index 65c6997..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/staff/FactionRemoveArgument$RemoveAllPrompt.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/staff/FactionRemoveArgument.class b/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/staff/FactionRemoveArgument.class deleted file mode 100644 index 5370d5c..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/staff/FactionRemoveArgument.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/staff/FactionSetDeathbanMultiplierArgument.class b/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/staff/FactionSetDeathbanMultiplierArgument.class deleted file mode 100644 index 9ad5b9a..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/staff/FactionSetDeathbanMultiplierArgument.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/staff/FactionSetDtrArgument.class b/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/staff/FactionSetDtrArgument.class deleted file mode 100644 index 0bd084b..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/staff/FactionSetDtrArgument.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/staff/FactionSetDtrRegenArgument.class b/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/staff/FactionSetDtrRegenArgument.class deleted file mode 100644 index 14ba25f..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/argument/staff/FactionSetDtrRegenArgument.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/claim/Claim.class b/HCF/out/production/saberhcf/com/customhcf/hcf/faction/claim/Claim.class deleted file mode 100644 index ed4bb98..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/claim/Claim.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/claim/ClaimHandler.class b/HCF/out/production/saberhcf/com/customhcf/hcf/faction/claim/ClaimHandler.class deleted file mode 100644 index aaf4dd8..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/claim/ClaimHandler.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/claim/ClaimSelection.class b/HCF/out/production/saberhcf/com/customhcf/hcf/faction/claim/ClaimSelection.class deleted file mode 100644 index 8f1f7fb..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/claim/ClaimSelection.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/claim/ClaimWandListener$1.class b/HCF/out/production/saberhcf/com/customhcf/hcf/faction/claim/ClaimWandListener$1.class deleted file mode 100644 index e8b2494..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/claim/ClaimWandListener$1.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/claim/ClaimWandListener$2.class b/HCF/out/production/saberhcf/com/customhcf/hcf/faction/claim/ClaimWandListener$2.class deleted file mode 100644 index 317230d..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/claim/ClaimWandListener$2.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/claim/ClaimWandListener$3.class b/HCF/out/production/saberhcf/com/customhcf/hcf/faction/claim/ClaimWandListener$3.class deleted file mode 100644 index b1f2542..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/claim/ClaimWandListener$3.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/claim/ClaimWandListener.class b/HCF/out/production/saberhcf/com/customhcf/hcf/faction/claim/ClaimWandListener.class deleted file mode 100644 index e07bbee..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/claim/ClaimWandListener.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/claim/Subclaim.class b/HCF/out/production/saberhcf/com/customhcf/hcf/faction/claim/Subclaim.class deleted file mode 100644 index e494980..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/claim/Subclaim.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/event/CaptureZoneEnterEvent.class b/HCF/out/production/saberhcf/com/customhcf/hcf/faction/event/CaptureZoneEnterEvent.class deleted file mode 100644 index d44aeb0..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/event/CaptureZoneEnterEvent.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/event/CaptureZoneLeaveEvent.class b/HCF/out/production/saberhcf/com/customhcf/hcf/faction/event/CaptureZoneLeaveEvent.class deleted file mode 100644 index 1dd5524..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/event/CaptureZoneLeaveEvent.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/event/FactionChatEvent.class b/HCF/out/production/saberhcf/com/customhcf/hcf/faction/event/FactionChatEvent.class deleted file mode 100644 index c7bb668..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/event/FactionChatEvent.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/event/FactionClaimChangeEvent.class b/HCF/out/production/saberhcf/com/customhcf/hcf/faction/event/FactionClaimChangeEvent.class deleted file mode 100644 index 79d0173..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/event/FactionClaimChangeEvent.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/event/FactionClaimChangedEvent.class b/HCF/out/production/saberhcf/com/customhcf/hcf/faction/event/FactionClaimChangedEvent.class deleted file mode 100644 index e0b24bf..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/event/FactionClaimChangedEvent.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/event/FactionCreateEvent.class b/HCF/out/production/saberhcf/com/customhcf/hcf/faction/event/FactionCreateEvent.class deleted file mode 100644 index 000dbde..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/event/FactionCreateEvent.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/event/FactionDtrChangeEvent$DtrUpdateCause.class b/HCF/out/production/saberhcf/com/customhcf/hcf/faction/event/FactionDtrChangeEvent$DtrUpdateCause.class deleted file mode 100644 index 31dba5f..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/event/FactionDtrChangeEvent$DtrUpdateCause.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/event/FactionDtrChangeEvent.class b/HCF/out/production/saberhcf/com/customhcf/hcf/faction/event/FactionDtrChangeEvent.class deleted file mode 100644 index bca2cb2..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/event/FactionDtrChangeEvent.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/event/FactionEvent.class b/HCF/out/production/saberhcf/com/customhcf/hcf/faction/event/FactionEvent.class deleted file mode 100644 index 6640bb0..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/event/FactionEvent.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/event/FactionFocusEvent.class b/HCF/out/production/saberhcf/com/customhcf/hcf/faction/event/FactionFocusEvent.class deleted file mode 100644 index 48c0439..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/event/FactionFocusEvent.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/event/FactionRelationCreateEvent.class b/HCF/out/production/saberhcf/com/customhcf/hcf/faction/event/FactionRelationCreateEvent.class deleted file mode 100644 index 12fb6e3..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/event/FactionRelationCreateEvent.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/event/FactionRelationRemoveEvent.class b/HCF/out/production/saberhcf/com/customhcf/hcf/faction/event/FactionRelationRemoveEvent.class deleted file mode 100644 index 3124c3d..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/event/FactionRelationRemoveEvent.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/event/FactionRemoveEvent.class b/HCF/out/production/saberhcf/com/customhcf/hcf/faction/event/FactionRemoveEvent.class deleted file mode 100644 index 3f3d983..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/event/FactionRemoveEvent.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/event/FactionRenameEvent.class b/HCF/out/production/saberhcf/com/customhcf/hcf/faction/event/FactionRenameEvent.class deleted file mode 100644 index f3c7e5f..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/event/FactionRenameEvent.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/event/PlayerClaimEnterEvent$EnterCause.class b/HCF/out/production/saberhcf/com/customhcf/hcf/faction/event/PlayerClaimEnterEvent$EnterCause.class deleted file mode 100644 index 75929f3..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/event/PlayerClaimEnterEvent$EnterCause.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/event/PlayerClaimEnterEvent.class b/HCF/out/production/saberhcf/com/customhcf/hcf/faction/event/PlayerClaimEnterEvent.class deleted file mode 100644 index 5ce6e2a..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/event/PlayerClaimEnterEvent.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/event/PlayerJoinFactionEvent.class b/HCF/out/production/saberhcf/com/customhcf/hcf/faction/event/PlayerJoinFactionEvent.class deleted file mode 100644 index 516dc66..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/event/PlayerJoinFactionEvent.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/event/PlayerJoinedFactionEvent.class b/HCF/out/production/saberhcf/com/customhcf/hcf/faction/event/PlayerJoinedFactionEvent.class deleted file mode 100644 index 7b589ec..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/event/PlayerJoinedFactionEvent.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/event/PlayerLeaveFactionEvent.class b/HCF/out/production/saberhcf/com/customhcf/hcf/faction/event/PlayerLeaveFactionEvent.class deleted file mode 100644 index 4830476..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/event/PlayerLeaveFactionEvent.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/event/PlayerLeftFactionEvent.class b/HCF/out/production/saberhcf/com/customhcf/hcf/faction/event/PlayerLeftFactionEvent.class deleted file mode 100644 index 0fce797..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/event/PlayerLeftFactionEvent.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/event/cause/ClaimChangeCause.class b/HCF/out/production/saberhcf/com/customhcf/hcf/faction/event/cause/ClaimChangeCause.class deleted file mode 100644 index 76b0673..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/event/cause/ClaimChangeCause.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/event/cause/FactionLeaveCause.class b/HCF/out/production/saberhcf/com/customhcf/hcf/faction/event/cause/FactionLeaveCause.class deleted file mode 100644 index 60cce4b..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/event/cause/FactionLeaveCause.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/struct/ChatChannel$1.class b/HCF/out/production/saberhcf/com/customhcf/hcf/faction/struct/ChatChannel$1.class deleted file mode 100644 index 5c7f503..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/struct/ChatChannel$1.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/struct/ChatChannel.class b/HCF/out/production/saberhcf/com/customhcf/hcf/faction/struct/ChatChannel.class deleted file mode 100644 index c9f5e57..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/struct/ChatChannel.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/struct/Raidable.class b/HCF/out/production/saberhcf/com/customhcf/hcf/faction/struct/Raidable.class deleted file mode 100644 index c9a2cb3..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/struct/Raidable.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/struct/RegenStatus.class b/HCF/out/production/saberhcf/com/customhcf/hcf/faction/struct/RegenStatus.class deleted file mode 100644 index 3f450c6..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/struct/RegenStatus.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/struct/Relation$1.class b/HCF/out/production/saberhcf/com/customhcf/hcf/faction/struct/Relation$1.class deleted file mode 100644 index 11dcaa1..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/struct/Relation$1.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/struct/Relation.class b/HCF/out/production/saberhcf/com/customhcf/hcf/faction/struct/Relation.class deleted file mode 100644 index 954d1d6..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/struct/Relation.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/struct/Role.class b/HCF/out/production/saberhcf/com/customhcf/hcf/faction/struct/Role.class deleted file mode 100644 index 4a41a38..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/struct/Role.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/type/ClaimableFaction.class b/HCF/out/production/saberhcf/com/customhcf/hcf/faction/type/ClaimableFaction.class deleted file mode 100644 index 123152c..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/type/ClaimableFaction.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/type/EndPortalFaction.class b/HCF/out/production/saberhcf/com/customhcf/hcf/faction/type/EndPortalFaction.class deleted file mode 100644 index 233c938..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/type/EndPortalFaction.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/type/Faction.class b/HCF/out/production/saberhcf/com/customhcf/hcf/faction/type/Faction.class deleted file mode 100644 index 2fa1465..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/type/Faction.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/type/Glowstone.class b/HCF/out/production/saberhcf/com/customhcf/hcf/faction/type/Glowstone.class deleted file mode 100644 index 1010392..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/type/Glowstone.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/type/PlayerFaction$1.class b/HCF/out/production/saberhcf/com/customhcf/hcf/faction/type/PlayerFaction$1.class deleted file mode 100644 index c6f96c4..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/type/PlayerFaction$1.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/type/PlayerFaction.class b/HCF/out/production/saberhcf/com/customhcf/hcf/faction/type/PlayerFaction.class deleted file mode 100644 index 6518ccd..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/type/PlayerFaction.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/type/RoadFaction$EastRoadFaction.class b/HCF/out/production/saberhcf/com/customhcf/hcf/faction/type/RoadFaction$EastRoadFaction.class deleted file mode 100644 index a52baff..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/type/RoadFaction$EastRoadFaction.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/type/RoadFaction$NorthRoadFaction.class b/HCF/out/production/saberhcf/com/customhcf/hcf/faction/type/RoadFaction$NorthRoadFaction.class deleted file mode 100644 index 58e64ad..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/type/RoadFaction$NorthRoadFaction.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/type/RoadFaction$SouthRoadFaction.class b/HCF/out/production/saberhcf/com/customhcf/hcf/faction/type/RoadFaction$SouthRoadFaction.class deleted file mode 100644 index 311e958..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/type/RoadFaction$SouthRoadFaction.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/type/RoadFaction$WestRoadFaction.class b/HCF/out/production/saberhcf/com/customhcf/hcf/faction/type/RoadFaction$WestRoadFaction.class deleted file mode 100644 index 883baf9..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/type/RoadFaction$WestRoadFaction.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/type/RoadFaction.class b/HCF/out/production/saberhcf/com/customhcf/hcf/faction/type/RoadFaction.class deleted file mode 100644 index e4fdcab..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/type/RoadFaction.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/type/SpawnFaction.class b/HCF/out/production/saberhcf/com/customhcf/hcf/faction/type/SpawnFaction.class deleted file mode 100644 index 24a9156..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/type/SpawnFaction.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/type/WarzoneFaction.class b/HCF/out/production/saberhcf/com/customhcf/hcf/faction/type/WarzoneFaction.class deleted file mode 100644 index b19c203..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/type/WarzoneFaction.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/type/WildernessFaction.class b/HCF/out/production/saberhcf/com/customhcf/hcf/faction/type/WildernessFaction.class deleted file mode 100644 index ac74e22..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/faction/type/WildernessFaction.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/fixes/BeaconStrengthFixListener.class b/HCF/out/production/saberhcf/com/customhcf/hcf/fixes/BeaconStrengthFixListener.class deleted file mode 100644 index a46875c..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/fixes/BeaconStrengthFixListener.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/fixes/BlockHitFixListener.class b/HCF/out/production/saberhcf/com/customhcf/hcf/fixes/BlockHitFixListener.class deleted file mode 100644 index 68e7abe..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/fixes/BlockHitFixListener.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/fixes/BlockJumpGlitchFixListener.class b/HCF/out/production/saberhcf/com/customhcf/hcf/fixes/BlockJumpGlitchFixListener.class deleted file mode 100644 index 5bd67a5..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/fixes/BlockJumpGlitchFixListener.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/fixes/BoatGlitchFixListener.class b/HCF/out/production/saberhcf/com/customhcf/hcf/fixes/BoatGlitchFixListener.class deleted file mode 100644 index 7b44736..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/fixes/BoatGlitchFixListener.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/fixes/EnchantLimitListener.class b/HCF/out/production/saberhcf/com/customhcf/hcf/fixes/EnchantLimitListener.class deleted file mode 100644 index c1992c6..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/fixes/EnchantLimitListener.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/fixes/EnderChestRemovalListener.class b/HCF/out/production/saberhcf/com/customhcf/hcf/fixes/EnderChestRemovalListener.class deleted file mode 100644 index 4463cd8..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/fixes/EnderChestRemovalListener.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/fixes/HungerFixListener.class b/HCF/out/production/saberhcf/com/customhcf/hcf/fixes/HungerFixListener.class deleted file mode 100644 index b22e4ec..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/fixes/HungerFixListener.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/fixes/InfinityArrowFixListener.class b/HCF/out/production/saberhcf/com/customhcf/hcf/fixes/InfinityArrowFixListener.class deleted file mode 100644 index eb3d56d..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/fixes/InfinityArrowFixListener.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/fixes/NoPermissionClickListener.class b/HCF/out/production/saberhcf/com/customhcf/hcf/fixes/NoPermissionClickListener.class deleted file mode 100644 index 04be5b9..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/fixes/NoPermissionClickListener.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/fixes/PearlGlitchListener.class b/HCF/out/production/saberhcf/com/customhcf/hcf/fixes/PearlGlitchListener.class deleted file mode 100644 index 2756842..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/fixes/PearlGlitchListener.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/fixes/PhaseListener.class b/HCF/out/production/saberhcf/com/customhcf/hcf/fixes/PhaseListener.class deleted file mode 100644 index fbed1cb..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/fixes/PhaseListener.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/fixes/PortalTrapFixListener.class b/HCF/out/production/saberhcf/com/customhcf/hcf/fixes/PortalTrapFixListener.class deleted file mode 100644 index 55e0dd8..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/fixes/PortalTrapFixListener.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/fixes/PotionLimitListener.class b/HCF/out/production/saberhcf/com/customhcf/hcf/fixes/PotionLimitListener.class deleted file mode 100644 index ba5f5bb..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/fixes/PotionLimitListener.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/fixes/ServerSecurityListener.class b/HCF/out/production/saberhcf/com/customhcf/hcf/fixes/ServerSecurityListener.class deleted file mode 100644 index 9b3bb12..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/fixes/ServerSecurityListener.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/fixes/VoidGlitchFixListener.class b/HCF/out/production/saberhcf/com/customhcf/hcf/fixes/VoidGlitchFixListener.class deleted file mode 100644 index ffe6e84..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/fixes/VoidGlitchFixListener.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/fixes/WeatherFixListener.class b/HCF/out/production/saberhcf/com/customhcf/hcf/fixes/WeatherFixListener.class deleted file mode 100644 index d7588e9..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/fixes/WeatherFixListener.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/CaptureZone.class b/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/CaptureZone.class deleted file mode 100644 index 5827e7c..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/CaptureZone.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/EventExecutor.class b/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/EventExecutor.class deleted file mode 100644 index 4a3ec70..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/EventExecutor.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/EventScheduler.class b/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/EventScheduler.class deleted file mode 100644 index edb8ad0..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/EventScheduler.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/EventTimer$1.class b/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/EventTimer$1.class deleted file mode 100644 index 0468ed8..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/EventTimer$1.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/EventTimer.class b/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/EventTimer.class deleted file mode 100644 index 398258c..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/EventTimer.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/EventType.class b/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/EventType.class deleted file mode 100644 index 2f2c25a..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/EventType.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/argument/EventCancelArgument.class b/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/argument/EventCancelArgument.class deleted file mode 100644 index c8287ba..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/argument/EventCancelArgument.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/argument/EventCreateArgument.class b/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/argument/EventCreateArgument.class deleted file mode 100644 index 6098452..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/argument/EventCreateArgument.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/argument/EventDeleteArgument.class b/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/argument/EventDeleteArgument.class deleted file mode 100644 index 7a98315..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/argument/EventDeleteArgument.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/argument/EventRenameArgument.class b/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/argument/EventRenameArgument.class deleted file mode 100644 index 3e3c3a3..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/argument/EventRenameArgument.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/argument/EventSetAreaArgument.class b/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/argument/EventSetAreaArgument.class deleted file mode 100644 index 207caac..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/argument/EventSetAreaArgument.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/argument/EventSetCapzoneArgument.class b/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/argument/EventSetCapzoneArgument.class deleted file mode 100644 index 132568a..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/argument/EventSetCapzoneArgument.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/argument/EventStartArgument.class b/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/argument/EventStartArgument.class deleted file mode 100644 index 1682cff..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/argument/EventStartArgument.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/argument/EventUptimeArgument.class b/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/argument/EventUptimeArgument.class deleted file mode 100644 index a726bed..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/argument/EventUptimeArgument.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/conquest/ConquestExecutor.class b/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/conquest/ConquestExecutor.class deleted file mode 100644 index 02bc5af..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/conquest/ConquestExecutor.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/conquest/ConquestSetpointsArgument.class b/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/conquest/ConquestSetpointsArgument.class deleted file mode 100644 index 2bf6039..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/conquest/ConquestSetpointsArgument.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/eotw/EOTWHandler$EotwRunnable.class b/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/eotw/EOTWHandler$EotwRunnable.class deleted file mode 100644 index fc01280..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/eotw/EOTWHandler$EotwRunnable.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/eotw/EOTWHandler.class b/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/eotw/EOTWHandler.class deleted file mode 100644 index 2a1fa78..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/eotw/EOTWHandler.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/eotw/EotwCommand$1.class b/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/eotw/EotwCommand$1.class deleted file mode 100644 index 9d765a9..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/eotw/EotwCommand$1.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/eotw/EotwCommand$EotwPrompt.class b/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/eotw/EotwCommand$EotwPrompt.class deleted file mode 100644 index 66063bd..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/eotw/EotwCommand$EotwPrompt.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/eotw/EotwCommand.class b/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/eotw/EotwCommand.class deleted file mode 100644 index 63ae383..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/eotw/EotwCommand.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/eotw/EotwListener$1.class b/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/eotw/EotwListener$1.class deleted file mode 100644 index 4dd68aa..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/eotw/EotwListener$1.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/eotw/EotwListener.class b/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/eotw/EotwListener.class deleted file mode 100644 index 07be61a..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/eotw/EotwListener.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/faction/CapturableFaction.class b/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/faction/CapturableFaction.class deleted file mode 100644 index eb74584..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/faction/CapturableFaction.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/faction/ConquestFaction$1.class b/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/faction/ConquestFaction$1.class deleted file mode 100644 index 07f48ec..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/faction/ConquestFaction$1.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/faction/ConquestFaction$ConquestZone.class b/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/faction/ConquestFaction$ConquestZone.class deleted file mode 100644 index d6f924c..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/faction/ConquestFaction$ConquestZone.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/faction/ConquestFaction.class b/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/faction/ConquestFaction.class deleted file mode 100644 index 1ca9fff..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/faction/ConquestFaction.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/faction/EventFaction.class b/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/faction/EventFaction.class deleted file mode 100644 index e632faa..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/faction/EventFaction.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/faction/FactionType.class b/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/faction/FactionType.class deleted file mode 100644 index c691851..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/faction/FactionType.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/faction/KothFaction.class b/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/faction/KothFaction.class deleted file mode 100644 index e8a1eb2..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/faction/KothFaction.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/glowstone/Glowstone$1.class b/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/glowstone/Glowstone$1.class deleted file mode 100644 index d90dc81..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/glowstone/Glowstone$1.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/glowstone/Glowstone.class b/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/glowstone/Glowstone.class deleted file mode 100644 index b0c2a5d..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/glowstone/Glowstone.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/glowstone/GlowstoneConfig.class b/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/glowstone/GlowstoneConfig.class deleted file mode 100644 index ab358f7..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/glowstone/GlowstoneConfig.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/glowstone/GlowstoneFaction.class b/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/glowstone/GlowstoneFaction.class deleted file mode 100644 index ef1133a..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/glowstone/GlowstoneFaction.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/koth/KothExecutor.class b/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/koth/KothExecutor.class deleted file mode 100644 index 3da8624..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/koth/KothExecutor.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/koth/argument/KothNextArgument.class b/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/koth/argument/KothNextArgument.class deleted file mode 100644 index 19642c7..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/koth/argument/KothNextArgument.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/koth/argument/KothScheduleArgument.class b/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/koth/argument/KothScheduleArgument.class deleted file mode 100644 index 421d843..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/koth/argument/KothScheduleArgument.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/koth/argument/KothSetCapDelayArgument.class b/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/koth/argument/KothSetCapDelayArgument.class deleted file mode 100644 index f95be1b..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/koth/argument/KothSetCapDelayArgument.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/koth/argument/KothShowArgument.class b/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/koth/argument/KothShowArgument.class deleted file mode 100644 index 0b58357..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/koth/argument/KothShowArgument.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/tracker/ConquestTracker.class b/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/tracker/ConquestTracker.class deleted file mode 100644 index f11d68a..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/tracker/ConquestTracker.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/tracker/EventTracker.class b/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/tracker/EventTracker.class deleted file mode 100644 index 634d53f..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/tracker/EventTracker.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/tracker/KothTracker.class b/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/tracker/KothTracker.class deleted file mode 100644 index d7dab71..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/kothgame/tracker/KothTracker.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/listener/AntiDupeListener.class b/HCF/out/production/saberhcf/com/customhcf/hcf/listener/AntiDupeListener.class deleted file mode 100644 index 2ce4b3f..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/listener/AntiDupeListener.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/listener/AutoSmeltOreListener$1.class b/HCF/out/production/saberhcf/com/customhcf/hcf/listener/AutoSmeltOreListener$1.class deleted file mode 100644 index a27f756..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/listener/AutoSmeltOreListener$1.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/listener/AutoSmeltOreListener.class b/HCF/out/production/saberhcf/com/customhcf/hcf/listener/AutoSmeltOreListener.class deleted file mode 100644 index 3ba0de9..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/listener/AutoSmeltOreListener.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/listener/BookDeenchantListener.class b/HCF/out/production/saberhcf/com/customhcf/hcf/listener/BookDeenchantListener.class deleted file mode 100644 index 6dec2c6..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/listener/BookDeenchantListener.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/listener/BorderListener.class b/HCF/out/production/saberhcf/com/customhcf/hcf/listener/BorderListener.class deleted file mode 100644 index 7b1d9b8..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/listener/BorderListener.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/listener/BottleExpListener.class b/HCF/out/production/saberhcf/com/customhcf/hcf/listener/BottleExpListener.class deleted file mode 100644 index ad82fab..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/listener/BottleExpListener.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/listener/ChatListener.class b/HCF/out/production/saberhcf/com/customhcf/hcf/listener/ChatListener.class deleted file mode 100644 index 7145375..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/listener/ChatListener.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/listener/CobbleListener.class b/HCF/out/production/saberhcf/com/customhcf/hcf/listener/CobbleListener.class deleted file mode 100644 index a24261f..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/listener/CobbleListener.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/listener/CoreListener.class b/HCF/out/production/saberhcf/com/customhcf/hcf/listener/CoreListener.class deleted file mode 100644 index c907291..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/listener/CoreListener.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/listener/CrashFixListener.class b/HCF/out/production/saberhcf/com/customhcf/hcf/listener/CrashFixListener.class deleted file mode 100644 index e133944..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/listener/CrashFixListener.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/listener/CreeperFriendlyListener.class b/HCF/out/production/saberhcf/com/customhcf/hcf/listener/CreeperFriendlyListener.class deleted file mode 100644 index 64907ff..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/listener/CreeperFriendlyListener.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/listener/CrowbarListener.class b/HCF/out/production/saberhcf/com/customhcf/hcf/listener/CrowbarListener.class deleted file mode 100644 index 3708870..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/listener/CrowbarListener.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/listener/DeathListener.class b/HCF/out/production/saberhcf/com/customhcf/hcf/listener/DeathListener.class deleted file mode 100644 index a379eab..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/listener/DeathListener.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/listener/DeathMessageListener.class b/HCF/out/production/saberhcf/com/customhcf/hcf/listener/DeathMessageListener.class deleted file mode 100644 index 59a8502..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/listener/DeathMessageListener.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/listener/DeathSignListener.class b/HCF/out/production/saberhcf/com/customhcf/hcf/listener/DeathSignListener.class deleted file mode 100644 index 185ed35..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/listener/DeathSignListener.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/listener/DonorOnlyListener.class b/HCF/out/production/saberhcf/com/customhcf/hcf/listener/DonorOnlyListener.class deleted file mode 100644 index 304abad..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/listener/DonorOnlyListener.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/listener/ElevatorClass.class b/HCF/out/production/saberhcf/com/customhcf/hcf/listener/ElevatorClass.class deleted file mode 100644 index 8c20d9b..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/listener/ElevatorClass.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/listener/EndListener.class b/HCF/out/production/saberhcf/com/customhcf/hcf/listener/EndListener.class deleted file mode 100644 index 9bf12f7..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/listener/EndListener.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/listener/EntityLimitListener$1.class b/HCF/out/production/saberhcf/com/customhcf/hcf/listener/EntityLimitListener$1.class deleted file mode 100644 index 972a354..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/listener/EntityLimitListener$1.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/listener/EntityLimitListener.class b/HCF/out/production/saberhcf/com/customhcf/hcf/listener/EntityLimitListener.class deleted file mode 100644 index 2eb3ea0..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/listener/EntityLimitListener.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/listener/ExpMultiplierListener.class b/HCF/out/production/saberhcf/com/customhcf/hcf/listener/ExpMultiplierListener.class deleted file mode 100644 index 389f6a8..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/listener/ExpMultiplierListener.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/listener/FactionListener.class b/HCF/out/production/saberhcf/com/customhcf/hcf/listener/FactionListener.class deleted file mode 100644 index 3c651da..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/listener/FactionListener.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/listener/FactionsCoreListener$1.class b/HCF/out/production/saberhcf/com/customhcf/hcf/listener/FactionsCoreListener$1.class deleted file mode 100644 index ae2caec..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/listener/FactionsCoreListener$1.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/listener/FactionsCoreListener.class b/HCF/out/production/saberhcf/com/customhcf/hcf/listener/FactionsCoreListener.class deleted file mode 100644 index 11c9c9b..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/listener/FactionsCoreListener.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/listener/FastBrewingListener$1.class b/HCF/out/production/saberhcf/com/customhcf/hcf/listener/FastBrewingListener$1.class deleted file mode 100644 index 7128259..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/listener/FastBrewingListener$1.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/listener/FastBrewingListener.class b/HCF/out/production/saberhcf/com/customhcf/hcf/listener/FastBrewingListener.class deleted file mode 100644 index 9f9175c..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/listener/FastBrewingListener.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/listener/FirstJoinListener.class b/HCF/out/production/saberhcf/com/customhcf/hcf/listener/FirstJoinListener.class deleted file mode 100644 index ab096c7..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/listener/FirstJoinListener.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/listener/FocusListener.class b/HCF/out/production/saberhcf/com/customhcf/hcf/listener/FocusListener.class deleted file mode 100644 index f191111..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/listener/FocusListener.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/listener/FoundDiamondsListener.class b/HCF/out/production/saberhcf/com/customhcf/hcf/listener/FoundDiamondsListener.class deleted file mode 100644 index 8c09268..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/listener/FoundDiamondsListener.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/listener/FurnaceSmeltSpeederListener.class b/HCF/out/production/saberhcf/com/customhcf/hcf/listener/FurnaceSmeltSpeederListener.class deleted file mode 100644 index 1f89f15..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/listener/FurnaceSmeltSpeederListener.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/listener/GlowstoneListener.class b/HCF/out/production/saberhcf/com/customhcf/hcf/listener/GlowstoneListener.class deleted file mode 100644 index 7059cce..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/listener/GlowstoneListener.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/listener/KitListener.class b/HCF/out/production/saberhcf/com/customhcf/hcf/listener/KitListener.class deleted file mode 100644 index 431968b..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/listener/KitListener.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/listener/KitMapListener.class b/HCF/out/production/saberhcf/com/customhcf/hcf/listener/KitMapListener.class deleted file mode 100644 index 7059fde..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/listener/KitMapListener.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/listener/KothCapListener.class b/HCF/out/production/saberhcf/com/customhcf/hcf/listener/KothCapListener.class deleted file mode 100644 index a76df37..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/listener/KothCapListener.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/listener/SignSubclaimListener.class b/HCF/out/production/saberhcf/com/customhcf/hcf/listener/SignSubclaimListener.class deleted file mode 100644 index 24876c0..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/listener/SignSubclaimListener.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/listener/SkullListener.class b/HCF/out/production/saberhcf/com/customhcf/hcf/listener/SkullListener.class deleted file mode 100644 index c5c015a..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/listener/SkullListener.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/listener/SotwListener.class b/HCF/out/production/saberhcf/com/customhcf/hcf/listener/SotwListener.class deleted file mode 100644 index d374002..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/listener/SotwListener.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/listener/StrengthListener.class b/HCF/out/production/saberhcf/com/customhcf/hcf/listener/StrengthListener.class deleted file mode 100644 index f39f4f4..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/listener/StrengthListener.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/listener/UnRepairableListener.class b/HCF/out/production/saberhcf/com/customhcf/hcf/listener/UnRepairableListener.class deleted file mode 100644 index eb0a4e0..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/listener/UnRepairableListener.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/listener/WorldListener$1.class b/HCF/out/production/saberhcf/com/customhcf/hcf/listener/WorldListener$1.class deleted file mode 100644 index 6b6e92f..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/listener/WorldListener$1.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/listener/WorldListener.class b/HCF/out/production/saberhcf/com/customhcf/hcf/listener/WorldListener.class deleted file mode 100644 index 239a3d7..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/listener/WorldListener.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/listener/stats/StatsPickaxeListener$1.class b/HCF/out/production/saberhcf/com/customhcf/hcf/listener/stats/StatsPickaxeListener$1.class deleted file mode 100644 index b2b9246..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/listener/stats/StatsPickaxeListener$1.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/listener/stats/StatsPickaxeListener.class b/HCF/out/production/saberhcf/com/customhcf/hcf/listener/stats/StatsPickaxeListener.class deleted file mode 100644 index 2fcd607..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/listener/stats/StatsPickaxeListener.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/listener/stats/kills/StatTrackListener.class b/HCF/out/production/saberhcf/com/customhcf/hcf/listener/stats/kills/StatTrackListener.class deleted file mode 100644 index 2c9bccd..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/listener/stats/kills/StatTrackListener.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/listener/stats/kills/lore/KillLoreListener.class b/HCF/out/production/saberhcf/com/customhcf/hcf/listener/stats/kills/lore/KillLoreListener.class deleted file mode 100644 index 47f0345..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/listener/stats/kills/lore/KillLoreListener.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/lives/argument/LivesExecutor.class b/HCF/out/production/saberhcf/com/customhcf/hcf/lives/argument/LivesExecutor.class deleted file mode 100644 index 4ac0680..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/lives/argument/LivesExecutor.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/lives/argument/commands/LivesCheckCommand.class b/HCF/out/production/saberhcf/com/customhcf/hcf/lives/argument/commands/LivesCheckCommand.class deleted file mode 100644 index eafaa94..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/lives/argument/commands/LivesCheckCommand.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/lives/argument/commands/LivesGiveCommand.class b/HCF/out/production/saberhcf/com/customhcf/hcf/lives/argument/commands/LivesGiveCommand.class deleted file mode 100644 index a28ad89..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/lives/argument/commands/LivesGiveCommand.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/lives/argument/commands/LivesReviveCommand.class b/HCF/out/production/saberhcf/com/customhcf/hcf/lives/argument/commands/LivesReviveCommand.class deleted file mode 100644 index b8b9ba2..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/lives/argument/commands/LivesReviveCommand.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/lives/argument/commands/LivesSetCommand.class b/HCF/out/production/saberhcf/com/customhcf/hcf/lives/argument/commands/LivesSetCommand.class deleted file mode 100644 index 2e577c3..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/lives/argument/commands/LivesSetCommand.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/lives/argument/commands/LivesStaffGiveCommand.class b/HCF/out/production/saberhcf/com/customhcf/hcf/lives/argument/commands/LivesStaffGiveCommand.class deleted file mode 100644 index 1efe8cc..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/lives/argument/commands/LivesStaffGiveCommand.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/palace/EventSetCapzone.class b/HCF/out/production/saberhcf/com/customhcf/hcf/palace/EventSetCapzone.class deleted file mode 100644 index 258df3c..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/palace/EventSetCapzone.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/palace/PalaceFaction.class b/HCF/out/production/saberhcf/com/customhcf/hcf/palace/PalaceFaction.class deleted file mode 100644 index 7249dd3..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/palace/PalaceFaction.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/palace/PalaceTracker.class b/HCF/out/production/saberhcf/com/customhcf/hcf/palace/PalaceTracker.class deleted file mode 100644 index 5d58ef7..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/palace/PalaceTracker.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/scoreboard/BufferedObjective$1.class b/HCF/out/production/saberhcf/com/customhcf/hcf/scoreboard/BufferedObjective$1.class deleted file mode 100644 index cc89963..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/scoreboard/BufferedObjective$1.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/scoreboard/BufferedObjective.class b/HCF/out/production/saberhcf/com/customhcf/hcf/scoreboard/BufferedObjective.class deleted file mode 100644 index 5169d26..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/scoreboard/BufferedObjective.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/scoreboard/PlayerBoard$1.class b/HCF/out/production/saberhcf/com/customhcf/hcf/scoreboard/PlayerBoard$1.class deleted file mode 100644 index 6eb855e..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/scoreboard/PlayerBoard$1.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/scoreboard/PlayerBoard$2.class b/HCF/out/production/saberhcf/com/customhcf/hcf/scoreboard/PlayerBoard$2.class deleted file mode 100644 index be11df9..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/scoreboard/PlayerBoard$2.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/scoreboard/PlayerBoard$3.class b/HCF/out/production/saberhcf/com/customhcf/hcf/scoreboard/PlayerBoard$3.class deleted file mode 100644 index c7e71c3..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/scoreboard/PlayerBoard$3.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/scoreboard/PlayerBoard.class b/HCF/out/production/saberhcf/com/customhcf/hcf/scoreboard/PlayerBoard.class deleted file mode 100644 index 97139d8..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/scoreboard/PlayerBoard.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/scoreboard/ScoreboardHandler.class b/HCF/out/production/saberhcf/com/customhcf/hcf/scoreboard/ScoreboardHandler.class deleted file mode 100644 index 0f1ccdc..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/scoreboard/ScoreboardHandler.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/scoreboard/SidebarEntry.class b/HCF/out/production/saberhcf/com/customhcf/hcf/scoreboard/SidebarEntry.class deleted file mode 100644 index 67fb044..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/scoreboard/SidebarEntry.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/scoreboard/SidebarProvider.class b/HCF/out/production/saberhcf/com/customhcf/hcf/scoreboard/SidebarProvider.class deleted file mode 100644 index 2a14fbd..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/scoreboard/SidebarProvider.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/scoreboard/provider/TimerSidebarProvider$1.class b/HCF/out/production/saberhcf/com/customhcf/hcf/scoreboard/provider/TimerSidebarProvider$1.class deleted file mode 100644 index 5fd1e60..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/scoreboard/provider/TimerSidebarProvider$1.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/scoreboard/provider/TimerSidebarProvider.class b/HCF/out/production/saberhcf/com/customhcf/hcf/scoreboard/provider/TimerSidebarProvider.class deleted file mode 100644 index 2c1dd14..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/scoreboard/provider/TimerSidebarProvider.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/staffmode/cmd/StaffModeCommand.class b/HCF/out/production/saberhcf/com/customhcf/hcf/staffmode/cmd/StaffModeCommand.class deleted file mode 100644 index 50945c7..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/staffmode/cmd/StaffModeCommand.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/staffmode/items/ExamineListener.class b/HCF/out/production/saberhcf/com/customhcf/hcf/staffmode/items/ExamineListener.class deleted file mode 100644 index d34bac2..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/staffmode/items/ExamineListener.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/staffmode/items/FreezeListener.class b/HCF/out/production/saberhcf/com/customhcf/hcf/staffmode/items/FreezeListener.class deleted file mode 100644 index 3901478..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/staffmode/items/FreezeListener.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/staffmode/items/RandomTeleportListener.class b/HCF/out/production/saberhcf/com/customhcf/hcf/staffmode/items/RandomTeleportListener.class deleted file mode 100644 index f763e96..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/staffmode/items/RandomTeleportListener.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/staffmode/items/StaffOnlineListener.class b/HCF/out/production/saberhcf/com/customhcf/hcf/staffmode/items/StaffOnlineListener.class deleted file mode 100644 index ac662c9..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/staffmode/items/StaffOnlineListener.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/staffmode/listener/StaffListener.class b/HCF/out/production/saberhcf/com/customhcf/hcf/staffmode/listener/StaffListener.class deleted file mode 100644 index 6060e86..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/staffmode/listener/StaffListener.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/tasks/CraftTask.class b/HCF/out/production/saberhcf/com/customhcf/hcf/tasks/CraftTask.class deleted file mode 100644 index e02c4f6..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/tasks/CraftTask.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/tasks/DonorTask$1.class b/HCF/out/production/saberhcf/com/customhcf/hcf/tasks/DonorTask$1.class deleted file mode 100644 index 212e68b..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/tasks/DonorTask$1.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/tasks/DonorTask.class b/HCF/out/production/saberhcf/com/customhcf/hcf/tasks/DonorTask.class deleted file mode 100644 index 3d7ea95..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/tasks/DonorTask.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/tasks/TabCompleteTask$1.class b/HCF/out/production/saberhcf/com/customhcf/hcf/tasks/TabCompleteTask$1.class deleted file mode 100644 index 5ff1ca6..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/tasks/TabCompleteTask$1.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/tasks/TabCompleteTask$2.class b/HCF/out/production/saberhcf/com/customhcf/hcf/tasks/TabCompleteTask$2.class deleted file mode 100644 index e31129f..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/tasks/TabCompleteTask$2.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/tasks/TabCompleteTask.class b/HCF/out/production/saberhcf/com/customhcf/hcf/tasks/TabCompleteTask.class deleted file mode 100644 index 3aa8b23..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/tasks/TabCompleteTask.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/timer/GlobalTimer.class b/HCF/out/production/saberhcf/com/customhcf/hcf/timer/GlobalTimer.class deleted file mode 100644 index 9f5b4dd..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/timer/GlobalTimer.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/timer/PlayerTimer.class b/HCF/out/production/saberhcf/com/customhcf/hcf/timer/PlayerTimer.class deleted file mode 100644 index 43e249d..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/timer/PlayerTimer.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/timer/SOTWTimer.class b/HCF/out/production/saberhcf/com/customhcf/hcf/timer/SOTWTimer.class deleted file mode 100644 index 25be000..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/timer/SOTWTimer.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/timer/Timer.class b/HCF/out/production/saberhcf/com/customhcf/hcf/timer/Timer.class deleted file mode 100644 index 9b8180d..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/timer/Timer.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/timer/TimerExecutor.class b/HCF/out/production/saberhcf/com/customhcf/hcf/timer/TimerExecutor.class deleted file mode 100644 index 2ecb27b..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/timer/TimerExecutor.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/timer/TimerManager.class b/HCF/out/production/saberhcf/com/customhcf/hcf/timer/TimerManager.class deleted file mode 100644 index 20233ba..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/timer/TimerManager.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/timer/TimerRunnable$1.class b/HCF/out/production/saberhcf/com/customhcf/hcf/timer/TimerRunnable$1.class deleted file mode 100644 index 1e4c27f..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/timer/TimerRunnable$1.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/timer/TimerRunnable.class b/HCF/out/production/saberhcf/com/customhcf/hcf/timer/TimerRunnable.class deleted file mode 100644 index 7658065..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/timer/TimerRunnable.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/timer/argument/TimerCheckArgument$1.class b/HCF/out/production/saberhcf/com/customhcf/hcf/timer/argument/TimerCheckArgument$1.class deleted file mode 100644 index 2659448..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/timer/argument/TimerCheckArgument$1.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/timer/argument/TimerCheckArgument.class b/HCF/out/production/saberhcf/com/customhcf/hcf/timer/argument/TimerCheckArgument.class deleted file mode 100644 index 74e1e37..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/timer/argument/TimerCheckArgument.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/timer/argument/TimerSetArgument$1.class b/HCF/out/production/saberhcf/com/customhcf/hcf/timer/argument/TimerSetArgument$1.class deleted file mode 100644 index b20c161..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/timer/argument/TimerSetArgument$1.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/timer/argument/TimerSetArgument$2.class b/HCF/out/production/saberhcf/com/customhcf/hcf/timer/argument/TimerSetArgument$2.class deleted file mode 100644 index 7a9e110..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/timer/argument/TimerSetArgument$2.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/timer/argument/TimerSetArgument.class b/HCF/out/production/saberhcf/com/customhcf/hcf/timer/argument/TimerSetArgument.class deleted file mode 100644 index 3dffd94..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/timer/argument/TimerSetArgument.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/timer/event/TimerClearEvent.class b/HCF/out/production/saberhcf/com/customhcf/hcf/timer/event/TimerClearEvent.class deleted file mode 100644 index 48b4c00..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/timer/event/TimerClearEvent.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/timer/event/TimerExpireEvent.class b/HCF/out/production/saberhcf/com/customhcf/hcf/timer/event/TimerExpireEvent.class deleted file mode 100644 index 4b1e9d2..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/timer/event/TimerExpireEvent.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/timer/event/TimerExtendEvent.class b/HCF/out/production/saberhcf/com/customhcf/hcf/timer/event/TimerExtendEvent.class deleted file mode 100644 index 3c952f8..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/timer/event/TimerExtendEvent.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/timer/event/TimerPauseEvent.class b/HCF/out/production/saberhcf/com/customhcf/hcf/timer/event/TimerPauseEvent.class deleted file mode 100644 index d9b3e8b..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/timer/event/TimerPauseEvent.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/timer/event/TimerStartEvent.class b/HCF/out/production/saberhcf/com/customhcf/hcf/timer/event/TimerStartEvent.class deleted file mode 100644 index f45c2d0..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/timer/event/TimerStartEvent.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/timer/type/ArcherTimer.class b/HCF/out/production/saberhcf/com/customhcf/hcf/timer/type/ArcherTimer.class deleted file mode 100644 index 0137216..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/timer/type/ArcherTimer.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/timer/type/EnderPearlTimer$1.class b/HCF/out/production/saberhcf/com/customhcf/hcf/timer/type/EnderPearlTimer$1.class deleted file mode 100644 index d807da8..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/timer/type/EnderPearlTimer$1.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/timer/type/EnderPearlTimer$PearlNameFaker.class b/HCF/out/production/saberhcf/com/customhcf/hcf/timer/type/EnderPearlTimer$PearlNameFaker.class deleted file mode 100644 index 8c254aa..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/timer/type/EnderPearlTimer$PearlNameFaker.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/timer/type/EnderPearlTimer.class b/HCF/out/production/saberhcf/com/customhcf/hcf/timer/type/EnderPearlTimer.class deleted file mode 100644 index 128a3b9..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/timer/type/EnderPearlTimer.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/timer/type/LogoutTimer.class b/HCF/out/production/saberhcf/com/customhcf/hcf/timer/type/LogoutTimer.class deleted file mode 100644 index 4cb6bb2..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/timer/type/LogoutTimer.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/timer/type/NotchAppleTimer.class b/HCF/out/production/saberhcf/com/customhcf/hcf/timer/type/NotchAppleTimer.class deleted file mode 100644 index 7eab647..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/timer/type/NotchAppleTimer.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/timer/type/PvpClassWarmupTimer$1.class b/HCF/out/production/saberhcf/com/customhcf/hcf/timer/type/PvpClassWarmupTimer$1.class deleted file mode 100644 index 0573845..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/timer/type/PvpClassWarmupTimer$1.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/timer/type/PvpClassWarmupTimer.class b/HCF/out/production/saberhcf/com/customhcf/hcf/timer/type/PvpClassWarmupTimer.class deleted file mode 100644 index be5e5d8..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/timer/type/PvpClassWarmupTimer.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/timer/type/PvpProtectionTimer.class b/HCF/out/production/saberhcf/com/customhcf/hcf/timer/type/PvpProtectionTimer.class deleted file mode 100644 index 943ad58..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/timer/type/PvpProtectionTimer.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/timer/type/SotwTimer$SotwRunnable.class b/HCF/out/production/saberhcf/com/customhcf/hcf/timer/type/SotwTimer$SotwRunnable.class deleted file mode 100644 index 8383400..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/timer/type/SotwTimer$SotwRunnable.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/timer/type/SotwTimer.class b/HCF/out/production/saberhcf/com/customhcf/hcf/timer/type/SotwTimer.class deleted file mode 100644 index 6b340f1..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/timer/type/SotwTimer.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/timer/type/SpawnTagTimer.class b/HCF/out/production/saberhcf/com/customhcf/hcf/timer/type/SpawnTagTimer.class deleted file mode 100644 index 85c8c19..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/timer/type/SpawnTagTimer.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/timer/type/StuckTimer.class b/HCF/out/production/saberhcf/com/customhcf/hcf/timer/type/StuckTimer.class deleted file mode 100644 index c07b758..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/timer/type/StuckTimer.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/timer/type/TeleportTimer.class b/HCF/out/production/saberhcf/com/customhcf/hcf/timer/type/TeleportTimer.class deleted file mode 100644 index d2c30af..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/timer/type/TeleportTimer.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/user/FactionUser.class b/HCF/out/production/saberhcf/com/customhcf/hcf/user/FactionUser.class deleted file mode 100644 index a3954c5..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/user/FactionUser.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/user/UserManager.class b/HCF/out/production/saberhcf/com/customhcf/hcf/user/UserManager.class deleted file mode 100644 index 96eba08..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/user/UserManager.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/vanish/VanishHandler.class b/HCF/out/production/saberhcf/com/customhcf/hcf/vanish/VanishHandler.class deleted file mode 100644 index 21e1733..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/vanish/VanishHandler.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/visualise/BlockFiller.class b/HCF/out/production/saberhcf/com/customhcf/hcf/visualise/BlockFiller.class deleted file mode 100644 index 4ed10fe..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/visualise/BlockFiller.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/visualise/ProtocolLibHook$1$1.class b/HCF/out/production/saberhcf/com/customhcf/hcf/visualise/ProtocolLibHook$1$1.class deleted file mode 100644 index 9423fe2..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/visualise/ProtocolLibHook$1$1.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/visualise/ProtocolLibHook$1.class b/HCF/out/production/saberhcf/com/customhcf/hcf/visualise/ProtocolLibHook$1.class deleted file mode 100644 index ffca8ee..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/visualise/ProtocolLibHook$1.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/visualise/ProtocolLibHook$2.class b/HCF/out/production/saberhcf/com/customhcf/hcf/visualise/ProtocolLibHook$2.class deleted file mode 100644 index c1c858a..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/visualise/ProtocolLibHook$2.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/visualise/ProtocolLibHook$3.class b/HCF/out/production/saberhcf/com/customhcf/hcf/visualise/ProtocolLibHook$3.class deleted file mode 100644 index 119dd6c..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/visualise/ProtocolLibHook$3.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/visualise/ProtocolLibHook.class b/HCF/out/production/saberhcf/com/customhcf/hcf/visualise/ProtocolLibHook.class deleted file mode 100644 index 532ed70..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/visualise/ProtocolLibHook.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/visualise/VisualBlock.class b/HCF/out/production/saberhcf/com/customhcf/hcf/visualise/VisualBlock.class deleted file mode 100644 index daf633d..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/visualise/VisualBlock.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/visualise/VisualBlockData.class b/HCF/out/production/saberhcf/com/customhcf/hcf/visualise/VisualBlockData.class deleted file mode 100644 index 3de828e..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/visualise/VisualBlockData.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/visualise/VisualType$1$1.class b/HCF/out/production/saberhcf/com/customhcf/hcf/visualise/VisualType$1$1.class deleted file mode 100644 index 2e90696..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/visualise/VisualType$1$1.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/visualise/VisualType$1.class b/HCF/out/production/saberhcf/com/customhcf/hcf/visualise/VisualType$1.class deleted file mode 100644 index 524395e..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/visualise/VisualType$1.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/visualise/VisualType$2$1.class b/HCF/out/production/saberhcf/com/customhcf/hcf/visualise/VisualType$2$1.class deleted file mode 100644 index 07323b1..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/visualise/VisualType$2$1.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/visualise/VisualType$2.class b/HCF/out/production/saberhcf/com/customhcf/hcf/visualise/VisualType$2.class deleted file mode 100644 index c5db06f..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/visualise/VisualType$2.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/visualise/VisualType$3$1.class b/HCF/out/production/saberhcf/com/customhcf/hcf/visualise/VisualType$3$1.class deleted file mode 100644 index a453abe..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/visualise/VisualType$3$1.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/visualise/VisualType$3.class b/HCF/out/production/saberhcf/com/customhcf/hcf/visualise/VisualType$3.class deleted file mode 100644 index 8732f92..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/visualise/VisualType$3.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/visualise/VisualType$4$1.class b/HCF/out/production/saberhcf/com/customhcf/hcf/visualise/VisualType$4$1.class deleted file mode 100644 index d32cc66..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/visualise/VisualType$4$1.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/visualise/VisualType$4.class b/HCF/out/production/saberhcf/com/customhcf/hcf/visualise/VisualType$4.class deleted file mode 100644 index 558ee18..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/visualise/VisualType$4.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/visualise/VisualType$5$1.class b/HCF/out/production/saberhcf/com/customhcf/hcf/visualise/VisualType$5$1.class deleted file mode 100644 index 70c7d0d..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/visualise/VisualType$5$1.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/visualise/VisualType$5.class b/HCF/out/production/saberhcf/com/customhcf/hcf/visualise/VisualType$5.class deleted file mode 100644 index fa6f775..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/visualise/VisualType$5.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/visualise/VisualType$6$1.class b/HCF/out/production/saberhcf/com/customhcf/hcf/visualise/VisualType$6$1.class deleted file mode 100644 index 552bf4d..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/visualise/VisualType$6$1.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/visualise/VisualType$6.class b/HCF/out/production/saberhcf/com/customhcf/hcf/visualise/VisualType$6.class deleted file mode 100644 index 352faf9..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/visualise/VisualType$6.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/visualise/VisualType.class b/HCF/out/production/saberhcf/com/customhcf/hcf/visualise/VisualType.class deleted file mode 100644 index 34fdb94..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/visualise/VisualType.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/visualise/VisualiseHandler$1.class b/HCF/out/production/saberhcf/com/customhcf/hcf/visualise/VisualiseHandler$1.class deleted file mode 100644 index 06fbe13..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/visualise/VisualiseHandler$1.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/visualise/VisualiseHandler.class b/HCF/out/production/saberhcf/com/customhcf/hcf/visualise/VisualiseHandler.class deleted file mode 100644 index a90f34e..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/visualise/VisualiseHandler.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/visualise/WallBorderListener$1.class b/HCF/out/production/saberhcf/com/customhcf/hcf/visualise/WallBorderListener$1.class deleted file mode 100644 index 1d586d0..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/visualise/WallBorderListener$1.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/visualise/WallBorderListener$2.class b/HCF/out/production/saberhcf/com/customhcf/hcf/visualise/WallBorderListener$2.class deleted file mode 100644 index 8d2d719..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/visualise/WallBorderListener$2.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/visualise/WallBorderListener$WarpTimerRunnable.class b/HCF/out/production/saberhcf/com/customhcf/hcf/visualise/WallBorderListener$WarpTimerRunnable.class deleted file mode 100644 index cc90409..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/visualise/WallBorderListener$WarpTimerRunnable.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcf/visualise/WallBorderListener.class b/HCF/out/production/saberhcf/com/customhcf/hcf/visualise/WallBorderListener.class deleted file mode 100644 index efa5d61..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcf/visualise/WallBorderListener.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcfold/EventSignListener.class b/HCF/out/production/saberhcf/com/customhcf/hcfold/EventSignListener.class deleted file mode 100644 index 1e2eec4..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcfold/EventSignListener.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcfold/MapKitCommand.class b/HCF/out/production/saberhcf/com/customhcf/hcfold/MapKitCommand.class deleted file mode 100644 index f56c8d5..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcfold/MapKitCommand.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcfold/combatlog/CombatLogListener$1.class b/HCF/out/production/saberhcf/com/customhcf/hcfold/combatlog/CombatLogListener$1.class deleted file mode 100644 index 1cfcaeb..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcfold/combatlog/CombatLogListener$1.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcfold/combatlog/CombatLogListener.class b/HCF/out/production/saberhcf/com/customhcf/hcfold/combatlog/CombatLogListener.class deleted file mode 100644 index 11f72b1..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcfold/combatlog/CombatLogListener.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcfold/combatlog/LoggerDeathEvent.class b/HCF/out/production/saberhcf/com/customhcf/hcfold/combatlog/LoggerDeathEvent.class deleted file mode 100644 index bf99554..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcfold/combatlog/LoggerDeathEvent.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcfold/combatlog/LoggerEntity.class b/HCF/out/production/saberhcf/com/customhcf/hcfold/combatlog/LoggerEntity.class deleted file mode 100644 index 925888d..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcfold/combatlog/LoggerEntity.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcfold/combatlog/LoggerEntityHuman$1.class b/HCF/out/production/saberhcf/com/customhcf/hcfold/combatlog/LoggerEntityHuman$1.class deleted file mode 100644 index d99f726..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcfold/combatlog/LoggerEntityHuman$1.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcfold/combatlog/LoggerEntityHuman$FakeNetworkManager.class b/HCF/out/production/saberhcf/com/customhcf/hcfold/combatlog/LoggerEntityHuman$FakeNetworkManager.class deleted file mode 100644 index b778854..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcfold/combatlog/LoggerEntityHuman$FakeNetworkManager.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcfold/combatlog/LoggerEntityHuman$FakePlayerConnection.class b/HCF/out/production/saberhcf/com/customhcf/hcfold/combatlog/LoggerEntityHuman$FakePlayerConnection.class deleted file mode 100644 index 937ad53..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcfold/combatlog/LoggerEntityHuman$FakePlayerConnection.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcfold/combatlog/LoggerEntityHuman.class b/HCF/out/production/saberhcf/com/customhcf/hcfold/combatlog/LoggerEntityHuman.class deleted file mode 100644 index 07366d7..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcfold/combatlog/LoggerEntityHuman.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcfold/combatlog/LoggerRemovedEvent.class b/HCF/out/production/saberhcf/com/customhcf/hcfold/combatlog/LoggerRemovedEvent.class deleted file mode 100644 index a5ac11e..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcfold/combatlog/LoggerRemovedEvent.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcfold/combatlog/LoggerSpawnEvent.class b/HCF/out/production/saberhcf/com/customhcf/hcfold/combatlog/LoggerSpawnEvent.class deleted file mode 100644 index 656e93d..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcfold/combatlog/LoggerSpawnEvent.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcfold/crate/EnderChestKey.class b/HCF/out/production/saberhcf/com/customhcf/hcfold/crate/EnderChestKey.class deleted file mode 100644 index 062f096..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcfold/crate/EnderChestKey.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcfold/crate/Key.class b/HCF/out/production/saberhcf/com/customhcf/hcfold/crate/Key.class deleted file mode 100644 index 519f5d9..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcfold/crate/Key.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcfold/crate/KeyListener.class b/HCF/out/production/saberhcf/com/customhcf/hcfold/crate/KeyListener.class deleted file mode 100644 index 63a5ece..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcfold/crate/KeyListener.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcfold/crate/KeyManager.class b/HCF/out/production/saberhcf/com/customhcf/hcfold/crate/KeyManager.class deleted file mode 100644 index 640bfe8..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcfold/crate/KeyManager.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcfold/crate/LootExecutor.class b/HCF/out/production/saberhcf/com/customhcf/hcfold/crate/LootExecutor.class deleted file mode 100644 index b1e468b..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcfold/crate/LootExecutor.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcfold/crate/argument/LootBankArgument.class b/HCF/out/production/saberhcf/com/customhcf/hcfold/crate/argument/LootBankArgument.class deleted file mode 100644 index 2808667..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcfold/crate/argument/LootBankArgument.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcfold/crate/argument/LootBroadcastsArgument.class b/HCF/out/production/saberhcf/com/customhcf/hcfold/crate/argument/LootBroadcastsArgument.class deleted file mode 100644 index 09073af..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcfold/crate/argument/LootBroadcastsArgument.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcfold/crate/argument/LootDepositArgument.class b/HCF/out/production/saberhcf/com/customhcf/hcfold/crate/argument/LootDepositArgument.class deleted file mode 100644 index ef82fea..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcfold/crate/argument/LootDepositArgument.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcfold/crate/argument/LootGiveArgument.class b/HCF/out/production/saberhcf/com/customhcf/hcfold/crate/argument/LootGiveArgument.class deleted file mode 100644 index e95e2f6..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcfold/crate/argument/LootGiveArgument.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcfold/crate/argument/LootListArgument.class b/HCF/out/production/saberhcf/com/customhcf/hcfold/crate/argument/LootListArgument.class deleted file mode 100644 index f5c4feb..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcfold/crate/argument/LootListArgument.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcfold/crate/argument/LootWithdrawArgument.class b/HCF/out/production/saberhcf/com/customhcf/hcfold/crate/argument/LootWithdrawArgument.class deleted file mode 100644 index 65430a6..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcfold/crate/argument/LootWithdrawArgument.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcfold/crate/type/CrystalKey.class b/HCF/out/production/saberhcf/com/customhcf/hcfold/crate/type/CrystalKey.class deleted file mode 100644 index 5d9c506..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcfold/crate/type/CrystalKey.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcfold/crate/type/KothKey.class b/HCF/out/production/saberhcf/com/customhcf/hcfold/crate/type/KothKey.class deleted file mode 100644 index e72f32a..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcfold/crate/type/KothKey.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcfold/crate/type/OrtixKey.class b/HCF/out/production/saberhcf/com/customhcf/hcfold/crate/type/OrtixKey.class deleted file mode 100644 index b15a764..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcfold/crate/type/OrtixKey.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcfold/crate/type/PalaceKey.class b/HCF/out/production/saberhcf/com/customhcf/hcfold/crate/type/PalaceKey.class deleted file mode 100644 index 314ab22..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcfold/crate/type/PalaceKey.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcfold/crate/type/Tier1.class b/HCF/out/production/saberhcf/com/customhcf/hcfold/crate/type/Tier1.class deleted file mode 100644 index 71018a2..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcfold/crate/type/Tier1.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcfold/crate/type/Tier2.class b/HCF/out/production/saberhcf/com/customhcf/hcfold/crate/type/Tier2.class deleted file mode 100644 index cb250d2..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcfold/crate/type/Tier2.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/com/customhcf/hcfold/crate/type/Tier3.class b/HCF/out/production/saberhcf/com/customhcf/hcfold/crate/type/Tier3.class deleted file mode 100644 index a239657..0000000 Binary files a/HCF/out/production/saberhcf/com/customhcf/hcfold/crate/type/Tier3.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/ArrayStack.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/ArrayStack.class deleted file mode 100644 index ef53e99..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/ArrayStack.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/Bag.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/Bag.class deleted file mode 100644 index bb2e3ec..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/Bag.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/BagUtils.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/BagUtils.class deleted file mode 100644 index c4f56fe..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/BagUtils.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/BidiMap.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/BidiMap.class deleted file mode 100644 index 1de2881..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/BidiMap.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/BoundedCollection.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/BoundedCollection.class deleted file mode 100644 index b5e023b..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/BoundedCollection.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/BoundedMap.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/BoundedMap.class deleted file mode 100644 index ee03c24..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/BoundedMap.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/Closure.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/Closure.class deleted file mode 100644 index e393e1a..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/Closure.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/ClosureUtils.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/ClosureUtils.class deleted file mode 100644 index 046ed15..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/ClosureUtils.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/CollectionUtils$1.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/CollectionUtils$1.class deleted file mode 100644 index ea1347d..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/CollectionUtils$1.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/CollectionUtils$2.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/CollectionUtils$2.class deleted file mode 100644 index 901467c..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/CollectionUtils$2.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/CollectionUtils$3.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/CollectionUtils$3.class deleted file mode 100644 index 35205b6..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/CollectionUtils$3.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/CollectionUtils$CardinalityHelper.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/CollectionUtils$CardinalityHelper.class deleted file mode 100644 index a6820f1..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/CollectionUtils$CardinalityHelper.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/CollectionUtils$EquatorWrapper.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/CollectionUtils$EquatorWrapper.class deleted file mode 100644 index 7c93232..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/CollectionUtils$EquatorWrapper.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/CollectionUtils$SetOperationCardinalityHelper.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/CollectionUtils$SetOperationCardinalityHelper.class deleted file mode 100644 index 98a35a2..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/CollectionUtils$SetOperationCardinalityHelper.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/CollectionUtils.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/CollectionUtils.class deleted file mode 100644 index 3a91961..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/CollectionUtils.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/ComparatorUtils.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/ComparatorUtils.class deleted file mode 100644 index 99bf796..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/ComparatorUtils.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/EnumerationUtils.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/EnumerationUtils.class deleted file mode 100644 index 660347b..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/EnumerationUtils.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/Equator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/Equator.class deleted file mode 100644 index a0fc482..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/Equator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/Factory.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/Factory.class deleted file mode 100644 index 0ba19bb..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/Factory.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/FactoryUtils.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/FactoryUtils.class deleted file mode 100644 index 5755d6b..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/FactoryUtils.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/FluentIterable.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/FluentIterable.class deleted file mode 100644 index e04a1d6..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/FluentIterable.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/FunctorException.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/FunctorException.class deleted file mode 100644 index c6e3b2c..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/FunctorException.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/Get.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/Get.class deleted file mode 100644 index 9fbcb76..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/Get.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/IterableGet.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/IterableGet.class deleted file mode 100644 index c1e1e20..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/IterableGet.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/IterableMap.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/IterableMap.class deleted file mode 100644 index 4e71628..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/IterableMap.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/IterableSortedMap.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/IterableSortedMap.class deleted file mode 100644 index 74c16f5..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/IterableSortedMap.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/IterableUtils$1.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/IterableUtils$1.class deleted file mode 100644 index da1c420..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/IterableUtils$1.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/IterableUtils$10.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/IterableUtils$10.class deleted file mode 100644 index 2e0c377..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/IterableUtils$10.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/IterableUtils$11.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/IterableUtils$11.class deleted file mode 100644 index bcd8a8b..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/IterableUtils$11.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/IterableUtils$12.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/IterableUtils$12.class deleted file mode 100644 index dda7b5c..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/IterableUtils$12.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/IterableUtils$13.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/IterableUtils$13.class deleted file mode 100644 index b3e7a79..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/IterableUtils$13.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/IterableUtils$2$1.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/IterableUtils$2$1.class deleted file mode 100644 index db88dbb..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/IterableUtils$2$1.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/IterableUtils$2.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/IterableUtils$2.class deleted file mode 100644 index b35817d..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/IterableUtils$2.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/IterableUtils$3.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/IterableUtils$3.class deleted file mode 100644 index c842ceb..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/IterableUtils$3.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/IterableUtils$4.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/IterableUtils$4.class deleted file mode 100644 index 02cd3e8..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/IterableUtils$4.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/IterableUtils$5.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/IterableUtils$5.class deleted file mode 100644 index ba43a96..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/IterableUtils$5.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/IterableUtils$6.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/IterableUtils$6.class deleted file mode 100644 index da66584..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/IterableUtils$6.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/IterableUtils$7$1.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/IterableUtils$7$1.class deleted file mode 100644 index 3363eee..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/IterableUtils$7$1.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/IterableUtils$7.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/IterableUtils$7.class deleted file mode 100644 index 7bc962a..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/IterableUtils$7.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/IterableUtils$8.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/IterableUtils$8.class deleted file mode 100644 index 146a67c..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/IterableUtils$8.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/IterableUtils$9.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/IterableUtils$9.class deleted file mode 100644 index 91f03f8..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/IterableUtils$9.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/IterableUtils$UnmodifiableIterable.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/IterableUtils$UnmodifiableIterable.class deleted file mode 100644 index 81f5cd3..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/IterableUtils$UnmodifiableIterable.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/IterableUtils.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/IterableUtils.class deleted file mode 100644 index 7d4bbc4..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/IterableUtils.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/IteratorUtils.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/IteratorUtils.class deleted file mode 100644 index 6a465a5..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/IteratorUtils.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/KeyValue.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/KeyValue.class deleted file mode 100644 index 1e0f454..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/KeyValue.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/ListUtils$1.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/ListUtils$1.class deleted file mode 100644 index 14c8bee..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/ListUtils$1.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/ListUtils$CharSequenceAsList.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/ListUtils$CharSequenceAsList.class deleted file mode 100644 index b3a9653..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/ListUtils$CharSequenceAsList.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/ListUtils$LcsVisitor.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/ListUtils$LcsVisitor.class deleted file mode 100644 index 4f83441..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/ListUtils$LcsVisitor.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/ListUtils$Partition.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/ListUtils$Partition.class deleted file mode 100644 index 53157d2..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/ListUtils$Partition.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/ListUtils.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/ListUtils.class deleted file mode 100644 index 7978328..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/ListUtils.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/ListValuedMap.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/ListValuedMap.class deleted file mode 100644 index 89bc55b..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/ListValuedMap.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/MapIterator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/MapIterator.class deleted file mode 100644 index ff58873..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/MapIterator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/MapUtils$1.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/MapUtils$1.class deleted file mode 100644 index 923d6d6..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/MapUtils$1.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/MapUtils$2.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/MapUtils$2.class deleted file mode 100644 index 368a421..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/MapUtils$2.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/MapUtils.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/MapUtils.class deleted file mode 100644 index 21b305f..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/MapUtils.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/MultiMap.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/MultiMap.class deleted file mode 100644 index 29daa45..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/MultiMap.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/MultiMapUtils.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/MultiMapUtils.class deleted file mode 100644 index 9aa8e20..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/MultiMapUtils.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/MultiSet$Entry.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/MultiSet$Entry.class deleted file mode 100644 index 816318d..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/MultiSet$Entry.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/MultiSet.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/MultiSet.class deleted file mode 100644 index 4c94292..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/MultiSet.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/MultiSetUtils.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/MultiSetUtils.class deleted file mode 100644 index 05de144..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/MultiSetUtils.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/MultiValuedMap.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/MultiValuedMap.class deleted file mode 100644 index d310d67..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/MultiValuedMap.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/OrderedBidiMap.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/OrderedBidiMap.class deleted file mode 100644 index d20a6d4..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/OrderedBidiMap.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/OrderedIterator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/OrderedIterator.class deleted file mode 100644 index c5d2804..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/OrderedIterator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/OrderedMap.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/OrderedMap.class deleted file mode 100644 index d29f6e9..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/OrderedMap.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/OrderedMapIterator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/OrderedMapIterator.class deleted file mode 100644 index 949081e..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/OrderedMapIterator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/Predicate.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/Predicate.class deleted file mode 100644 index c83ae6a..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/Predicate.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/PredicateUtils.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/PredicateUtils.class deleted file mode 100644 index 550f06b..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/PredicateUtils.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/Put.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/Put.class deleted file mode 100644 index e661e04..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/Put.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/QueueUtils.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/QueueUtils.class deleted file mode 100644 index 6522aea..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/QueueUtils.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/ResettableIterator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/ResettableIterator.class deleted file mode 100644 index 99575ed..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/ResettableIterator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/ResettableListIterator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/ResettableListIterator.class deleted file mode 100644 index 52304d0..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/ResettableListIterator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/SetUtils$1.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/SetUtils$1.class deleted file mode 100644 index d145c02..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/SetUtils$1.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/SetUtils$2.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/SetUtils$2.class deleted file mode 100644 index 3928ff5..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/SetUtils$2.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/SetUtils$3.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/SetUtils$3.class deleted file mode 100644 index 3121488..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/SetUtils$3.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/SetUtils$4.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/SetUtils$4.class deleted file mode 100644 index 8f84d78..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/SetUtils$4.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/SetUtils$5.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/SetUtils$5.class deleted file mode 100644 index 68b4434..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/SetUtils$5.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/SetUtils$6.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/SetUtils$6.class deleted file mode 100644 index 047c9a9..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/SetUtils$6.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/SetUtils$SetView.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/SetUtils$SetView.class deleted file mode 100644 index 05ee9e6..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/SetUtils$SetView.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/SetUtils.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/SetUtils.class deleted file mode 100644 index 3bd48f3..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/SetUtils.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/SetValuedMap.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/SetValuedMap.class deleted file mode 100644 index ff72e88..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/SetValuedMap.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/SortedBag.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/SortedBag.class deleted file mode 100644 index 3daf80d..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/SortedBag.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/SortedBidiMap.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/SortedBidiMap.class deleted file mode 100644 index 18bb949..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/SortedBidiMap.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/SplitMapUtils$1.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/SplitMapUtils$1.class deleted file mode 100644 index 83e0cdf..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/SplitMapUtils$1.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/SplitMapUtils$WrappedGet.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/SplitMapUtils$WrappedGet.class deleted file mode 100644 index 43c8cee..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/SplitMapUtils$WrappedGet.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/SplitMapUtils$WrappedPut.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/SplitMapUtils$WrappedPut.class deleted file mode 100644 index a9414ca..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/SplitMapUtils$WrappedPut.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/SplitMapUtils.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/SplitMapUtils.class deleted file mode 100644 index 09357c4..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/SplitMapUtils.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/Transformer.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/Transformer.class deleted file mode 100644 index 786a3c6..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/Transformer.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/TransformerUtils.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/TransformerUtils.class deleted file mode 100644 index 54bd460..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/TransformerUtils.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/Trie.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/Trie.class deleted file mode 100644 index cbcd374..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/Trie.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/TrieUtils.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/TrieUtils.class deleted file mode 100644 index 86fb680..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/TrieUtils.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/Unmodifiable.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/Unmodifiable.class deleted file mode 100644 index d466c78..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/Unmodifiable.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/bag/AbstractBagDecorator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/bag/AbstractBagDecorator.class deleted file mode 100644 index 0396ae7..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/bag/AbstractBagDecorator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/bag/AbstractMapBag$BagIterator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/bag/AbstractMapBag$BagIterator.class deleted file mode 100644 index c1d958b..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/bag/AbstractMapBag$BagIterator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/bag/AbstractMapBag$MutableInteger.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/bag/AbstractMapBag$MutableInteger.class deleted file mode 100644 index a0bbe6d..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/bag/AbstractMapBag$MutableInteger.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/bag/AbstractMapBag.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/bag/AbstractMapBag.class deleted file mode 100644 index 99f0c44..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/bag/AbstractMapBag.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/bag/AbstractSortedBagDecorator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/bag/AbstractSortedBagDecorator.class deleted file mode 100644 index 32a3240..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/bag/AbstractSortedBagDecorator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/bag/CollectionBag.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/bag/CollectionBag.class deleted file mode 100644 index 3623e78..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/bag/CollectionBag.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/bag/CollectionSortedBag.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/bag/CollectionSortedBag.class deleted file mode 100644 index 244d28a..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/bag/CollectionSortedBag.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/bag/HashBag.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/bag/HashBag.class deleted file mode 100644 index 24b3cb7..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/bag/HashBag.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/bag/PredicatedBag.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/bag/PredicatedBag.class deleted file mode 100644 index b4a70a8..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/bag/PredicatedBag.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/bag/PredicatedSortedBag.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/bag/PredicatedSortedBag.class deleted file mode 100644 index 8b6607e..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/bag/PredicatedSortedBag.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/bag/SynchronizedBag$SynchronizedBagSet.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/bag/SynchronizedBag$SynchronizedBagSet.class deleted file mode 100644 index e45f71d..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/bag/SynchronizedBag$SynchronizedBagSet.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/bag/SynchronizedBag.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/bag/SynchronizedBag.class deleted file mode 100644 index c420fde..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/bag/SynchronizedBag.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/bag/SynchronizedSortedBag.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/bag/SynchronizedSortedBag.class deleted file mode 100644 index 291a7fc..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/bag/SynchronizedSortedBag.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/bag/TransformedBag.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/bag/TransformedBag.class deleted file mode 100644 index dde2822..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/bag/TransformedBag.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/bag/TransformedSortedBag.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/bag/TransformedSortedBag.class deleted file mode 100644 index 5a26645..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/bag/TransformedSortedBag.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/bag/TreeBag.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/bag/TreeBag.class deleted file mode 100644 index c11657c..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/bag/TreeBag.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/bag/UnmodifiableBag.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/bag/UnmodifiableBag.class deleted file mode 100644 index 32004d4..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/bag/UnmodifiableBag.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/bag/UnmodifiableSortedBag.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/bag/UnmodifiableSortedBag.class deleted file mode 100644 index bb630b4..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/bag/UnmodifiableSortedBag.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/bidimap/AbstractBidiMapDecorator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/bidimap/AbstractBidiMapDecorator.class deleted file mode 100644 index 5801c27..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/bidimap/AbstractBidiMapDecorator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/bidimap/AbstractDualBidiMap$BidiMapIterator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/bidimap/AbstractDualBidiMap$BidiMapIterator.class deleted file mode 100644 index 890892d..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/bidimap/AbstractDualBidiMap$BidiMapIterator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/bidimap/AbstractDualBidiMap$EntrySet.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/bidimap/AbstractDualBidiMap$EntrySet.class deleted file mode 100644 index ec09587..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/bidimap/AbstractDualBidiMap$EntrySet.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/bidimap/AbstractDualBidiMap$EntrySetIterator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/bidimap/AbstractDualBidiMap$EntrySetIterator.class deleted file mode 100644 index 7f04c2a..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/bidimap/AbstractDualBidiMap$EntrySetIterator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/bidimap/AbstractDualBidiMap$KeySet.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/bidimap/AbstractDualBidiMap$KeySet.class deleted file mode 100644 index 2c0838e..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/bidimap/AbstractDualBidiMap$KeySet.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/bidimap/AbstractDualBidiMap$KeySetIterator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/bidimap/AbstractDualBidiMap$KeySetIterator.class deleted file mode 100644 index 7ff7ada..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/bidimap/AbstractDualBidiMap$KeySetIterator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/bidimap/AbstractDualBidiMap$MapEntry.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/bidimap/AbstractDualBidiMap$MapEntry.class deleted file mode 100644 index 09ee9b5..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/bidimap/AbstractDualBidiMap$MapEntry.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/bidimap/AbstractDualBidiMap$Values.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/bidimap/AbstractDualBidiMap$Values.class deleted file mode 100644 index 0a92324..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/bidimap/AbstractDualBidiMap$Values.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/bidimap/AbstractDualBidiMap$ValuesIterator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/bidimap/AbstractDualBidiMap$ValuesIterator.class deleted file mode 100644 index 48517ef..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/bidimap/AbstractDualBidiMap$ValuesIterator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/bidimap/AbstractDualBidiMap$View.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/bidimap/AbstractDualBidiMap$View.class deleted file mode 100644 index df08587..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/bidimap/AbstractDualBidiMap$View.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/bidimap/AbstractDualBidiMap.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/bidimap/AbstractDualBidiMap.class deleted file mode 100644 index 81bcd26..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/bidimap/AbstractDualBidiMap.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/bidimap/AbstractOrderedBidiMapDecorator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/bidimap/AbstractOrderedBidiMapDecorator.class deleted file mode 100644 index 72642fe..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/bidimap/AbstractOrderedBidiMapDecorator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapDecorator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapDecorator.class deleted file mode 100644 index 2cd676c..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/bidimap/AbstractSortedBidiMapDecorator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/bidimap/DualHashBidiMap.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/bidimap/DualHashBidiMap.class deleted file mode 100644 index 72a77a1..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/bidimap/DualHashBidiMap.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/bidimap/DualLinkedHashBidiMap.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/bidimap/DualLinkedHashBidiMap.class deleted file mode 100644 index 3001f95..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/bidimap/DualLinkedHashBidiMap.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/bidimap/DualTreeBidiMap$BidiOrderedMapIterator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/bidimap/DualTreeBidiMap$BidiOrderedMapIterator.class deleted file mode 100644 index 1a875c1..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/bidimap/DualTreeBidiMap$BidiOrderedMapIterator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/bidimap/DualTreeBidiMap$ViewMap.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/bidimap/DualTreeBidiMap$ViewMap.class deleted file mode 100644 index 70485f3..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/bidimap/DualTreeBidiMap$ViewMap.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/bidimap/DualTreeBidiMap.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/bidimap/DualTreeBidiMap.class deleted file mode 100644 index 8396bb9..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/bidimap/DualTreeBidiMap.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/bidimap/TreeBidiMap$1.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/bidimap/TreeBidiMap$1.class deleted file mode 100644 index c95ca07..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/bidimap/TreeBidiMap$1.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/bidimap/TreeBidiMap$DataElement.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/bidimap/TreeBidiMap$DataElement.class deleted file mode 100644 index 3404a86..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/bidimap/TreeBidiMap$DataElement.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/bidimap/TreeBidiMap$EntryView.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/bidimap/TreeBidiMap$EntryView.class deleted file mode 100644 index 8ce1875..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/bidimap/TreeBidiMap$EntryView.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/bidimap/TreeBidiMap$Inverse.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/bidimap/TreeBidiMap$Inverse.class deleted file mode 100644 index 28b4139..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/bidimap/TreeBidiMap$Inverse.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/bidimap/TreeBidiMap$InverseEntryView.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/bidimap/TreeBidiMap$InverseEntryView.class deleted file mode 100644 index 2d82bc7..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/bidimap/TreeBidiMap$InverseEntryView.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/bidimap/TreeBidiMap$InverseViewMapEntryIterator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/bidimap/TreeBidiMap$InverseViewMapEntryIterator.class deleted file mode 100644 index f151f5d..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/bidimap/TreeBidiMap$InverseViewMapEntryIterator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/bidimap/TreeBidiMap$InverseViewMapIterator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/bidimap/TreeBidiMap$InverseViewMapIterator.class deleted file mode 100644 index 809f8a7..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/bidimap/TreeBidiMap$InverseViewMapIterator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/bidimap/TreeBidiMap$KeyView.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/bidimap/TreeBidiMap$KeyView.class deleted file mode 100644 index 9e5453b..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/bidimap/TreeBidiMap$KeyView.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/bidimap/TreeBidiMap$Node.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/bidimap/TreeBidiMap$Node.class deleted file mode 100644 index aca2c31..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/bidimap/TreeBidiMap$Node.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/bidimap/TreeBidiMap$ValueView.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/bidimap/TreeBidiMap$ValueView.class deleted file mode 100644 index 83ac61e..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/bidimap/TreeBidiMap$ValueView.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/bidimap/TreeBidiMap$View.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/bidimap/TreeBidiMap$View.class deleted file mode 100644 index 9024e93..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/bidimap/TreeBidiMap$View.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/bidimap/TreeBidiMap$ViewIterator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/bidimap/TreeBidiMap$ViewIterator.class deleted file mode 100644 index b71fd4a..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/bidimap/TreeBidiMap$ViewIterator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/bidimap/TreeBidiMap$ViewMapEntryIterator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/bidimap/TreeBidiMap$ViewMapEntryIterator.class deleted file mode 100644 index eeb779b..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/bidimap/TreeBidiMap$ViewMapEntryIterator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/bidimap/TreeBidiMap$ViewMapIterator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/bidimap/TreeBidiMap$ViewMapIterator.class deleted file mode 100644 index f654382..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/bidimap/TreeBidiMap$ViewMapIterator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/bidimap/TreeBidiMap.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/bidimap/TreeBidiMap.class deleted file mode 100644 index ed01379..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/bidimap/TreeBidiMap.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/bidimap/UnmodifiableBidiMap.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/bidimap/UnmodifiableBidiMap.class deleted file mode 100644 index 476bbb9..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/bidimap/UnmodifiableBidiMap.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/bidimap/UnmodifiableOrderedBidiMap.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/bidimap/UnmodifiableOrderedBidiMap.class deleted file mode 100644 index ec992f6..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/bidimap/UnmodifiableOrderedBidiMap.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/bidimap/UnmodifiableSortedBidiMap.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/bidimap/UnmodifiableSortedBidiMap.class deleted file mode 100644 index e2e8a69..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/bidimap/UnmodifiableSortedBidiMap.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/collection/AbstractCollectionDecorator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/collection/AbstractCollectionDecorator.class deleted file mode 100644 index 4f80b6a..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/collection/AbstractCollectionDecorator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/collection/CompositeCollection$CollectionMutator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/collection/CompositeCollection$CollectionMutator.class deleted file mode 100644 index 5455f96..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/collection/CompositeCollection$CollectionMutator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/collection/CompositeCollection.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/collection/CompositeCollection.class deleted file mode 100644 index c86c9de..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/collection/CompositeCollection.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/collection/IndexedCollection.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/collection/IndexedCollection.class deleted file mode 100644 index 9ea0925..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/collection/IndexedCollection.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/collection/PredicatedCollection$Builder.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/collection/PredicatedCollection$Builder.class deleted file mode 100644 index 2cfae36..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/collection/PredicatedCollection$Builder.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/collection/PredicatedCollection.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/collection/PredicatedCollection.class deleted file mode 100644 index 4c9f6a7..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/collection/PredicatedCollection.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/collection/SynchronizedCollection.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/collection/SynchronizedCollection.class deleted file mode 100644 index 8ea3e71..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/collection/SynchronizedCollection.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/collection/TransformedCollection.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/collection/TransformedCollection.class deleted file mode 100644 index 2b221c0..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/collection/TransformedCollection.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/collection/UnmodifiableBoundedCollection.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/collection/UnmodifiableBoundedCollection.class deleted file mode 100644 index 9a563b4..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/collection/UnmodifiableBoundedCollection.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/collection/UnmodifiableCollection.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/collection/UnmodifiableCollection.class deleted file mode 100644 index c3710c5..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/collection/UnmodifiableCollection.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/comparators/BooleanComparator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/comparators/BooleanComparator.class deleted file mode 100644 index 55a505d..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/comparators/BooleanComparator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/comparators/ComparableComparator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/comparators/ComparableComparator.class deleted file mode 100644 index f385a4e..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/comparators/ComparableComparator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/comparators/ComparatorChain.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/comparators/ComparatorChain.class deleted file mode 100644 index 9abc236..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/comparators/ComparatorChain.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/comparators/FixedOrderComparator$1.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/comparators/FixedOrderComparator$1.class deleted file mode 100644 index d251b22..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/comparators/FixedOrderComparator$1.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/comparators/FixedOrderComparator$UnknownObjectBehavior.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/comparators/FixedOrderComparator$UnknownObjectBehavior.class deleted file mode 100644 index e048434..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/comparators/FixedOrderComparator$UnknownObjectBehavior.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/comparators/FixedOrderComparator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/comparators/FixedOrderComparator.class deleted file mode 100644 index 871d266..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/comparators/FixedOrderComparator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/comparators/NullComparator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/comparators/NullComparator.class deleted file mode 100644 index 43cf29b..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/comparators/NullComparator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/comparators/ReverseComparator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/comparators/ReverseComparator.class deleted file mode 100644 index 6f124cc..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/comparators/ReverseComparator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/comparators/TransformingComparator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/comparators/TransformingComparator.class deleted file mode 100644 index 5a6f27d..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/comparators/TransformingComparator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/AbstractQuantifierPredicate.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/AbstractQuantifierPredicate.class deleted file mode 100644 index 33b3959..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/AbstractQuantifierPredicate.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/AllPredicate.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/AllPredicate.class deleted file mode 100644 index 06521be..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/AllPredicate.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/AndPredicate.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/AndPredicate.class deleted file mode 100644 index 145f9d2..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/AndPredicate.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/AnyPredicate.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/AnyPredicate.class deleted file mode 100644 index 782b33c..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/AnyPredicate.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/CatchAndRethrowClosure.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/CatchAndRethrowClosure.class deleted file mode 100644 index 4f02aae..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/CatchAndRethrowClosure.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/ChainedClosure.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/ChainedClosure.class deleted file mode 100644 index e29b459..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/ChainedClosure.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/ChainedTransformer.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/ChainedTransformer.class deleted file mode 100644 index 7ef88bc..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/ChainedTransformer.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/CloneTransformer.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/CloneTransformer.class deleted file mode 100644 index dae70bb..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/CloneTransformer.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/ClosureTransformer.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/ClosureTransformer.class deleted file mode 100644 index c5c562a..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/ClosureTransformer.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/ComparatorPredicate$1.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/ComparatorPredicate$1.class deleted file mode 100644 index 1ed9ec0..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/ComparatorPredicate$1.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/ComparatorPredicate$Criterion.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/ComparatorPredicate$Criterion.class deleted file mode 100644 index d27c8f4..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/ComparatorPredicate$Criterion.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/ComparatorPredicate.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/ComparatorPredicate.class deleted file mode 100644 index ca5f1d0..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/ComparatorPredicate.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/ConstantFactory.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/ConstantFactory.class deleted file mode 100644 index cffc783..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/ConstantFactory.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/ConstantTransformer.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/ConstantTransformer.class deleted file mode 100644 index 31b0589..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/ConstantTransformer.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/DefaultEquator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/DefaultEquator.class deleted file mode 100644 index 44fd38b..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/DefaultEquator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/EqualPredicate.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/EqualPredicate.class deleted file mode 100644 index 185af1a..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/EqualPredicate.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/ExceptionClosure.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/ExceptionClosure.class deleted file mode 100644 index be01298..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/ExceptionClosure.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/ExceptionFactory.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/ExceptionFactory.class deleted file mode 100644 index 937faef..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/ExceptionFactory.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/ExceptionPredicate.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/ExceptionPredicate.class deleted file mode 100644 index 93f65b9..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/ExceptionPredicate.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/ExceptionTransformer.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/ExceptionTransformer.class deleted file mode 100644 index d2bab52..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/ExceptionTransformer.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/FactoryTransformer.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/FactoryTransformer.class deleted file mode 100644 index e621a9a..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/FactoryTransformer.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/FalsePredicate.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/FalsePredicate.class deleted file mode 100644 index 1822189..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/FalsePredicate.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/ForClosure.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/ForClosure.class deleted file mode 100644 index 7408141..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/ForClosure.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/FunctorUtils.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/FunctorUtils.class deleted file mode 100644 index 9f25552..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/FunctorUtils.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/IdentityPredicate.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/IdentityPredicate.class deleted file mode 100644 index e582caf..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/IdentityPredicate.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/IfClosure.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/IfClosure.class deleted file mode 100644 index 8f7c5cb..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/IfClosure.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/IfTransformer.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/IfTransformer.class deleted file mode 100644 index eefe2df..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/IfTransformer.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/InstanceofPredicate.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/InstanceofPredicate.class deleted file mode 100644 index 050f063..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/InstanceofPredicate.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/InstantiateFactory.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/InstantiateFactory.class deleted file mode 100644 index f872204..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/InstantiateFactory.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/InstantiateTransformer.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/InstantiateTransformer.class deleted file mode 100644 index 03b04dc..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/InstantiateTransformer.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/InvokerTransformer.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/InvokerTransformer.class deleted file mode 100644 index 4a41829..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/InvokerTransformer.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/MapTransformer.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/MapTransformer.class deleted file mode 100644 index f3f1667..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/MapTransformer.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/NOPClosure.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/NOPClosure.class deleted file mode 100644 index a5681e0..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/NOPClosure.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/NOPTransformer.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/NOPTransformer.class deleted file mode 100644 index 916a6be..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/NOPTransformer.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/NonePredicate.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/NonePredicate.class deleted file mode 100644 index 85a48d7..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/NonePredicate.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/NotNullPredicate.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/NotNullPredicate.class deleted file mode 100644 index 1ad9cbc..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/NotNullPredicate.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/NotPredicate.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/NotPredicate.class deleted file mode 100644 index abc15d8..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/NotPredicate.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/NullIsExceptionPredicate.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/NullIsExceptionPredicate.class deleted file mode 100644 index e1065e5..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/NullIsExceptionPredicate.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/NullIsFalsePredicate.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/NullIsFalsePredicate.class deleted file mode 100644 index da88a76..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/NullIsFalsePredicate.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/NullIsTruePredicate.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/NullIsTruePredicate.class deleted file mode 100644 index 55a873f..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/NullIsTruePredicate.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/NullPredicate.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/NullPredicate.class deleted file mode 100644 index 889ae0c..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/NullPredicate.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/OnePredicate.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/OnePredicate.class deleted file mode 100644 index 0a3920d..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/OnePredicate.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/OrPredicate.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/OrPredicate.class deleted file mode 100644 index 4602fe2..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/OrPredicate.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/PredicateDecorator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/PredicateDecorator.class deleted file mode 100644 index 9506702..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/PredicateDecorator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/PredicateTransformer.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/PredicateTransformer.class deleted file mode 100644 index a5b7076..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/PredicateTransformer.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/PrototypeFactory$1.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/PrototypeFactory$1.class deleted file mode 100644 index 431c9a5..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/PrototypeFactory$1.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/PrototypeFactory$PrototypeCloneFactory.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/PrototypeFactory$PrototypeCloneFactory.class deleted file mode 100644 index d64e0bc..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/PrototypeFactory$PrototypeCloneFactory.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/PrototypeFactory$PrototypeSerializationFactory.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/PrototypeFactory$PrototypeSerializationFactory.class deleted file mode 100644 index 8a69914..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/PrototypeFactory$PrototypeSerializationFactory.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/PrototypeFactory.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/PrototypeFactory.class deleted file mode 100644 index 0cc12cd..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/PrototypeFactory.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/StringValueTransformer.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/StringValueTransformer.class deleted file mode 100644 index 6eef589..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/StringValueTransformer.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/SwitchClosure.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/SwitchClosure.class deleted file mode 100644 index 9010bab..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/SwitchClosure.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/SwitchTransformer.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/SwitchTransformer.class deleted file mode 100644 index 53b3676..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/SwitchTransformer.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/TransformedPredicate.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/TransformedPredicate.class deleted file mode 100644 index 4a58113..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/TransformedPredicate.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/TransformerClosure.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/TransformerClosure.class deleted file mode 100644 index e9c4bb6..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/TransformerClosure.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/TransformerPredicate.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/TransformerPredicate.class deleted file mode 100644 index 06e4bda..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/TransformerPredicate.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/TruePredicate.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/TruePredicate.class deleted file mode 100644 index 303974b..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/TruePredicate.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/UniquePredicate.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/UniquePredicate.class deleted file mode 100644 index d193dbc..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/UniquePredicate.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/WhileClosure.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/WhileClosure.class deleted file mode 100644 index 62b3b16..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/functors/WhileClosure.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/AbstractEmptyIterator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/AbstractEmptyIterator.class deleted file mode 100644 index 06ab882..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/AbstractEmptyIterator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/AbstractEmptyMapIterator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/AbstractEmptyMapIterator.class deleted file mode 100644 index c7b280c..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/AbstractEmptyMapIterator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/AbstractIteratorDecorator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/AbstractIteratorDecorator.class deleted file mode 100644 index e5bb102..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/AbstractIteratorDecorator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/AbstractListIteratorDecorator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/AbstractListIteratorDecorator.class deleted file mode 100644 index b6e12c9..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/AbstractListIteratorDecorator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/AbstractMapIteratorDecorator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/AbstractMapIteratorDecorator.class deleted file mode 100644 index 9926203..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/AbstractMapIteratorDecorator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/AbstractOrderedMapIteratorDecorator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/AbstractOrderedMapIteratorDecorator.class deleted file mode 100644 index c9f36cc..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/AbstractOrderedMapIteratorDecorator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/AbstractUntypedIteratorDecorator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/AbstractUntypedIteratorDecorator.class deleted file mode 100644 index 7d8f673..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/AbstractUntypedIteratorDecorator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/ArrayIterator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/ArrayIterator.class deleted file mode 100644 index b1477b6..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/ArrayIterator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/ArrayListIterator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/ArrayListIterator.class deleted file mode 100644 index 2eb76c7..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/ArrayListIterator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/BoundedIterator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/BoundedIterator.class deleted file mode 100644 index 5b70c89..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/BoundedIterator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/CollatingIterator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/CollatingIterator.class deleted file mode 100644 index be81bcb..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/CollatingIterator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/EmptyIterator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/EmptyIterator.class deleted file mode 100644 index a4d323f..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/EmptyIterator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/EmptyListIterator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/EmptyListIterator.class deleted file mode 100644 index dfd782f..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/EmptyListIterator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/EmptyMapIterator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/EmptyMapIterator.class deleted file mode 100644 index 9857f2d..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/EmptyMapIterator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/EmptyOrderedIterator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/EmptyOrderedIterator.class deleted file mode 100644 index 5eb7e81..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/EmptyOrderedIterator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/EmptyOrderedMapIterator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/EmptyOrderedMapIterator.class deleted file mode 100644 index 7fa5458..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/EmptyOrderedMapIterator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/EntrySetMapIterator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/EntrySetMapIterator.class deleted file mode 100644 index d62ab3b..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/EntrySetMapIterator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/EnumerationIterator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/EnumerationIterator.class deleted file mode 100644 index 9ec014c..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/EnumerationIterator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/FilterIterator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/FilterIterator.class deleted file mode 100644 index c2b0464..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/FilterIterator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/FilterListIterator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/FilterListIterator.class deleted file mode 100644 index cf8e9e1..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/FilterListIterator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/IteratorChain.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/IteratorChain.class deleted file mode 100644 index e494288..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/IteratorChain.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/IteratorEnumeration.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/IteratorEnumeration.class deleted file mode 100644 index b6afbb4..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/IteratorEnumeration.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/IteratorIterable$1.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/IteratorIterable$1.class deleted file mode 100644 index 25a7e79..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/IteratorIterable$1.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/IteratorIterable.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/IteratorIterable.class deleted file mode 100644 index 8ed1dde..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/IteratorIterable.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/LazyIteratorChain.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/LazyIteratorChain.class deleted file mode 100644 index 4836aae..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/LazyIteratorChain.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/ListIteratorWrapper.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/ListIteratorWrapper.class deleted file mode 100644 index 1349ad5..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/ListIteratorWrapper.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/LoopingIterator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/LoopingIterator.class deleted file mode 100644 index 1122e80..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/LoopingIterator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/LoopingListIterator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/LoopingListIterator.class deleted file mode 100644 index 97119c7..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/LoopingListIterator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/NodeListIterator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/NodeListIterator.class deleted file mode 100644 index 40db8d2..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/NodeListIterator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/ObjectArrayIterator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/ObjectArrayIterator.class deleted file mode 100644 index 13997cb..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/ObjectArrayIterator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/ObjectArrayListIterator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/ObjectArrayListIterator.class deleted file mode 100644 index 81216ee..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/ObjectArrayListIterator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/ObjectGraphIterator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/ObjectGraphIterator.class deleted file mode 100644 index 98b57c7..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/ObjectGraphIterator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/PeekingIterator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/PeekingIterator.class deleted file mode 100644 index 747945c..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/PeekingIterator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/PermutationIterator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/PermutationIterator.class deleted file mode 100644 index e487bef..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/PermutationIterator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/PushbackIterator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/PushbackIterator.class deleted file mode 100644 index fb5eadf..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/PushbackIterator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/ReverseListIterator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/ReverseListIterator.class deleted file mode 100644 index 07d0dda..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/ReverseListIterator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/SingletonIterator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/SingletonIterator.class deleted file mode 100644 index da708c5..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/SingletonIterator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/SingletonListIterator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/SingletonListIterator.class deleted file mode 100644 index f0f772e..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/SingletonListIterator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/SkippingIterator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/SkippingIterator.class deleted file mode 100644 index 9e14339..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/SkippingIterator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/TransformIterator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/TransformIterator.class deleted file mode 100644 index 4e2d284..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/TransformIterator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/UniqueFilterIterator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/UniqueFilterIterator.class deleted file mode 100644 index f7a435d..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/UniqueFilterIterator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/UnmodifiableIterator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/UnmodifiableIterator.class deleted file mode 100644 index 8f426e5..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/UnmodifiableIterator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/UnmodifiableListIterator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/UnmodifiableListIterator.class deleted file mode 100644 index f307637..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/UnmodifiableListIterator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/UnmodifiableMapIterator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/UnmodifiableMapIterator.class deleted file mode 100644 index 39cc651..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/UnmodifiableMapIterator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/UnmodifiableOrderedMapIterator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/UnmodifiableOrderedMapIterator.class deleted file mode 100644 index 85b63e9..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/UnmodifiableOrderedMapIterator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/ZippingIterator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/ZippingIterator.class deleted file mode 100644 index 422ab51..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/iterators/ZippingIterator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/keyvalue/AbstractKeyValue.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/keyvalue/AbstractKeyValue.class deleted file mode 100644 index 2fb0c13..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/keyvalue/AbstractKeyValue.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/keyvalue/AbstractMapEntry.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/keyvalue/AbstractMapEntry.class deleted file mode 100644 index 57dc8a4..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/keyvalue/AbstractMapEntry.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/keyvalue/AbstractMapEntryDecorator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/keyvalue/AbstractMapEntryDecorator.class deleted file mode 100644 index a5f438e..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/keyvalue/AbstractMapEntryDecorator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/keyvalue/DefaultKeyValue.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/keyvalue/DefaultKeyValue.class deleted file mode 100644 index 7a13664..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/keyvalue/DefaultKeyValue.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/keyvalue/DefaultMapEntry.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/keyvalue/DefaultMapEntry.class deleted file mode 100644 index d283921..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/keyvalue/DefaultMapEntry.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/keyvalue/MultiKey.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/keyvalue/MultiKey.class deleted file mode 100644 index 6ef369f..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/keyvalue/MultiKey.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/keyvalue/TiedMapEntry.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/keyvalue/TiedMapEntry.class deleted file mode 100644 index 4c3e6b6..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/keyvalue/TiedMapEntry.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/keyvalue/UnmodifiableMapEntry.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/keyvalue/UnmodifiableMapEntry.class deleted file mode 100644 index db18c59..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/keyvalue/UnmodifiableMapEntry.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/list/AbstractLinkedList$LinkedListIterator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/list/AbstractLinkedList$LinkedListIterator.class deleted file mode 100644 index d3522d4..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/list/AbstractLinkedList$LinkedListIterator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/list/AbstractLinkedList$LinkedSubList.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/list/AbstractLinkedList$LinkedSubList.class deleted file mode 100644 index cf58471..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/list/AbstractLinkedList$LinkedSubList.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/list/AbstractLinkedList$LinkedSubListIterator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/list/AbstractLinkedList$LinkedSubListIterator.class deleted file mode 100644 index 6c87eaa..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/list/AbstractLinkedList$LinkedSubListIterator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/list/AbstractLinkedList$Node.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/list/AbstractLinkedList$Node.class deleted file mode 100644 index 0272a1a..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/list/AbstractLinkedList$Node.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/list/AbstractLinkedList.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/list/AbstractLinkedList.class deleted file mode 100644 index 56f2d99..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/list/AbstractLinkedList.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/list/AbstractListDecorator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/list/AbstractListDecorator.class deleted file mode 100644 index a15f90a..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/list/AbstractListDecorator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/list/AbstractSerializableListDecorator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/list/AbstractSerializableListDecorator.class deleted file mode 100644 index a5c3257..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/list/AbstractSerializableListDecorator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/list/CursorableLinkedList$Cursor.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/list/CursorableLinkedList$Cursor.class deleted file mode 100644 index 40bfa05..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/list/CursorableLinkedList$Cursor.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/list/CursorableLinkedList$SubCursor.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/list/CursorableLinkedList$SubCursor.class deleted file mode 100644 index 4279b1e..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/list/CursorableLinkedList$SubCursor.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/list/CursorableLinkedList.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/list/CursorableLinkedList.class deleted file mode 100644 index 0845559..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/list/CursorableLinkedList.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/list/FixedSizeList$FixedSizeListIterator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/list/FixedSizeList$FixedSizeListIterator.class deleted file mode 100644 index 8dffb35..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/list/FixedSizeList$FixedSizeListIterator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/list/FixedSizeList.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/list/FixedSizeList.class deleted file mode 100644 index b3ac732..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/list/FixedSizeList.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/list/GrowthList.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/list/GrowthList.class deleted file mode 100644 index f4532f4..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/list/GrowthList.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/list/LazyList.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/list/LazyList.class deleted file mode 100644 index 29e05ff..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/list/LazyList.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/list/NodeCachingLinkedList.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/list/NodeCachingLinkedList.class deleted file mode 100644 index dfdf096..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/list/NodeCachingLinkedList.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/list/PredicatedList$PredicatedListIterator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/list/PredicatedList$PredicatedListIterator.class deleted file mode 100644 index ef8daae..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/list/PredicatedList$PredicatedListIterator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/list/PredicatedList.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/list/PredicatedList.class deleted file mode 100644 index 0ec24f7..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/list/PredicatedList.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/list/SetUniqueList$SetListIterator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/list/SetUniqueList$SetListIterator.class deleted file mode 100644 index 46a8728..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/list/SetUniqueList$SetListIterator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/list/SetUniqueList$SetListListIterator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/list/SetUniqueList$SetListListIterator.class deleted file mode 100644 index 9a1db73..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/list/SetUniqueList$SetListListIterator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/list/SetUniqueList.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/list/SetUniqueList.class deleted file mode 100644 index ff1d68e..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/list/SetUniqueList.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/list/TransformedList$TransformedListIterator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/list/TransformedList$TransformedListIterator.class deleted file mode 100644 index fb5a070..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/list/TransformedList$TransformedListIterator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/list/TransformedList.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/list/TransformedList.class deleted file mode 100644 index 0c04a5c..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/list/TransformedList.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/list/TreeList$1.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/list/TreeList$1.class deleted file mode 100644 index d5f78df..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/list/TreeList$1.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/list/TreeList$AVLNode.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/list/TreeList$AVLNode.class deleted file mode 100644 index 8726d66..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/list/TreeList$AVLNode.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/list/TreeList$TreeListIterator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/list/TreeList$TreeListIterator.class deleted file mode 100644 index c71c6b9..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/list/TreeList$TreeListIterator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/list/TreeList.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/list/TreeList.class deleted file mode 100644 index 90b157b..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/list/TreeList.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/list/UnmodifiableList.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/list/UnmodifiableList.class deleted file mode 100644 index 68351c8..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/list/UnmodifiableList.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractHashedMap$EntrySet.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractHashedMap$EntrySet.class deleted file mode 100644 index 28ebe1e..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractHashedMap$EntrySet.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractHashedMap$EntrySetIterator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractHashedMap$EntrySetIterator.class deleted file mode 100644 index 16c7d13..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractHashedMap$EntrySetIterator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractHashedMap$HashEntry.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractHashedMap$HashEntry.class deleted file mode 100644 index 532340e..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractHashedMap$HashEntry.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractHashedMap$HashIterator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractHashedMap$HashIterator.class deleted file mode 100644 index 7f755fe..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractHashedMap$HashIterator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractHashedMap$HashMapIterator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractHashedMap$HashMapIterator.class deleted file mode 100644 index b3e41aa..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractHashedMap$HashMapIterator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractHashedMap$KeySet.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractHashedMap$KeySet.class deleted file mode 100644 index 3e5e704..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractHashedMap$KeySet.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractHashedMap$KeySetIterator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractHashedMap$KeySetIterator.class deleted file mode 100644 index 753bfbd..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractHashedMap$KeySetIterator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractHashedMap$Values.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractHashedMap$Values.class deleted file mode 100644 index 96cc121..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractHashedMap$Values.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractHashedMap$ValuesIterator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractHashedMap$ValuesIterator.class deleted file mode 100644 index 3b986a3..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractHashedMap$ValuesIterator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractHashedMap.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractHashedMap.class deleted file mode 100644 index d771c78..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractHashedMap.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractInputCheckedMapDecorator$EntrySet.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractInputCheckedMapDecorator$EntrySet.class deleted file mode 100644 index 30832a7..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractInputCheckedMapDecorator$EntrySet.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractInputCheckedMapDecorator$EntrySetIterator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractInputCheckedMapDecorator$EntrySetIterator.class deleted file mode 100644 index 1cb26ce..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractInputCheckedMapDecorator$EntrySetIterator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractInputCheckedMapDecorator$MapEntry.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractInputCheckedMapDecorator$MapEntry.class deleted file mode 100644 index e5bb3e0..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractInputCheckedMapDecorator$MapEntry.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractInputCheckedMapDecorator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractInputCheckedMapDecorator.class deleted file mode 100644 index 23607e7..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractInputCheckedMapDecorator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractIterableMap.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractIterableMap.class deleted file mode 100644 index 7cc2d31..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractIterableMap.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractLinkedMap$EntrySetIterator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractLinkedMap$EntrySetIterator.class deleted file mode 100644 index 80c8340..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractLinkedMap$EntrySetIterator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractLinkedMap$KeySetIterator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractLinkedMap$KeySetIterator.class deleted file mode 100644 index 5d9977b..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractLinkedMap$KeySetIterator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractLinkedMap$LinkEntry.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractLinkedMap$LinkEntry.class deleted file mode 100644 index 45d9b0e..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractLinkedMap$LinkEntry.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractLinkedMap$LinkIterator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractLinkedMap$LinkIterator.class deleted file mode 100644 index d272ab9..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractLinkedMap$LinkIterator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractLinkedMap$LinkMapIterator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractLinkedMap$LinkMapIterator.class deleted file mode 100644 index 1940b0e..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractLinkedMap$LinkMapIterator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractLinkedMap$ValuesIterator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractLinkedMap$ValuesIterator.class deleted file mode 100644 index 806c0fc..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractLinkedMap$ValuesIterator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractLinkedMap.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractLinkedMap.class deleted file mode 100644 index 448a94a..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractLinkedMap.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractMapDecorator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractMapDecorator.class deleted file mode 100644 index e8d8a57..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractMapDecorator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractOrderedMapDecorator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractOrderedMapDecorator.class deleted file mode 100644 index 1da7ced..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractOrderedMapDecorator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractReferenceMap$ReferenceBaseIterator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractReferenceMap$ReferenceBaseIterator.class deleted file mode 100644 index 91ee753..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractReferenceMap$ReferenceBaseIterator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractReferenceMap$ReferenceEntry.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractReferenceMap$ReferenceEntry.class deleted file mode 100644 index 8472e8a..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractReferenceMap$ReferenceEntry.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractReferenceMap$ReferenceEntrySet.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractReferenceMap$ReferenceEntrySet.class deleted file mode 100644 index 0aeb05f..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractReferenceMap$ReferenceEntrySet.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractReferenceMap$ReferenceEntrySetIterator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractReferenceMap$ReferenceEntrySetIterator.class deleted file mode 100644 index 0bfcee2..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractReferenceMap$ReferenceEntrySetIterator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractReferenceMap$ReferenceKeySet.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractReferenceMap$ReferenceKeySet.class deleted file mode 100644 index 57e17fc..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractReferenceMap$ReferenceKeySet.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractReferenceMap$ReferenceKeySetIterator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractReferenceMap$ReferenceKeySetIterator.class deleted file mode 100644 index 35bb3b6..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractReferenceMap$ReferenceKeySetIterator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractReferenceMap$ReferenceMapIterator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractReferenceMap$ReferenceMapIterator.class deleted file mode 100644 index 67b319b..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractReferenceMap$ReferenceMapIterator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength.class deleted file mode 100644 index 47656f1..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractReferenceMap$ReferenceValues.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractReferenceMap$ReferenceValues.class deleted file mode 100644 index 562e5f2..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractReferenceMap$ReferenceValues.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractReferenceMap$ReferenceValuesIterator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractReferenceMap$ReferenceValuesIterator.class deleted file mode 100644 index 329fa04..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractReferenceMap$ReferenceValuesIterator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractReferenceMap$SoftRef.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractReferenceMap$SoftRef.class deleted file mode 100644 index 0e4984b..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractReferenceMap$SoftRef.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractReferenceMap$WeakRef.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractReferenceMap$WeakRef.class deleted file mode 100644 index 7c6a276..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractReferenceMap$WeakRef.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractReferenceMap.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractReferenceMap.class deleted file mode 100644 index da86f1d..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractReferenceMap.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractSortedMapDecorator$SortedMapIterator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractSortedMapDecorator$SortedMapIterator.class deleted file mode 100644 index 5f60315..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractSortedMapDecorator$SortedMapIterator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractSortedMapDecorator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractSortedMapDecorator.class deleted file mode 100644 index 664d8e5..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/AbstractSortedMapDecorator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/CaseInsensitiveMap.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/map/CaseInsensitiveMap.class deleted file mode 100644 index 55d8944..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/CaseInsensitiveMap.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/CompositeMap$MapMutator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/map/CompositeMap$MapMutator.class deleted file mode 100644 index ee46b83..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/CompositeMap$MapMutator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/CompositeMap.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/map/CompositeMap.class deleted file mode 100644 index e9608bd..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/CompositeMap.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/DefaultedMap.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/map/DefaultedMap.class deleted file mode 100644 index cc4a422..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/DefaultedMap.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/EntrySetToMapIteratorAdapter.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/map/EntrySetToMapIteratorAdapter.class deleted file mode 100644 index 33d5494..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/EntrySetToMapIteratorAdapter.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/FixedSizeMap.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/map/FixedSizeMap.class deleted file mode 100644 index b7f4d85..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/FixedSizeMap.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/FixedSizeSortedMap.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/map/FixedSizeSortedMap.class deleted file mode 100644 index c2cd547..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/FixedSizeSortedMap.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/Flat3Map$EntryIterator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/map/Flat3Map$EntryIterator.class deleted file mode 100644 index 2fc3186..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/Flat3Map$EntryIterator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/Flat3Map$EntrySet.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/map/Flat3Map$EntrySet.class deleted file mode 100644 index 4c491a7..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/Flat3Map$EntrySet.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/Flat3Map$EntrySetIterator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/map/Flat3Map$EntrySetIterator.class deleted file mode 100644 index 10e5f5d..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/Flat3Map$EntrySetIterator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/Flat3Map$FlatMapEntry.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/map/Flat3Map$FlatMapEntry.class deleted file mode 100644 index df9f9cc..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/Flat3Map$FlatMapEntry.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/Flat3Map$FlatMapIterator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/map/Flat3Map$FlatMapIterator.class deleted file mode 100644 index 9defc21..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/Flat3Map$FlatMapIterator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/Flat3Map$KeySet.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/map/Flat3Map$KeySet.class deleted file mode 100644 index 331ae71..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/Flat3Map$KeySet.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/Flat3Map$KeySetIterator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/map/Flat3Map$KeySetIterator.class deleted file mode 100644 index f08f070..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/Flat3Map$KeySetIterator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/Flat3Map$Values.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/map/Flat3Map$Values.class deleted file mode 100644 index 498a6ac..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/Flat3Map$Values.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/Flat3Map$ValuesIterator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/map/Flat3Map$ValuesIterator.class deleted file mode 100644 index 5eb6d67..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/Flat3Map$ValuesIterator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/Flat3Map.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/map/Flat3Map.class deleted file mode 100644 index a718398..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/Flat3Map.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/HashedMap.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/map/HashedMap.class deleted file mode 100644 index 2a1f3f0..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/HashedMap.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/LRUMap.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/map/LRUMap.class deleted file mode 100644 index 083ecd9..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/LRUMap.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/LazyMap.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/map/LazyMap.class deleted file mode 100644 index b99b6c0..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/LazyMap.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/LazySortedMap.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/map/LazySortedMap.class deleted file mode 100644 index 218259a..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/LazySortedMap.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/LinkedMap$LinkedMapList.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/map/LinkedMap$LinkedMapList.class deleted file mode 100644 index ab1d8ef..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/LinkedMap$LinkedMapList.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/LinkedMap.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/map/LinkedMap.class deleted file mode 100644 index dd53cdc..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/LinkedMap.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/ListOrderedMap$EntrySetView.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/map/ListOrderedMap$EntrySetView.class deleted file mode 100644 index 2f45b7d..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/ListOrderedMap$EntrySetView.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/ListOrderedMap$KeySetView$1.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/map/ListOrderedMap$KeySetView$1.class deleted file mode 100644 index 582415e..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/ListOrderedMap$KeySetView$1.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/ListOrderedMap$KeySetView.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/map/ListOrderedMap$KeySetView.class deleted file mode 100644 index f56ea33..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/ListOrderedMap$KeySetView.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/ListOrderedMap$ListOrderedIterator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/map/ListOrderedMap$ListOrderedIterator.class deleted file mode 100644 index c03e759..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/ListOrderedMap$ListOrderedIterator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/ListOrderedMap$ListOrderedMapEntry.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/map/ListOrderedMap$ListOrderedMapEntry.class deleted file mode 100644 index 33ee263..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/ListOrderedMap$ListOrderedMapEntry.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/ListOrderedMap$ListOrderedMapIterator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/map/ListOrderedMap$ListOrderedMapIterator.class deleted file mode 100644 index 0bcdabf..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/ListOrderedMap$ListOrderedMapIterator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/ListOrderedMap$ValuesView$1.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/map/ListOrderedMap$ValuesView$1.class deleted file mode 100644 index c879ee8..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/ListOrderedMap$ValuesView$1.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/ListOrderedMap$ValuesView.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/map/ListOrderedMap$ValuesView.class deleted file mode 100644 index fed42fe..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/ListOrderedMap$ValuesView.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/ListOrderedMap.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/map/ListOrderedMap.class deleted file mode 100644 index ad94299..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/ListOrderedMap.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/MultiKeyMap.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/map/MultiKeyMap.class deleted file mode 100644 index 28dfef2..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/MultiKeyMap.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/MultiValueMap$1$1$1.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/map/MultiValueMap$1$1$1.class deleted file mode 100644 index d0b107b..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/MultiValueMap$1$1$1.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/MultiValueMap$1$1.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/map/MultiValueMap$1$1.class deleted file mode 100644 index 6ef4c9d..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/MultiValueMap$1$1.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/MultiValueMap$1.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/map/MultiValueMap$1.class deleted file mode 100644 index 3dd8674..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/MultiValueMap$1.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/MultiValueMap$ReflectionFactory.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/map/MultiValueMap$ReflectionFactory.class deleted file mode 100644 index 88e287b..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/MultiValueMap$ReflectionFactory.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/MultiValueMap$Values.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/map/MultiValueMap$Values.class deleted file mode 100644 index 5b049c3..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/MultiValueMap$Values.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/MultiValueMap$ValuesIterator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/map/MultiValueMap$ValuesIterator.class deleted file mode 100644 index ae80e63..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/MultiValueMap$ValuesIterator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/MultiValueMap.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/map/MultiValueMap.class deleted file mode 100644 index 168a567..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/MultiValueMap.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/PassiveExpiringMap$ConstantTimeToLiveExpirationPolicy.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/map/PassiveExpiringMap$ConstantTimeToLiveExpirationPolicy.class deleted file mode 100644 index b729cb5..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/PassiveExpiringMap$ConstantTimeToLiveExpirationPolicy.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/PassiveExpiringMap$ExpirationPolicy.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/map/PassiveExpiringMap$ExpirationPolicy.class deleted file mode 100644 index a188c8b..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/PassiveExpiringMap$ExpirationPolicy.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/PassiveExpiringMap.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/map/PassiveExpiringMap.class deleted file mode 100644 index edbb181..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/PassiveExpiringMap.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/PredicatedMap.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/map/PredicatedMap.class deleted file mode 100644 index 8c8cbe1..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/PredicatedMap.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/PredicatedSortedMap.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/map/PredicatedSortedMap.class deleted file mode 100644 index 2ea8d53..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/PredicatedSortedMap.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/ReferenceIdentityMap.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/map/ReferenceIdentityMap.class deleted file mode 100644 index 933a3de..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/ReferenceIdentityMap.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/ReferenceMap.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/map/ReferenceMap.class deleted file mode 100644 index 0692b8a..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/ReferenceMap.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/SingletonMap$SingletonMapIterator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/map/SingletonMap$SingletonMapIterator.class deleted file mode 100644 index 6777668..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/SingletonMap$SingletonMapIterator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/SingletonMap$SingletonValues.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/map/SingletonMap$SingletonValues.class deleted file mode 100644 index 5e24225..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/SingletonMap$SingletonValues.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/SingletonMap.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/map/SingletonMap.class deleted file mode 100644 index f2203f5..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/SingletonMap.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/StaticBucketMap$1.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/map/StaticBucketMap$1.class deleted file mode 100644 index 763fcdd..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/StaticBucketMap$1.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/StaticBucketMap$BaseIterator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/map/StaticBucketMap$BaseIterator.class deleted file mode 100644 index 6773843..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/StaticBucketMap$BaseIterator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/StaticBucketMap$EntryIterator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/map/StaticBucketMap$EntryIterator.class deleted file mode 100644 index 50f223a..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/StaticBucketMap$EntryIterator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/StaticBucketMap$EntrySet.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/map/StaticBucketMap$EntrySet.class deleted file mode 100644 index ee8a35b..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/StaticBucketMap$EntrySet.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/StaticBucketMap$KeyIterator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/map/StaticBucketMap$KeyIterator.class deleted file mode 100644 index 4a82564..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/StaticBucketMap$KeyIterator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/StaticBucketMap$KeySet.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/map/StaticBucketMap$KeySet.class deleted file mode 100644 index 45fdbe9..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/StaticBucketMap$KeySet.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/StaticBucketMap$Lock.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/map/StaticBucketMap$Lock.class deleted file mode 100644 index 004d00f..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/StaticBucketMap$Lock.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/StaticBucketMap$Node.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/map/StaticBucketMap$Node.class deleted file mode 100644 index 9b710b9..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/StaticBucketMap$Node.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/StaticBucketMap$ValueIterator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/map/StaticBucketMap$ValueIterator.class deleted file mode 100644 index b666fb8..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/StaticBucketMap$ValueIterator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/StaticBucketMap$Values.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/map/StaticBucketMap$Values.class deleted file mode 100644 index 4f1cd16..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/StaticBucketMap$Values.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/StaticBucketMap.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/map/StaticBucketMap.class deleted file mode 100644 index fbdd4a0..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/StaticBucketMap.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/TransformedMap.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/map/TransformedMap.class deleted file mode 100644 index 2de36f9..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/TransformedMap.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/TransformedSortedMap.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/map/TransformedSortedMap.class deleted file mode 100644 index 708810c..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/TransformedSortedMap.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/UnmodifiableEntrySet$UnmodifiableEntry.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/map/UnmodifiableEntrySet$UnmodifiableEntry.class deleted file mode 100644 index 72faa73..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/UnmodifiableEntrySet$UnmodifiableEntry.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/UnmodifiableEntrySet$UnmodifiableEntrySetIterator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/map/UnmodifiableEntrySet$UnmodifiableEntrySetIterator.class deleted file mode 100644 index 44c246a..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/UnmodifiableEntrySet$UnmodifiableEntrySetIterator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/UnmodifiableEntrySet.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/map/UnmodifiableEntrySet.class deleted file mode 100644 index 062bab4..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/UnmodifiableEntrySet.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/UnmodifiableMap.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/map/UnmodifiableMap.class deleted file mode 100644 index 6fba342..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/UnmodifiableMap.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/UnmodifiableOrderedMap.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/map/UnmodifiableOrderedMap.class deleted file mode 100644 index 6f0599e..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/UnmodifiableOrderedMap.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/UnmodifiableSortedMap.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/map/UnmodifiableSortedMap.class deleted file mode 100644 index e1e577a..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/map/UnmodifiableSortedMap.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/multimap/AbstractListValuedMap$ValuesListIterator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/multimap/AbstractListValuedMap$ValuesListIterator.class deleted file mode 100644 index 37f18a4..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/multimap/AbstractListValuedMap$ValuesListIterator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/multimap/AbstractListValuedMap$WrappedList.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/multimap/AbstractListValuedMap$WrappedList.class deleted file mode 100644 index 4e2b7e1..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/multimap/AbstractListValuedMap$WrappedList.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/multimap/AbstractListValuedMap.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/multimap/AbstractListValuedMap.class deleted file mode 100644 index 7b2126b..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/multimap/AbstractListValuedMap.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/multimap/AbstractMultiValuedMap$1.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/multimap/AbstractMultiValuedMap$1.class deleted file mode 100644 index 671f593..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/multimap/AbstractMultiValuedMap$1.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/multimap/AbstractMultiValuedMap$AsMap$AsMapEntrySet.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/multimap/AbstractMultiValuedMap$AsMap$AsMapEntrySet.class deleted file mode 100644 index 0562a8b..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/multimap/AbstractMultiValuedMap$AsMap$AsMapEntrySet.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/multimap/AbstractMultiValuedMap$AsMap$AsMapEntrySetIterator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/multimap/AbstractMultiValuedMap$AsMap$AsMapEntrySetIterator.class deleted file mode 100644 index 8f17c46..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/multimap/AbstractMultiValuedMap$AsMap$AsMapEntrySetIterator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/multimap/AbstractMultiValuedMap$AsMap.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/multimap/AbstractMultiValuedMap$AsMap.class deleted file mode 100644 index cd9c7a4..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/multimap/AbstractMultiValuedMap$AsMap.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/multimap/AbstractMultiValuedMap$EntryValues$1$1.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/multimap/AbstractMultiValuedMap$EntryValues$1$1.class deleted file mode 100644 index 3e99868..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/multimap/AbstractMultiValuedMap$EntryValues$1$1.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/multimap/AbstractMultiValuedMap$EntryValues$1.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/multimap/AbstractMultiValuedMap$EntryValues$1.class deleted file mode 100644 index b33a447..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/multimap/AbstractMultiValuedMap$EntryValues$1.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/multimap/AbstractMultiValuedMap$EntryValues.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/multimap/AbstractMultiValuedMap$EntryValues.class deleted file mode 100644 index 8ee16f4..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/multimap/AbstractMultiValuedMap$EntryValues.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/multimap/AbstractMultiValuedMap$KeysMultiSet$MapEntryTransformer$1.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/multimap/AbstractMultiValuedMap$KeysMultiSet$MapEntryTransformer$1.class deleted file mode 100644 index 89e5902..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/multimap/AbstractMultiValuedMap$KeysMultiSet$MapEntryTransformer$1.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/multimap/AbstractMultiValuedMap$KeysMultiSet$MapEntryTransformer.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/multimap/AbstractMultiValuedMap$KeysMultiSet$MapEntryTransformer.class deleted file mode 100644 index c2bd19a..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/multimap/AbstractMultiValuedMap$KeysMultiSet$MapEntryTransformer.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/multimap/AbstractMultiValuedMap$KeysMultiSet.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/multimap/AbstractMultiValuedMap$KeysMultiSet.class deleted file mode 100644 index 19859ba..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/multimap/AbstractMultiValuedMap$KeysMultiSet.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/multimap/AbstractMultiValuedMap$MultiValuedMapEntry.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/multimap/AbstractMultiValuedMap$MultiValuedMapEntry.class deleted file mode 100644 index de7388a..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/multimap/AbstractMultiValuedMap$MultiValuedMapEntry.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/multimap/AbstractMultiValuedMap$MultiValuedMapIterator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/multimap/AbstractMultiValuedMap$MultiValuedMapIterator.class deleted file mode 100644 index 31cdc28..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/multimap/AbstractMultiValuedMap$MultiValuedMapIterator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/multimap/AbstractMultiValuedMap$Values.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/multimap/AbstractMultiValuedMap$Values.class deleted file mode 100644 index 86d08c0..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/multimap/AbstractMultiValuedMap$Values.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/multimap/AbstractMultiValuedMap$ValuesIterator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/multimap/AbstractMultiValuedMap$ValuesIterator.class deleted file mode 100644 index 275e433..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/multimap/AbstractMultiValuedMap$ValuesIterator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/multimap/AbstractMultiValuedMap$WrappedCollection.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/multimap/AbstractMultiValuedMap$WrappedCollection.class deleted file mode 100644 index 6845dae..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/multimap/AbstractMultiValuedMap$WrappedCollection.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.class deleted file mode 100644 index 5de0484..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/multimap/AbstractMultiValuedMapDecorator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/multimap/AbstractMultiValuedMapDecorator.class deleted file mode 100644 index e860859..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/multimap/AbstractMultiValuedMapDecorator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/multimap/AbstractSetValuedMap$WrappedSet.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/multimap/AbstractSetValuedMap$WrappedSet.class deleted file mode 100644 index 356a460..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/multimap/AbstractSetValuedMap$WrappedSet.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/multimap/AbstractSetValuedMap.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/multimap/AbstractSetValuedMap.class deleted file mode 100644 index 446f420..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/multimap/AbstractSetValuedMap.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/multimap/ArrayListValuedHashMap.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/multimap/ArrayListValuedHashMap.class deleted file mode 100644 index bf71c78..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/multimap/ArrayListValuedHashMap.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/multimap/HashSetValuedHashMap.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/multimap/HashSetValuedHashMap.class deleted file mode 100644 index 61b142e..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/multimap/HashSetValuedHashMap.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/multimap/TransformedMultiValuedMap.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/multimap/TransformedMultiValuedMap.class deleted file mode 100644 index dfb4724..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/multimap/TransformedMultiValuedMap.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMap.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMap.class deleted file mode 100644 index 2407569..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/multimap/UnmodifiableMultiValuedMap.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/multiset/AbstractMapMultiSet$EntrySetIterator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/multiset/AbstractMapMultiSet$EntrySetIterator.class deleted file mode 100644 index f878cab..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/multiset/AbstractMapMultiSet$EntrySetIterator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/multiset/AbstractMapMultiSet$MapBasedMultiSetIterator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/multiset/AbstractMapMultiSet$MapBasedMultiSetIterator.class deleted file mode 100644 index 6cb0115..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/multiset/AbstractMapMultiSet$MapBasedMultiSetIterator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/multiset/AbstractMapMultiSet$MultiSetEntry.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/multiset/AbstractMapMultiSet$MultiSetEntry.class deleted file mode 100644 index 52704b6..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/multiset/AbstractMapMultiSet$MultiSetEntry.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/multiset/AbstractMapMultiSet$MutableInteger.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/multiset/AbstractMapMultiSet$MutableInteger.class deleted file mode 100644 index 214516c..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/multiset/AbstractMapMultiSet$MutableInteger.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/multiset/AbstractMapMultiSet$UniqueSetIterator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/multiset/AbstractMapMultiSet$UniqueSetIterator.class deleted file mode 100644 index 7b1a12f..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/multiset/AbstractMapMultiSet$UniqueSetIterator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/multiset/AbstractMapMultiSet.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/multiset/AbstractMapMultiSet.class deleted file mode 100644 index 41b6461..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/multiset/AbstractMapMultiSet.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/multiset/AbstractMultiSet$1.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/multiset/AbstractMultiSet$1.class deleted file mode 100644 index de26772..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/multiset/AbstractMultiSet$1.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/multiset/AbstractMultiSet$AbstractEntry.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/multiset/AbstractMultiSet$AbstractEntry.class deleted file mode 100644 index f55c1dc..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/multiset/AbstractMultiSet$AbstractEntry.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/multiset/AbstractMultiSet$EntrySet.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/multiset/AbstractMultiSet$EntrySet.class deleted file mode 100644 index d67695b..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/multiset/AbstractMultiSet$EntrySet.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/multiset/AbstractMultiSet$MultiSetIterator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/multiset/AbstractMultiSet$MultiSetIterator.class deleted file mode 100644 index 539fbbb..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/multiset/AbstractMultiSet$MultiSetIterator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/multiset/AbstractMultiSet$UniqueSet.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/multiset/AbstractMultiSet$UniqueSet.class deleted file mode 100644 index c20e202..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/multiset/AbstractMultiSet$UniqueSet.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/multiset/AbstractMultiSet.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/multiset/AbstractMultiSet.class deleted file mode 100644 index f221421..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/multiset/AbstractMultiSet.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/multiset/AbstractMultiSetDecorator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/multiset/AbstractMultiSetDecorator.class deleted file mode 100644 index 6a5e9cd..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/multiset/AbstractMultiSetDecorator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/multiset/HashMultiSet.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/multiset/HashMultiSet.class deleted file mode 100644 index d014cd7..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/multiset/HashMultiSet.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/multiset/PredicatedMultiSet.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/multiset/PredicatedMultiSet.class deleted file mode 100644 index 28c2a30..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/multiset/PredicatedMultiSet.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/multiset/SynchronizedMultiSet$SynchronizedSet.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/multiset/SynchronizedMultiSet$SynchronizedSet.class deleted file mode 100644 index c0efef3..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/multiset/SynchronizedMultiSet$SynchronizedSet.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/multiset/SynchronizedMultiSet.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/multiset/SynchronizedMultiSet.class deleted file mode 100644 index 8293cb0..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/multiset/SynchronizedMultiSet.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/multiset/UnmodifiableMultiSet.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/multiset/UnmodifiableMultiSet.class deleted file mode 100644 index ffcdc92..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/multiset/UnmodifiableMultiSet.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/overview.html b/HCF/out/production/saberhcf/org/apache/commons/collections4/overview.html deleted file mode 100644 index 9a664e7..0000000 --- a/HCF/out/production/saberhcf/org/apache/commons/collections4/overview.html +++ /dev/null @@ -1,113 +0,0 @@ - - - -

- Commons-Collections contains implementations, enhancements and utilities - that complement the Java Collections Framework. -

-

- The Apache Commons Collections Framework component adds a significant - amount of enhancements to the standard JDK collections. These enhancements - come in the form of new interfaces, new implementations and utility classes. -

-

- See also the java.util package for the standard Java collections. -

- -

Main features

-

- Commons-Collections defines a number of key interfaces: -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
InterfaceDescription
- {@link org.apache.commons.collections.Bag} - - A new Collection subinterface that stores each object together - with the number of occurrences. Methods are provided to get the number of - occurrences, and to add and remove a certain number of that object. -
- {@link org.apache.commons.collections.Buffer} - - A new Collection subinterface that allows objects to be removed - in some well-defined order. Methods enable the next item to be peeked and removed. -
- {@link org.apache.commons.collections.BidiMap} - - A new Map subinterface that allows lookup from key to value and - from value to key with equal ease. -
- {@link org.apache.commons.collections.OrderedMap} - - A new Map subinterface that is used when a map has an order, but is - not sorted. Methods enable bidirectional iteration through the map. -
- {@link org.apache.commons.collections.MapIterator} - - A new Iterator subinterface specially designed for maps. This iterator - avoids the need for entrySet iteration of a map, and is simpler to use. -
- {@link org.apache.commons.collections.ResettableIterator} - - A new Iterator subinterface that allows the iteration to be reset back - to the start. Many iterators in this library have this functionality. -
- {@link org.apache.commons.collections.Closure}
- {@link org.apache.commons.collections.Predicate}
- {@link org.apache.commons.collections.Transformer}
- {@link org.apache.commons.collections.Factory}
-
- A group of functor interfaces that provide plugin behaviour to various - collections and utilities. -
-

- In addition to the interfaces, there are many implementations. - Consult each subpackage for full details of these. -

- - diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/queue/AbstractQueueDecorator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/queue/AbstractQueueDecorator.class deleted file mode 100644 index 8bcb843..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/queue/AbstractQueueDecorator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/queue/CircularFifoQueue$1.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/queue/CircularFifoQueue$1.class deleted file mode 100644 index 8044e0f..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/queue/CircularFifoQueue$1.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/queue/CircularFifoQueue.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/queue/CircularFifoQueue.class deleted file mode 100644 index d09eb1e..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/queue/CircularFifoQueue.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/queue/PredicatedQueue.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/queue/PredicatedQueue.class deleted file mode 100644 index 42ea168..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/queue/PredicatedQueue.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/queue/TransformedQueue.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/queue/TransformedQueue.class deleted file mode 100644 index 52c37bd..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/queue/TransformedQueue.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/queue/UnmodifiableQueue.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/queue/UnmodifiableQueue.class deleted file mode 100644 index da46d57..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/queue/UnmodifiableQueue.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/sequence/CommandVisitor.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/sequence/CommandVisitor.class deleted file mode 100644 index 0856802..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/sequence/CommandVisitor.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/sequence/DeleteCommand.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/sequence/DeleteCommand.class deleted file mode 100644 index c941e72..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/sequence/DeleteCommand.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/sequence/EditCommand.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/sequence/EditCommand.class deleted file mode 100644 index c831967..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/sequence/EditCommand.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/sequence/EditScript.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/sequence/EditScript.class deleted file mode 100644 index bdab713..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/sequence/EditScript.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/sequence/InsertCommand.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/sequence/InsertCommand.class deleted file mode 100644 index 8bfbdd4..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/sequence/InsertCommand.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/sequence/KeepCommand.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/sequence/KeepCommand.class deleted file mode 100644 index 7063427..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/sequence/KeepCommand.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/sequence/ReplacementsFinder.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/sequence/ReplacementsFinder.class deleted file mode 100644 index 4850245..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/sequence/ReplacementsFinder.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/sequence/ReplacementsHandler.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/sequence/ReplacementsHandler.class deleted file mode 100644 index da85cf9..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/sequence/ReplacementsHandler.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/sequence/SequencesComparator$Snake.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/sequence/SequencesComparator$Snake.class deleted file mode 100644 index 0e1934c..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/sequence/SequencesComparator$Snake.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/sequence/SequencesComparator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/sequence/SequencesComparator.class deleted file mode 100644 index 3cd0061..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/sequence/SequencesComparator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/set/AbstractNavigableSetDecorator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/set/AbstractNavigableSetDecorator.class deleted file mode 100644 index 17f07c3..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/set/AbstractNavigableSetDecorator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/set/AbstractSerializableSetDecorator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/set/AbstractSerializableSetDecorator.class deleted file mode 100644 index 2666f1b..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/set/AbstractSerializableSetDecorator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/set/AbstractSetDecorator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/set/AbstractSetDecorator.class deleted file mode 100644 index 58a63b7..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/set/AbstractSetDecorator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/set/AbstractSortedSetDecorator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/set/AbstractSortedSetDecorator.class deleted file mode 100644 index 8b908c5..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/set/AbstractSortedSetDecorator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/set/CompositeSet$SetMutator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/set/CompositeSet$SetMutator.class deleted file mode 100644 index 92bc387..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/set/CompositeSet$SetMutator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/set/CompositeSet.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/set/CompositeSet.class deleted file mode 100644 index 8941ee5..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/set/CompositeSet.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/set/ListOrderedSet$1.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/set/ListOrderedSet$1.class deleted file mode 100644 index 3db73b4..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/set/ListOrderedSet$1.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/set/ListOrderedSet$OrderedSetIterator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/set/ListOrderedSet$OrderedSetIterator.class deleted file mode 100644 index 853b161..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/set/ListOrderedSet$OrderedSetIterator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/set/ListOrderedSet.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/set/ListOrderedSet.class deleted file mode 100644 index 8068ec6..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/set/ListOrderedSet.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/set/MapBackedSet.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/set/MapBackedSet.class deleted file mode 100644 index 22c4c0b..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/set/MapBackedSet.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/set/PredicatedNavigableSet.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/set/PredicatedNavigableSet.class deleted file mode 100644 index fa61fe7..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/set/PredicatedNavigableSet.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/set/PredicatedSet.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/set/PredicatedSet.class deleted file mode 100644 index bee2f4d..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/set/PredicatedSet.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/set/PredicatedSortedSet.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/set/PredicatedSortedSet.class deleted file mode 100644 index 5ef9689..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/set/PredicatedSortedSet.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/set/TransformedNavigableSet.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/set/TransformedNavigableSet.class deleted file mode 100644 index d26967a..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/set/TransformedNavigableSet.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/set/TransformedSet.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/set/TransformedSet.class deleted file mode 100644 index 254c985..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/set/TransformedSet.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/set/TransformedSortedSet.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/set/TransformedSortedSet.class deleted file mode 100644 index 375a04d..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/set/TransformedSortedSet.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/set/UnmodifiableNavigableSet.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/set/UnmodifiableNavigableSet.class deleted file mode 100644 index a7f9704..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/set/UnmodifiableNavigableSet.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/set/UnmodifiableSet.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/set/UnmodifiableSet.class deleted file mode 100644 index 088257f..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/set/UnmodifiableSet.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/set/UnmodifiableSortedSet.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/set/UnmodifiableSortedSet.class deleted file mode 100644 index fa51573..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/set/UnmodifiableSortedSet.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/splitmap/AbstractIterableGetMapDecorator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/splitmap/AbstractIterableGetMapDecorator.class deleted file mode 100644 index 84f6566..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/splitmap/AbstractIterableGetMapDecorator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/splitmap/TransformedSplitMap.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/splitmap/TransformedSplitMap.class deleted file mode 100644 index ccb8ee6..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/splitmap/TransformedSplitMap.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/trie/AbstractBitwiseTrie$BasicEntry.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/trie/AbstractBitwiseTrie$BasicEntry.class deleted file mode 100644 index 1693136..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/trie/AbstractBitwiseTrie$BasicEntry.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/trie/AbstractBitwiseTrie.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/trie/AbstractBitwiseTrie.class deleted file mode 100644 index b6debfd..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/trie/AbstractBitwiseTrie.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/trie/AbstractPatriciaTrie$1.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/trie/AbstractPatriciaTrie$1.class deleted file mode 100644 index b61633e..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/trie/AbstractPatriciaTrie$1.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/trie/AbstractPatriciaTrie$EntrySet$EntryIterator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/trie/AbstractPatriciaTrie$EntrySet$EntryIterator.class deleted file mode 100644 index 054cab0..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/trie/AbstractPatriciaTrie$EntrySet$EntryIterator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/trie/AbstractPatriciaTrie$EntrySet.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/trie/AbstractPatriciaTrie$EntrySet.class deleted file mode 100644 index 08a4719..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/trie/AbstractPatriciaTrie$EntrySet.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/trie/AbstractPatriciaTrie$KeySet$KeyIterator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/trie/AbstractPatriciaTrie$KeySet$KeyIterator.class deleted file mode 100644 index 127a288..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/trie/AbstractPatriciaTrie$KeySet$KeyIterator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/trie/AbstractPatriciaTrie$KeySet.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/trie/AbstractPatriciaTrie$KeySet.class deleted file mode 100644 index a635227..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/trie/AbstractPatriciaTrie$KeySet.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/trie/AbstractPatriciaTrie$PrefixRangeEntrySet$EntryIterator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/trie/AbstractPatriciaTrie$PrefixRangeEntrySet$EntryIterator.class deleted file mode 100644 index 6604a9e..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/trie/AbstractPatriciaTrie$PrefixRangeEntrySet$EntryIterator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/trie/AbstractPatriciaTrie$PrefixRangeEntrySet$SingletonIterator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/trie/AbstractPatriciaTrie$PrefixRangeEntrySet$SingletonIterator.class deleted file mode 100644 index 16ba072..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/trie/AbstractPatriciaTrie$PrefixRangeEntrySet$SingletonIterator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/trie/AbstractPatriciaTrie$PrefixRangeEntrySet.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/trie/AbstractPatriciaTrie$PrefixRangeEntrySet.class deleted file mode 100644 index f1e1cfa..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/trie/AbstractPatriciaTrie$PrefixRangeEntrySet.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/trie/AbstractPatriciaTrie$PrefixRangeMap.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/trie/AbstractPatriciaTrie$PrefixRangeMap.class deleted file mode 100644 index da4ed6c..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/trie/AbstractPatriciaTrie$PrefixRangeMap.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/trie/AbstractPatriciaTrie$RangeEntryMap.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/trie/AbstractPatriciaTrie$RangeEntryMap.class deleted file mode 100644 index 5098324..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/trie/AbstractPatriciaTrie$RangeEntryMap.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/trie/AbstractPatriciaTrie$RangeEntrySet$EntryIterator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/trie/AbstractPatriciaTrie$RangeEntrySet$EntryIterator.class deleted file mode 100644 index ca41c44..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/trie/AbstractPatriciaTrie$RangeEntrySet$EntryIterator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/trie/AbstractPatriciaTrie$RangeEntrySet.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/trie/AbstractPatriciaTrie$RangeEntrySet.class deleted file mode 100644 index f5bec62..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/trie/AbstractPatriciaTrie$RangeEntrySet.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/trie/AbstractPatriciaTrie$RangeMap.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/trie/AbstractPatriciaTrie$RangeMap.class deleted file mode 100644 index aabdde6..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/trie/AbstractPatriciaTrie$RangeMap.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/trie/AbstractPatriciaTrie$Reference.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/trie/AbstractPatriciaTrie$Reference.class deleted file mode 100644 index 13564c0..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/trie/AbstractPatriciaTrie$Reference.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/trie/AbstractPatriciaTrie$TrieEntry.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/trie/AbstractPatriciaTrie$TrieEntry.class deleted file mode 100644 index 6783170..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/trie/AbstractPatriciaTrie$TrieEntry.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/trie/AbstractPatriciaTrie$TrieIterator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/trie/AbstractPatriciaTrie$TrieIterator.class deleted file mode 100644 index 49316eb..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/trie/AbstractPatriciaTrie$TrieIterator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/trie/AbstractPatriciaTrie$TrieMapIterator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/trie/AbstractPatriciaTrie$TrieMapIterator.class deleted file mode 100644 index efea9dd..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/trie/AbstractPatriciaTrie$TrieMapIterator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/trie/AbstractPatriciaTrie$Values$ValueIterator.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/trie/AbstractPatriciaTrie$Values$ValueIterator.class deleted file mode 100644 index 412f09a..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/trie/AbstractPatriciaTrie$Values$ValueIterator.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/trie/AbstractPatriciaTrie$Values.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/trie/AbstractPatriciaTrie$Values.class deleted file mode 100644 index a12a8ae..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/trie/AbstractPatriciaTrie$Values.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/trie/AbstractPatriciaTrie.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/trie/AbstractPatriciaTrie.class deleted file mode 100644 index bcd5c5e..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/trie/AbstractPatriciaTrie.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/trie/KeyAnalyzer.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/trie/KeyAnalyzer.class deleted file mode 100644 index c0795c4..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/trie/KeyAnalyzer.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/trie/PatriciaTrie.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/trie/PatriciaTrie.class deleted file mode 100644 index aa7c245..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/trie/PatriciaTrie.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/trie/UnmodifiableTrie.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/trie/UnmodifiableTrie.class deleted file mode 100644 index 07d6b9f..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/trie/UnmodifiableTrie.class and /dev/null differ diff --git a/HCF/out/production/saberhcf/org/apache/commons/collections4/trie/analyzer/StringKeyAnalyzer.class b/HCF/out/production/saberhcf/org/apache/commons/collections4/trie/analyzer/StringKeyAnalyzer.class deleted file mode 100644 index 1cbecf5..0000000 Binary files a/HCF/out/production/saberhcf/org/apache/commons/collections4/trie/analyzer/StringKeyAnalyzer.class and /dev/null differ diff --git a/HCF/src/com/bizarrealex/azazel/Azazel.java b/HCF/src/com/bizarrealex/azazel/Azazel.java deleted file mode 100644 index 8974986..0000000 --- a/HCF/src/com/bizarrealex/azazel/Azazel.java +++ /dev/null @@ -1,85 +0,0 @@ -package com.bizarrealex.azazel; - -import org.bukkit.plugin.java.*; -import com.bizarrealex.azazel.tab.*; -import java.util.concurrent.*; -import org.bukkit.*; -import org.bukkit.entity.*; -import org.bukkit.plugin.*; -import java.util.*; -import org.bukkit.craftbukkit.v1_7_R4.entity.*; -import org.bukkit.scheduler.*; -import org.bukkit.event.*; -import org.bukkit.event.player.*; -import net.minecraft.server.v1_7_R4.*; - -public class Azazel implements Listener -{ - private final JavaPlugin plugin; - private final Map tabs; - private TabAdapter adapter; - - public Azazel(final JavaPlugin plugin) { - this.plugin = plugin; - this.tabs = new ConcurrentHashMap(); - if (Bukkit.getMaxPlayers() < 60) { - Bukkit.getLogger().severe("There aren't 60 player slots, this will fuck up the tab list."); - } - for (final Player player : Bukkit.getOnlinePlayers()) { - if (!this.tabs.containsKey(player.getUniqueId())) { - this.tabs.put(player.getUniqueId(), new Tab(player, true, this)); - } - } - new AzazelTask(this, plugin); - Bukkit.getPluginManager().registerEvents((Listener)this, (Plugin)plugin); - } - - public Azazel(final JavaPlugin plugin, final TabAdapter adapter) { - this(plugin); - this.adapter = adapter; - } - - public Tab getTabByPlayer(final Player player) { - return this.tabs.get(player.getUniqueId()); - } - - @EventHandler - public void onPlayerJoinEvent(final PlayerJoinEvent event) { - for (final Player player : Bukkit.getOnlinePlayers()) { - final PacketPlayOutPlayerInfo packet = PacketPlayOutPlayerInfo.removePlayer(((CraftPlayer)event.getPlayer()).getHandle()); - ((CraftPlayer)player).getHandle().playerConnection.sendPacket((Packet)packet); - } - new BukkitRunnable() { - public void run() { - Azazel.this.tabs.put(event.getPlayer().getUniqueId(), new Tab(event.getPlayer(), true, Azazel.this)); - } - }.runTaskLater((Plugin)this.plugin, 1L); - } - - @EventHandler - public void onPlayerQuitEvent(final PlayerQuitEvent event) { - this.tabs.remove(event.getPlayer().getUniqueId()); - for (final Player other : Bukkit.getOnlinePlayers()) { - final EntityPlayer entityPlayer = ((CraftPlayer)other).getHandle(); - if (entityPlayer.playerConnection.networkManager.getVersion() >= 47) { - final Tab tab = this.getTabByPlayer(event.getPlayer()); - if (tab == null || tab.getElevatedTeam() == null) { - continue; - } - tab.getElevatedTeam().removeEntry(event.getPlayer().getName()); - } - } - } - - public JavaPlugin getPlugin() { - return this.plugin; - } - - public TabAdapter getAdapter() { - return this.adapter; - } - - public void setAdapter(final TabAdapter adapter) { - this.adapter = adapter; - } -} diff --git a/HCF/src/com/bizarrealex/azazel/AzazelTask.java b/HCF/src/com/bizarrealex/azazel/AzazelTask.java deleted file mode 100644 index 7a5abe6..0000000 --- a/HCF/src/com/bizarrealex/azazel/AzazelTask.java +++ /dev/null @@ -1,89 +0,0 @@ -package com.bizarrealex.azazel; - -import org.bukkit.scheduler.*; -import org.bukkit.plugin.java.*; -import org.bukkit.plugin.*; -import org.bukkit.entity.*; -import com.bizarrealex.azazel.tab.*; -import org.bukkit.scoreboard.*; -import org.bukkit.*; -import java.util.*; - -public class AzazelTask extends BukkitRunnable -{ - private final Azazel azazel; - - public AzazelTask(final Azazel azazel, final JavaPlugin plugin) { - this.azazel = azazel; - this.runTaskTimerAsynchronously((Plugin)plugin, 2L, 2L); - } - - public void run() { - final TabAdapter adapter = this.azazel.getAdapter(); - if (adapter != null) { - for (final Player player : Bukkit.getOnlinePlayers()) { - final Tab tab = this.azazel.getTabByPlayer(player); - if (tab != null) { - final TabTemplate template = adapter.getTemplate(player); - if (template == null || (template.getLeft().isEmpty() && template.getMiddle().isEmpty() && template.getRight().isEmpty())) { - for (final Tab.TabEntryPosition position : tab.getPositions()) { - final Team team = player.getScoreboard().getTeam(position.getKey()); - if (team != null) { - if (team.getPrefix() != null && !team.getPrefix().isEmpty()) { - team.setPrefix(""); - } - if (team.getSuffix() == null || team.getSuffix().isEmpty()) { - continue; - } - team.setSuffix(""); - } - } - } - else { - for (int i = 0; i < 20 - template.getLeft().size(); ++i) { - template.left(""); - } - for (int i = 0; i < 20 - template.getMiddle().size(); ++i) { - template.middle(""); - } - for (int i = 0; i < 20 - template.getRight().size(); ++i) { - template.right(""); - } - final List> rows = Arrays.asList(template.getLeft(), template.getMiddle(), template.getRight(), template.getFarRight()); - for (int l = 0; l < rows.size(); ++l) { - for (int j = 0; j < rows.get(l).size(); ++j) { - final Team team2 = tab.getByLocation(l, j); - if (team2 != null) { - final Map.Entry prefixAndSuffix = this.getPrefixAndSuffix(rows.get(l).get(j)); - final String prefix = prefixAndSuffix.getKey(); - final String suffix = prefixAndSuffix.getValue(); - if (!team2.getPrefix().equals(prefix) || !team2.getSuffix().equals(suffix)) { - team2.setPrefix(prefix); - team2.setSuffix(suffix); - } - } - } - } - } - } - } - } - } - - private Map.Entry getPrefixAndSuffix(String text) { - text = ChatColor.translateAlternateColorCodes('&', text); - String prefix; - String suffix; - if (text.length() > 16) { - final int splitAt = (text.charAt(15) == '§') ? 15 : 16; - prefix = text.substring(0, splitAt); - final String suffixTemp = ChatColor.getLastColors(prefix) + text.substring(splitAt); - suffix = suffixTemp.substring(0, Math.min(suffixTemp.length(), 16)); - } - else { - prefix = text; - suffix = ""; - } - return new AbstractMap.SimpleEntry(prefix, suffix); - } -} diff --git a/HCF/src/com/bizarrealex/azazel/tab/Tab.java b/HCF/src/com/bizarrealex/azazel/tab/Tab.java deleted file mode 100644 index 00972c8..0000000 --- a/HCF/src/com/bizarrealex/azazel/tab/Tab.java +++ /dev/null @@ -1,196 +0,0 @@ -package com.bizarrealex.azazel.tab; - -import org.bukkit.scoreboard.*; -import org.bukkit.scoreboard.Scoreboard; -import org.bukkit.entity.*; -import com.bizarrealex.azazel.*; -import java.util.concurrent.*; -import org.bukkit.craftbukkit.v1_7_R4.entity.*; -import net.minecraft.server.v1_7_R4.*; -import org.bukkit.*; -import org.apache.commons.lang.*; -import java.util.*; -import net.minecraft.util.com.mojang.authlib.*; -import java.lang.reflect.*; - -public class Tab -{ - private Scoreboard scoreboard; - private Team elevatedTeam; - private Map entries; - - public Tab(final Player player, final boolean hook, final Azazel azazel) { - this.entries = new ConcurrentHashMap(); - this.scoreboard = Bukkit.getScoreboardManager().getNewScoreboard(); - if (hook && !player.getScoreboard().equals(Bukkit.getScoreboardManager().getMainScoreboard())) { - this.scoreboard = player.getScoreboard(); - } - this.elevatedTeam = this.scoreboard.registerNewTeam((String)this.getBlanks().get(this.getBlanks().size() - 1)); - for (final Player other : Bukkit.getOnlinePlayers()) { - this.getElevatedTeam(other, azazel).addEntry(other.getName()); - final Tab tab = azazel.getTabByPlayer(other); - if (tab != null) { - tab.getElevatedTeam(player, azazel).addEntry(player.getName()); - } - final PacketPlayOutPlayerInfo packet = PacketPlayOutPlayerInfo.removePlayer(((CraftPlayer)other).getHandle()); - ((CraftPlayer)player).getHandle().playerConnection.sendPacket((Packet)packet); - } - player.setScoreboard(this.scoreboard); - this.initialize(player); - } - - public Team getElevatedTeam(final Player player, final Azazel azazel) { - if (player.hasMetadata("HydrogenPrefix")) { - final String prefix = ChatColor.getLastColors(player.getDisplayName().replace(ChatColor.RESET + "", "")); - String name = this.getBlanks().get(this.getBlanks().size() - 1) + prefix; - if (name.length() > 16) { - name = name.substring(0, 15); - } - Team team = this.scoreboard.getTeam(name); - if (team == null) { - team = this.scoreboard.registerNewTeam(name); - team.setPrefix(prefix); - } - return team; - } - return this.elevatedTeam; - } - - public Set getPositions() { - return this.entries.keySet(); - } - - public Team getByLocation(final int x, final int y) { - for (final TabEntryPosition position : this.entries.keySet()) { - if (position.getX() == x && position.getY() == y) { - return this.scoreboard.getTeam(position.getKey()); - } - } - return null; - } - - private void initialize(final Player player) { - if (((CraftPlayer)player).getHandle().playerConnection.networkManager.getVersion() >= 47) { - for (int x = 0; x < 4; ++x) { - for (int y = 0; y < 20; ++y) { - final String key = this.getNextBlank(); - final TabEntryPosition position = new TabEntryPosition(x, y, key, this.scoreboard); - System.out.println(x * y); - this.entries.put(position, key); - ((CraftPlayer)player).getHandle().playerConnection.sendPacket(getPlayerPacket(this.entries.get(position))); - Team team = this.scoreboard.getTeam(position.getKey()); - if (team == null) { - team = this.scoreboard.registerNewTeam(position.getKey()); - } - team.addEntry((String)this.entries.get(position)); - } - } - } - else { - for (int i = 0; i < 60; ++i) { - final int x2 = i % 3; - final int y2 = i / 3; - final String key2 = this.getNextBlank(); - final TabEntryPosition position2 = new TabEntryPosition(x2, y2, key2, this.scoreboard); - this.entries.put(position2, key2); - ((CraftPlayer)player).getHandle().playerConnection.sendPacket(getPlayerPacket(this.entries.get(position2))); - Team team2 = this.scoreboard.getTeam(position2.getKey()); - if (team2 == null) { - team2 = this.scoreboard.registerNewTeam(position2.getKey()); - } - team2.addEntry((String)this.entries.get(position2)); - } - } - } - - private String getNextBlank() { - Label_0010: - for (final String blank : this.getBlanks()) { - if (this.scoreboard.getTeam(blank) != null) { - continue; - } - for (final String identifier : this.entries.values()) { - if (identifier.equals(blank)) { - continue Label_0010; - } - } - return blank; - } - return null; - } - - public List getBlanks() { - final List toReturn = new ArrayList(); - for (final ChatColor color : ChatColor.values()) { - for (int i = 0; i < 4; ++i) { - final String identifier = StringUtils.repeat(color + "", 4 - i) + ChatColor.RESET; - toReturn.add(identifier); - } - } - return toReturn; - } - - private static Packet getPlayerPacket(final String name) { - final PacketPlayOutPlayerInfo packet = new PacketPlayOutPlayerInfo(); - try { - final Field action = PacketPlayOutPlayerInfo.class.getDeclaredField("action"); - final Field username = PacketPlayOutPlayerInfo.class.getDeclaredField("username"); - final Field player = PacketPlayOutPlayerInfo.class.getDeclaredField("player"); - action.setAccessible(true); - username.setAccessible(true); - player.setAccessible(true); - action.set(packet, 0); - username.set(packet, name); - player.set(packet, new GameProfile(UUID.randomUUID(), name)); - } - catch (NoSuchFieldException e) { - e.printStackTrace(); - return null; - } - catch (IllegalAccessException e2) { - e2.printStackTrace(); - } - return (Packet)packet; - } - - public Scoreboard getScoreboard() { - return this.scoreboard; - } - - public Team getElevatedTeam() { - return this.elevatedTeam; - } - - public void setElevatedTeam(final Team elevatedTeam) { - this.elevatedTeam = elevatedTeam; - } - - public static class UpdatedPacketPlayOutPlayerInfo extends PacketPlayOutPlayerInfo - { - } - - public static class TabEntryPosition - { - private final int x; - private final int y; - private final String key; - - public TabEntryPosition(final int x, final int y, final String key, final Scoreboard scoreboard) { - this.x = x; - this.y = y; - this.key = key; - } - - public int getX() { - return this.x; - } - - public int getY() { - return this.y; - } - - public String getKey() { - return this.key; - } - } -} diff --git a/HCF/src/com/bizarrealex/azazel/tab/TabAdapter.java b/HCF/src/com/bizarrealex/azazel/tab/TabAdapter.java deleted file mode 100644 index e664bb2..0000000 --- a/HCF/src/com/bizarrealex/azazel/tab/TabAdapter.java +++ /dev/null @@ -1,8 +0,0 @@ -package com.bizarrealex.azazel.tab; - -import org.bukkit.entity.*; - -public interface TabAdapter -{ - TabTemplate getTemplate(final Player p0); -} diff --git a/HCF/src/com/bizarrealex/azazel/tab/TabTemplate.java b/HCF/src/com/bizarrealex/azazel/tab/TabTemplate.java deleted file mode 100644 index c5e0485..0000000 --- a/HCF/src/com/bizarrealex/azazel/tab/TabTemplate.java +++ /dev/null @@ -1,90 +0,0 @@ -package com.bizarrealex.azazel.tab; - -import java.util.*; - -public class TabTemplate -{ - private final List left; - private final List middle; - private final List right; - private final List farRight; - - public TabTemplate() { - this.left = new ArrayList(); - this.middle = new ArrayList(); - this.right = new ArrayList(); - this.farRight = new ArrayList(); - } - - public TabTemplate farRight(final String string) { - return this.farRight(this.farRight.size(), string); - } - - public TabTemplate farRight(final int index, final String string) { - if (index > this.farRight.size()) { - for (int i = this.farRight.size(); i < index; ++i) { - this.farRight.add(""); - } - } - this.farRight.add(index, string); - return this; - } - - public TabTemplate left(final String string) { - return this.left(this.left.size(), string); - } - - public TabTemplate middle(final String string) { - return this.middle(this.middle.size(), string); - } - - public TabTemplate right(final String string) { - return this.right(this.right.size(), string); - } - - public TabTemplate left(final int index, final String string) { - if (index > this.left.size()) { - for (int i = this.left.size(); i < index; ++i) { - this.left.add(""); - } - } - this.left.add(index, string); - return this; - } - - public TabTemplate middle(final int index, final String string) { - if (index > this.middle.size()) { - for (int i = this.middle.size(); i < index; ++i) { - this.middle.add(""); - } - } - this.middle.add(index, string); - return this; - } - - public TabTemplate right(final int index, final String string) { - if (index > this.right.size()) { - for (int i = this.right.size(); i < index; ++i) { - this.right.add(""); - } - } - this.right.add(index, string); - return this; - } - - public List getLeft() { - return this.left; - } - - public List getMiddle() { - return this.middle; - } - - public List getRight() { - return this.right; - } - - public List getFarRight() { - return this.farRight; - } -} diff --git a/HCF/src/com/bizarrealex/azazel/tab/example/ExampleTabAdapter.java b/HCF/src/com/bizarrealex/azazel/tab/example/ExampleTabAdapter.java deleted file mode 100644 index bcd3eb7..0000000 --- a/HCF/src/com/bizarrealex/azazel/tab/example/ExampleTabAdapter.java +++ /dev/null @@ -1,155 +0,0 @@ -package com.bizarrealex.azazel.tab.example; - -import com.bizarrealex.azazel.tab.TabAdapter; -import com.bizarrealex.azazel.tab.TabTemplate; -import com.customhcf.hcf.HCF; -import com.customhcf.hcf.classes.PvpClass; -import com.customhcf.hcf.classes.archer.ArcherClass; -import com.customhcf.hcf.classes.bard.BardClass; -import com.customhcf.hcf.classes.type.MinerClass; -import com.customhcf.hcf.faction.type.PlayerFaction; - -import net.md_5.bungee.api.ChatColor; -import ru.tehkode.permissions.bukkit.PermissionsEx; - -import java.util.Set; - -import org.bukkit.Bukkit; -import org.bukkit.GameMode; -import org.bukkit.Location; -import org.bukkit.Material; -import org.bukkit.Statistic; -import org.bukkit.entity.Player; - -public class ExampleTabAdapter implements TabAdapter { - public TabTemplate getTemplate(Player player) { - TabTemplate template = new TabTemplate(); - - // Middle Tab - template.middle(0, "&8&m---------------"); - template.middle(1, "&2&lZytro"); - template.middle(2, "&8&m---------------"); - - // Left Tab"&8&m---------------"); - template.left(0, "&8&m---------------"); - template.left(1, "&2store.zytro.rip"); - template.left(2, "&8&m---------------"); - template.left(4, "&2&lPlayer Info:"); - template.left(5, "&fKills: " + player.getStatistic(Statistic.PLAYER_KILLS)); - template.left(6, "&fDeaths: " + player.getStatistic(Statistic.DEATHS)); - template.left(7, "§fBalance: " + HCF.getPlugin().getEconomyManager().getBalance(player.getUniqueId())); - - PvpClass pvpClass = HCF.getPlugin().getPvpClassManager().getEquippedClass(player); - - if (pvpClass instanceof MinerClass) { - template.left(8, "§eClass: §cMiner"); - } - if (pvpClass instanceof ArcherClass) { - template.left(8, "§eClass: §cArcher"); - } - if (pvpClass instanceof BardClass) { - template.left(8, "§eClass: §cArcher"); - } - template.left(9, ""); - - template.left(10, "&2&lYour Location"); -// template.left(10, HCF.getInstance().getFactionManager().getFactionAt(player.getLocation()) - // .getDisplayName(player)); - template.left(11, - ChatColor.WHITE + "(" + player.getLocation().getBlockX() + ", " + player.getLocation().getBlockZ() - + ")" + ChatColor.GRAY + " [" + getCardinalDirection(player) + "]"); - - // FactionListener Stuff Currently Fixing - - // Middle Tab - - String staffchat = (ChatColor.DARK_GREEN + "Chat§7: " + (com.customhcf.base.BasePlugin.getPlugin().getServerHandler().isChatDisabled() - ? ChatColor.RED + "Locked" : ChatColor.GREEN + "Enabled")); - - if(com.customhcf.base.BasePlugin.getPlugin().getUserManager().getUser(player.getUniqueId()).isStaffUtil()) { - template.middle(9, "§2§lStaff Mode"); - - if(player.getGameMode() == GameMode.CREATIVE) { - template.middle(10, "§2GM §7» §aCreative"); - } - if(player.getGameMode() == GameMode.SURVIVAL) { - template.middle(10, "§2GM §7» §cSurvival"); - } - if(player.getGameMode() == GameMode.ADVENTURE) { - template.middle(10, "§2GM §7» §cAdventure"); - } - template.middle(11, "" + staffchat); - } - PlayerFaction playerFaction = HCF.getPlugin().getFactionManager().getPlayerFaction(player); - String playertag = (playerFaction == null) ? (ChatColor.WHITE + "None") : playerFaction.getDisplayName(Bukkit.getConsoleSender()); - - template.middle(6, "§2§lFaction Info:"); - template.middle(7, "§2Name§7 » " + playertag); - - // Right Tab - template.right(0, "&8&m---------------"); - template.right(1, "&2ts.zytro.rip"); - template.right(2, "&8&m---------------"); - template.right(4, "&2&lEnd Portal"); - template.right(5, "&fSpawn"); - template.right(6, "&f"); - template.right(7, ""); - template.right(8, "&2&lMap Kit:"); - template.right(9, "&fProt 2, Sharp 2"); - template.right(10, ""); - template.right(11, "&2&lWorld Border:"); - template.right(12, "&f2000"); - template.right(13, ""); - template.right(14, "&2&lPlayers Online:"); - template.right(15, "&f" + Bukkit.getServer().getOnlinePlayers().length); - - // Bottom - template.left(19, "&8&m---------------"); - template.middle(19, "&8&m---------------"); - template.right(19, "&8&m---------------"); - - // 1.8 users only - template.farRight(8, "§4§lWARNING!"); - template.farRight(9, "§4we recommend"); - template.farRight(10, "§4you use version 1.7"); - template.farRight(11, "§4For Better"); - template.farRight(12, "§4Gaming Expierence."); - - return template; - } - public static String getCardinalDirection(Player player) { - double rotation = (player.getLocation().getYaw() + 180F) % 360.0F; - if (rotation < 0.0D) { - rotation += 360.0D; - } - if ((0.0D <= rotation) && (rotation < 22.5D)) { - return "N"; - } - if ((22.5D <= rotation) && (rotation < 67.5D)) { - return "NE"; - } - if ((67.5D <= rotation) && (rotation < 112.5D)) { - return "E"; - } - if ((112.5D <= rotation) && (rotation < 157.5D)) { - return "SE"; - } - if ((157.5D <= rotation) && (rotation < 202.5D)) { - return "S"; - } - if ((202.5D <= rotation) && (rotation < 247.5D)) { - return "SW"; - } - if ((247.5D <= rotation) && (rotation < 292.5D)) { - return "W"; - } - if ((292.5D <= rotation) && (rotation < 337.5D)) { - return "NW"; - } - if ((337.5D <= rotation) && (rotation < 360.0D)) { - return "N"; - } - return null; - } -} - diff --git a/HCF/src/com/customhcf/hcf/HCF.java b/HCF/src/com/customhcf/hcf/HCF.java index ab87e46..98fb940 100644 --- a/HCF/src/com/customhcf/hcf/HCF.java +++ b/HCF/src/com/customhcf/hcf/HCF.java @@ -1,10 +1,6 @@ - package com.customhcf.hcf; - import com.customhcf.hcf.Utils.*; -import com.bizarrealex.azazel.Azazel; -import com.bizarrealex.azazel.tab.example.ExampleTabAdapter; import com.customhcf.base.BasePlugin; import com.customhcf.base.ServerHandler; import com.customhcf.hcf.balance.*; @@ -94,8 +90,7 @@ import org.bukkit.plugin.PluginManager; import org.bukkit.plugin.RegisteredServiceProvider; import org.bukkit.plugin.java.JavaPlugin; -public class HCF -extends JavaPlugin implements Listener { +public class HCF extends JavaPlugin { public static Player target; public static Permission perms; @@ -301,7 +296,7 @@ extends JavaPlugin implements Listener { private void registerListeners() { PluginManager manager = this.getServer().getPluginManager(); - manager.registerEvents(this, this); + manager.registerEvents((Listener) this, this); manager.registerEvents(new DonorOnlyListener(), (Plugin)this); manager.registerEvents(new ArcherClass(this), (Plugin)this); manager.registerEvents(new PortalTrapFixListener(), (Plugin)this);