Skip to content

Commit 3ae4c0d

Browse files
author
dfabulich
committed
Depend on iedoc.xml in the childrens' target directories, not in the parent's target directory
git-svn-id: http://svn.openqa.org/svn/selenium-rc/trunk/clients/perl@2118 0891141a-5dea-0310-ad27-ebc607f31677
1 parent 34162d5 commit 3ae4c0d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

build.xml

-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
</perl>-->
2525
</target>
2626
<target name="generate-sources" depends="init">
27-
<copy file="../target/iedoc.xml" tofile="iedoc.xml" />
2827
<perl>
2928
<arg value="util/create_www_selenium.pl" />
3029
</perl>

util/create_www_selenium.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ sub test_functions {
594594
}
595595

596596
sub read_iedoc_xml {
597-
my $iedoc_file = 'iedoc.xml';
597+
my $iedoc_file = 'target/iedoc.xml';
598598
die "Can't find iedoc.xml" unless -e $iedoc_file;
599599
open (my $fh, $iedoc_file) or die "Can't open $iedoc_file: $!";
600600
{

0 commit comments

Comments
 (0)