distmaker - Add APIv4 to standard tarball
[civicrm-core.git] / distmaker / dists / joomla_php5.sh
index edbe8f6e6628372ed48795df5a4973ff32f2ffe6..31fcb70f91e111b42b401d9043aed0168eb03ed6 100755 (executable)
@@ -22,6 +22,8 @@ dm_install_core "$SRC" "$TRG"
 dm_install_packages "$SRC/packages" "$TRG/packages"
 dm_install_vendor "$SRC/vendor" "$TRG/vendor"
 dm_install_bower "$SRC/bower_components" "$TRG/bower_components"
+dm_install_cvext org.civicrm.api4 "$TRG/ext/api4"
+dm_install_cvext com.iatspayments.civicrm "$TRG/ext/iatspayments"
 
 ## WTF: It's so good we'll install it twice!
 ## (The first is probably extraneous, but there could be bugs dependent on it.)