Skip to content

Commit

Permalink
Item14237: Added 'Extension' to the list of supported definitions
Browse files Browse the repository at this point in the history
Though more than that is needed to provide full support for the new
extensions model.
  • Loading branch information
vrurg committed Sep 16, 2017
1 parent a021f4f commit 37c0f3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BuildContrib/create_new_extension.pl
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
$def{MODULE} = $ARGV[0];
usage() unless $def{MODULE};

$def{MODULE} =~ /^.*?(Plugin|Contrib|Skin|AddOn)$/;
$def{MODULE} =~ /^.*?(Plugin|Contrib|Skin|AddOn|Extension)$/;
$def{TYPE} = $1;
usage() unless $def{TYPE};

Expand Down

0 comments on commit 37c0f3f

Please sign in to comment.