Skip to content

Commit

Permalink
FACES-2250 Enable fix-versions.pl script to fix navigation-rule.xml d…
Browse files Browse the repository at this point in the history
…escriptors
  • Loading branch information
ngriffin7a committed May 18, 2015
1 parent 3e1c91a commit c4dd26c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fix-versions.pl
Expand Up @@ -185,7 +185,7 @@ sub do_inplace_edits {
# will appear in the version attribute faces config tag and potentially fix the version number that will appear in
# the xsi:schemaLocation attribute URL of the faces config tag.
#
elsif ($file eq "faces-config.xml" and ($File::Find::name =~ /\/src/)) {
elsif ((($file eq "faces-config.xml") or ($file eq "navigation-rule.xml")) and ($File::Find::name =~ /\/src/)) {
print "$File::Find::name\n";
`perl -pi -e 's/faces-config version=\"[0-9.]+\"/faces-config version=\"$facesVersion\"/' $file`;
`perl -pi -e 's/web-facesconfig[0-9_]+/web-facesconfig_$facesVersionURL/' $file`;
Expand Down

0 comments on commit c4dd26c

Please sign in to comment.