diff --git a/.gitignore b/.gitignore index 546792d33252..2185f905978e 100755 --- a/.gitignore +++ b/.gitignore @@ -39,7 +39,7 @@ /components/ILIAS/UICore/artifacts/ctrl_security.php /components/ILIAS/Component/artifacts/* /components/ILIAS/EventHandling/artifacts/* -/components/ILIAS/Object/artifacts/* +/components/ILIAS/ILIASObject/artifacts/* /components/ILIAS/LegalDocuments/artifacts/* /components/ILIAS/FileDelivery/src/artifacts/* diff --git a/components/ILIAS/ADT/Component.php b/components/ILIAS/ADT/Component.php new file mode 100644 index 000000000000..d4b4fce468ab --- /dev/null +++ b/components/ILIAS/ADT/Component.php @@ -0,0 +1,37 @@ +builder->_scanDir(__DIR__ . "/../.."), diff --git a/components/ILIAS/Conditions/Component.php b/components/ILIAS/Conditions/Component.php new file mode 100644 index 000000000000..77089d804370 --- /dev/null +++ b/components/ILIAS/Conditions/Component.php @@ -0,0 +1,37 @@ +addTestSuite("ilObjectTest"); return $suite; diff --git a/components/ILIAS/Object/tests/testmodule.xml b/components/ILIAS/ILIASObject/tests/testmodule.xml similarity index 100% rename from components/ILIAS/Object/tests/testmodule.xml rename to components/ILIAS/ILIASObject/tests/testmodule.xml diff --git a/components/ILIAS/Object/traits/CreationCallbackTrait.php b/components/ILIAS/ILIASObject/traits/CreationCallbackTrait.php similarity index 100% rename from components/ILIAS/Object/traits/CreationCallbackTrait.php rename to components/ILIAS/ILIASObject/traits/CreationCallbackTrait.php diff --git a/components/ILIAS/Object/traits/Properties/ilObjectPropertiesUploadSecurityFunctionsTrait.php b/components/ILIAS/ILIASObject/traits/Properties/ilObjectPropertiesUploadSecurityFunctionsTrait.php similarity index 100% rename from components/ILIAS/Object/traits/Properties/ilObjectPropertiesUploadSecurityFunctionsTrait.php rename to components/ILIAS/ILIASObject/traits/Properties/ilObjectPropertiesUploadSecurityFunctionsTrait.php diff --git a/components/ILIAS/Imprint/Component.php b/components/ILIAS/Imprint/Component.php new file mode 100644 index 000000000000..77cf251ea79f --- /dev/null +++ b/components/ILIAS/Imprint/Component.php @@ -0,0 +1,37 @@ +