Changeset 5131 for modules/branches/2.4
- Timestamp:
- 10/22/07 12:38:15 (6 years ago)
- Files:
-
- modules/branches/2.4 (modified) (1 prop)
- modules/branches/2.4/publish.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.4
- Property svnmerge-integrated changed from /modules/branches/2.3:1-5080,5111,5128 to /modules/branches/2.3:1-5080,5111,5128,5130
modules/branches/2.4/publish.pl
r5129 r5131 23 23 # TODO: ADD FOP until we can get into a module 24 24 # 25 if (system("rm -rf $framework/agi-bin $framework/bin $framework/htdocs $framework/htdocs_panel $framework/upgrades $framework/libfreepbx.install.php ")) {25 if (system("rm -rf $framework/agi-bin $framework/bin $framework/htdocs $framework/htdocs_panel $framework/upgrades $framework/libfreepbx.install.php $framework/CHANGES")) { 26 26 die "FATAL: failed to remove previoulsly exported directories\n"; 27 27 }
