Skip to content

Commit

Permalink
Item14323: Exclude tinymce dev files from MANIFEST checks
Browse files Browse the repository at this point in the history
  • Loading branch information
gac410 committed Apr 20, 2017
1 parent f5cd4db commit 3e9f29f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/tools/check_manifest.pl
Expand Up @@ -10,7 +10,7 @@

my $manifest = shift || 'MANIFEST';
my @skip =
qw(tools/develop tools/githooks tools/pkg tools/benchmark tools/distro test working logs MANIFEST DEPENDENCIES build\.pl PREINSTALL TIDY .*?\.psd .*?\.xcf \.gitignore);
qw(tools/develop tools/githooks tools/pkg tools/benchmark tools/distro test working logs MANIFEST DEPENDENCIES build\.pl PREINSTALL TIDY .*?\.psd .*?\.xcf \.gitignore .*?\/TinyMCEPlugin/tinymce_dev);
my $cvs = 'subversion';
my $skipPattern = join( '|', @skip );

Expand Down

0 comments on commit 3e9f29f

Please sign in to comment.