Skip to content

Commit

Permalink
Remove duplicate exclusions from build.props file.
Browse files Browse the repository at this point in the history
These are now excluded via the /*[pro exclude-file-from="lite"]*/
marker that Phing looks for while building the Lite version.

See wpsharks/phings#73
  • Loading branch information
raamdev committed Apr 12, 2016
1 parent fbab951 commit 9d57d13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .build.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ project_lite_title = Comet Cache
project_lite_slug = comet-cache
project_lite_namespace = WebSharks\\CometCache
project_lite_sub_namespace = CometCache
project_lite_other_phar_fileset_exclusions = README.md, **/AutoCache.php, **/AutoCacheUtils.php, **/CdnFilters.php, **/CdnUtils.php, **/WcpCdnUtils.php, **/cdn-filters.txt, **/HtmlCUtils.php, **/WcpHtmlCUtils.php, **/StatsUtils.php, **/WcpEvalUtils.php, **/WcpS2cleanUtils.php, **/WcpTransientUtils.php, **/WcpUrlUtils.php, **/WcpUserUtils.php, **/MenuPageProUpdater.php, **/MenuPageStats.php, **/DirStats.php, **/admin-bar*.js, **/AdminBarUtils.php, **/options-pro.png, **/pro-updater.png, **/stats*.png, **/comet-cache-pro.pot
project_lite_other_zip_tgz_fileset_exclusions = README.md, **/AutoCache.php, **/AutoCacheUtils.php, **/CdnFilters.php, **/CdnUtils.php, **/WcpCdnUtils.php, **/cdn-filters.txt, **/HtmlCUtils.php, **/WcpHtmlCUtils.php, **/StatsUtils.php, **/WcpEvalUtils.php, **/WcpS2cleanUtils.php, **/WcpTransientUtils.php, **/WcpUrlUtils.php, **/WcpUserUtils.php, **/MenuPageProUpdater.php, **/MenuPageStats.php, **/DirStats.php, **/admin-bar*.js, **/AdminBarUtils.php, **/options-pro.png, **/pro-updater.png, **/stats*.png, **/comet-cache-pro.pot
project_lite_other_phar_fileset_exclusions = README.md, **/cdn-filters.txt, **/admin-bar*.js, **/options-pro.png, **/pro-updater.png, **/stats*.png, **/comet-cache-pro.pot
project_lite_other_zip_tgz_fileset_exclusions = README.md, **/cdn-filters.txt, **/admin-bar*.js, **/options-pro.png, **/pro-updater.png, **/stats*.png, **/comet-cache-pro.pot
project_lite_text_domain_regex_replacement_pattern = \$this\-\>text_domain|SLUG_TD
project_lite_alter_namespace_in_other_files_pattern = src/includes/templates/advanced-cache.txt

Expand Down

0 comments on commit 9d57d13

Please sign in to comment.