SL::DB::BackgroudJob::ALL entfernt
[kivitendo-erp.git] / SL / BackgroundJob / ALL.pm
diff --git a/SL/BackgroundJob/ALL.pm b/SL/BackgroundJob/ALL.pm
deleted file mode 100644 (file)
index 4264d6c..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-package SL::BackgroundJob::ALL;
-
-use strict;
-
-use SL::BackgroundJob::Base;
-use SL::BackgroundJob::BackgroundJobCleanup;
-use SL::BackgroundJob::CleanAuthSessions;
-use SL::BackgroundJob::CleanBackgroundJobHistory;
-use SL::BackgroundJob::CloseProjectsBelongingToClosedSalesOrders;
-use SL::BackgroundJob::ConvertTimeRecordings;
-use SL::BackgroundJob::CreatePeriodicInvoices;
-use SL::BackgroundJob::CsvImport;
-use SL::BackgroundJob::FailedBackgroundJobsReport;
-use SL::BackgroundJob::MassDeliveryOrderPrinting;
-use SL::BackgroundJob::MassRecordCreationAndPrinting;
-use SL::BackgroundJob::SelfTest;
-use SL::BackgroundJob::SelfTest::Base;
-use SL::BackgroundJob::SelfTest::Transactions;
-use SL::BackgroundJob::SetNumberRange;
-use SL::BackgroundJob::ShopOrderMassTransfer;
-use SL::BackgroundJob::ShopPartMassUpload;
-use SL::BackgroundJob::Test;
-
-1;