Added sopm file in case installation as a package is wanted.

This commit is contained in:
OTOBO user 2023-05-28 14:17:19 +02:00
parent 964c53c449
commit dc3e4e86a6

16
ConsoleCommands.sopm Normal file
View File

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8" ?>
<otobo_package version="1.0">
<Name>ConsoleCommands</Name>
<Version>11.0.0</Version>
<Framework>11.0.x</Framework>
<Vendor>Rother OSS GmbH</Vendor>
<URL>https://rother-oss.com/</URL>
<License>GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007</License>
<Description Lang="en">..</Description>
<Filelist>
<File Permission="660" Location="Custom/Kernel/System/CustomerUser.pm" />
<File Permission="660" Location="Kernel/System/Console/Command/Admin/CustomerUser/List.pm" />
<File Permission="660" Location="Kernel/System/Console/Command/Admin/DynamicField/Add.pm" />
<File Permission="660" Location="README.md" />
</Filelist>
</otobo_package>