Move sequentialcreditnotes under `ext/` folder
authorTim Otten <totten@civicrm.org>
Sat, 22 Feb 2020 04:20:26 +0000 (20:20 -0800)
committerTim Otten <totten@civicrm.org>
Sat, 22 Feb 2020 04:20:26 +0000 (20:20 -0800)
commitbdaff0b20ba6fdf03e9dab219532fee659677e43
tree3f2d03b4da397e5cb442b67477afeabc30134d0d
parent39d16736b1559d3e4920f2d22bf0b2ee0dae9c0e
Move sequentialcreditnotes under `ext/` folder

Maybe this is a bit of bikeshedding, but..

* `civicrm/ext/` is used for similar content in a few other cases (eg when adding `iatspayment` to the tarball; eg for
   the `drupal-case` and `wp-case` build-types).
* `civicrm/ext/` looks analgous to `sites/default/files/civicrm/ext`, which has similar content.
* Among the list of folders under `civicrm/`, `ext/` looks more consistent.  There are only two
  folders with capital letters (`CRM/` `Civi/`) and only two folders with multiple
  words (`bower_components/` `release-notes/`)... and 18 other folders which are
  lowercase+single-word (`ang/` `api/` `bin/` `css/` `distmaker/`
  `extern/` `i/` `install/` `js/` `l10n/` `packages/` `settings/` `sql/`
  `templates/` `tests/` `tools/` `vendor/` `xml/`).
* The file-hierarchy is additive (combining elements of the OS/host FHS, of the CMS, and of intra-extension content)
  and makes for a long total.
.gitignore
ext/sequentialcreditnotes/README.md [moved from CoreExtensions/Financial/sequentialcreditnotes/README.md with 100% similarity]
ext/sequentialcreditnotes/info.xml [moved from CoreExtensions/Financial/sequentialcreditnotes/info.xml with 100% similarity]
ext/sequentialcreditnotes/phpunit.xml.dist [moved from CoreExtensions/Financial/sequentialcreditnotes/phpunit.xml.dist with 100% similarity]
ext/sequentialcreditnotes/sequentialcreditnotes.civix.php [moved from CoreExtensions/Financial/sequentialcreditnotes/sequentialcreditnotes.civix.php with 100% similarity]
ext/sequentialcreditnotes/sequentialcreditnotes.php [moved from CoreExtensions/Financial/sequentialcreditnotes/sequentialcreditnotes.php with 100% similarity]
ext/sequentialcreditnotes/settings/creditnote.setting.php [moved from CoreExtensions/Financial/sequentialcreditnotes/settings/creditnote.setting.php with 100% similarity]
ext/sequentialcreditnotes/tests/phpunit/SequentialcreditnotesTest.php [moved from CoreExtensions/Financial/sequentialcreditnotes/tests/phpunit/SequentialcreditnotesTest.php with 100% similarity]
ext/sequentialcreditnotes/tests/phpunit/bootstrap.php [moved from CoreExtensions/Financial/sequentialcreditnotes/tests/phpunit/bootstrap.php with 100% similarity]