Skip to content

Commit

Permalink
Depend on iedoc.xml in the childrens' target directories, not in the …
Browse files Browse the repository at this point in the history
…parent's target directory

git-svn-id: http://svn.openqa.org/svn/selenium-rc/trunk/clients/perl@2118 0891141a-5dea-0310-ad27-ebc607f31677
  • Loading branch information
dfabulich committed Jan 17, 2008
1 parent 34162d5 commit 3ae4c0d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion build.xml
Expand Up @@ -24,7 +24,6 @@
</perl>-->
</target>
<target name="generate-sources" depends="init">
<copy file="../target/iedoc.xml" tofile="iedoc.xml" />
<perl>
<arg value="util/create_www_selenium.pl" />
</perl>
Expand Down
2 changes: 1 addition & 1 deletion util/create_www_selenium.pl
Expand Up @@ -594,7 +594,7 @@ sub test_functions {
}

sub read_iedoc_xml {
my $iedoc_file = 'iedoc.xml';
my $iedoc_file = 'target/iedoc.xml';
die "Can't find iedoc.xml" unless -e $iedoc_file;
open (my $fh, $iedoc_file) or die "Can't open $iedoc_file: $!";
{
Expand Down

0 comments on commit 3ae4c0d

Please sign in to comment.