fix: Remove orphaned root-level webservices plugin files #87
Reference in New Issue
Block a user
Delete Branch "fix/remove-orphaned-root-files"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Removes orphaned
mokosuitebackup.xmlandmokosuitebackup.phpfrom the repo root. These are stale copies from before the code was restructured intosource/packages/.This fixes the Joomla install error:
The root manifest still referenced
<folder>src</folder>but that directory was removed in PR #82. The actual webservices plugin lives atsource/packages/plg_webservices_mokosuitebackup/with its own manifest and intactsrc/directory.Test Plan