Add stub extensions for all components
authorColeman Watts <coleman@civicrm.org>
Sun, 9 Apr 2023 03:09:12 +0000 (23:09 -0400)
committerColeman Watts <colemanw@civicrm.org>
Thu, 11 May 2023 14:34:17 +0000 (10:34 -0400)
commit0e332d88b62ef2694c96f9b1bf3c34caceb01096
treef03ac4d186d52f5cb95a3deef21e14129e8ad8bc
parentae78a6989c66ca58d0313bc23645e139c7a9574e
Add stub extensions for all components
26 files changed:
.gitignore
distmaker/core-ext.txt
ext/civi_campaign/civi_campaign.civix.php [new file with mode: 0644]
ext/civi_campaign/civi_campaign.php [new file with mode: 0644]
ext/civi_campaign/info.xml [new file with mode: 0644]
ext/civi_case/civi_case.civix.php [new file with mode: 0644]
ext/civi_case/civi_case.php [new file with mode: 0644]
ext/civi_case/info.xml [new file with mode: 0644]
ext/civi_contribute/civi_contribute.civix.php [new file with mode: 0644]
ext/civi_contribute/civi_contribute.php [new file with mode: 0644]
ext/civi_contribute/info.xml [new file with mode: 0644]
ext/civi_event/civi_event.civix.php [new file with mode: 0644]
ext/civi_event/civi_event.php [new file with mode: 0644]
ext/civi_event/info.xml [new file with mode: 0644]
ext/civi_mail/civi_mail.civix.php [new file with mode: 0644]
ext/civi_mail/civi_mail.php [new file with mode: 0644]
ext/civi_mail/info.xml [new file with mode: 0644]
ext/civi_member/civi_member.civix.php [new file with mode: 0644]
ext/civi_member/civi_member.php [new file with mode: 0644]
ext/civi_member/info.xml [new file with mode: 0644]
ext/civi_pledge/civi_pledge.civix.php [new file with mode: 0644]
ext/civi_pledge/civi_pledge.php [new file with mode: 0644]
ext/civi_pledge/info.xml [new file with mode: 0644]
ext/civi_report/civi_report.civix.php [new file with mode: 0644]
ext/civi_report/civi_report.php [new file with mode: 0644]
ext/civi_report/info.xml [new file with mode: 0644]