Skip to content

Commit

Permalink
Alpha order $previousReleaseExclude and $filesToKeep (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
richard67 authored Jun 27, 2021
1 parent 5822081 commit 67b4630
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build/deleted_file_check.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@ function usage($command)
$options['from'] . '/administrator/components/com_search',
$options['from'] . '/components/com_search',
$options['from'] . '/images/sampledata',
$options['from'] . '/installation',
$options['from'] . '/modules/mod_search',
$options['from'] . '/plugins/search',
$options['from'] . '/plugins/fields/repeatable',
$options['from'] . '/installation'
$options['from'] . '/plugins/search',
];

/**
Expand Down Expand Up @@ -154,9 +154,10 @@ function usage($command)
$filesToKeep = [
"'/administrator/language/en-GB/en-GB.com_search.ini',",
"'/administrator/language/en-GB/en-GB.com_search.sys.ini',",
"'/administrator/language/en-GB/en-GB.plg_editors-xtd_weblink.ini',",
"'/administrator/language/en-GB/en-GB.plg_editors-xtd_weblink.sys.ini',",
"'/administrator/language/en-GB/en-GB.plg_fields_repeatable.ini',",
"'/administrator/language/en-GB/en-GB.plg_fields_repeatable.sys.ini',",
"'/language/en-GB/en-GB.com_search.ini',",
"'/administrator/language/en-GB/en-GB.plg_search_categories.ini',",
"'/administrator/language/en-GB/en-GB.plg_search_categories.sys.ini',",
"'/administrator/language/en-GB/en-GB.plg_search_contacts.ini',",
Expand All @@ -169,10 +170,9 @@ function usage($command)
"'/administrator/language/en-GB/en-GB.plg_search_tags.sys.ini',",
"'/administrator/language/en-GB/en-GB.plg_search_weblinks.ini',",
"'/administrator/language/en-GB/en-GB.plg_search_weblinks.sys.ini',",
"'/administrator/language/en-GB/en-GB.plg_editors-xtd_weblink.ini',",
"'/administrator/language/en-GB/en-GB.plg_editors-xtd_weblink.sys.ini',",
"'/administrator/language/en-GB/en-GB.plg_system_weblinks.ini',",
"'/administrator/language/en-GB/en-GB.plg_system_weblinks.sys.ini',",
"'/language/en-GB/en-GB.com_search.ini',",
"'/language/en-GB/en-GB.mod_search.ini',",
"'/language/en-GB/en-GB.mod_search.sys.ini',",
];
Expand Down

0 comments on commit 67b4630

Please sign in to comment.