From eb0bf88ee4fcd1a09238d84f5d621763cecbd4d9 Mon Sep 17 00:00:00 2001 From: ato Date: Sat, 9 Oct 2010 10:28:18 +0000 Subject: [PATCH] Renamed fsfeurope.xsl to fsfe.xsl. svn path=/branches/design/; revision=17323 --- fsfeurope.xsl => fsfe.xsl | 0 tools/build-test.pl | 2 +- tools/build.pl | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename fsfeurope.xsl => fsfe.xsl (100%) diff --git a/fsfeurope.xsl b/fsfe.xsl similarity index 100% rename from fsfeurope.xsl rename to fsfe.xsl diff --git a/tools/build-test.pl b/tools/build-test.pl index 52d7dd2a75..6b8502b6c0 100755 --- a/tools/build-test.pl +++ b/tools/build-test.pl @@ -124,7 +124,7 @@ my $xslt_parser = XML::LibXSLT->new(); # Parse the global stylesheet -my $global_style_doc = $parser->parse_file($opts{i}."/fsfeurope.xsl"); +my $global_style_doc = $parser->parse_file($opts{i}."/fsfe.xsl"); my $global_stylesheet = $xslt_parser->parse_stylesheet($global_style_doc); # diff --git a/tools/build.pl b/tools/build.pl index 2b34d06f94..5d4dc6760e 100755 --- a/tools/build.pl +++ b/tools/build.pl @@ -124,7 +124,7 @@ my $xslt_parser = XML::LibXSLT->new(); # Parse the global stylesheet -my $global_style_doc = $parser->parse_file($opts{i}."/fsfeurope.xsl"); +my $global_style_doc = $parser->parse_file($opts{i}."/fsfe.xsl"); my $global_stylesheet = $xslt_parser->parse_stylesheet($global_style_doc); #