From 26b18235c6872f3d5152046dd52d916574bd9e67 Mon Sep 17 00:00:00 2001 From: Jim Evans Date: Wed, 19 Feb 2014 15:29:30 -0500 Subject: [PATCH] Updating .NET WebDriverBackedSelenium build process to account for moved files --- dotnet/src/webdriverbackedselenium/build.desc | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/dotnet/src/webdriverbackedselenium/build.desc b/dotnet/src/webdriverbackedselenium/build.desc index 38cb8eea03c1e..515723387372b 100644 --- a/dotnet/src/webdriverbackedselenium/build.desc +++ b/dotnet/src/webdriverbackedselenium/build.desc @@ -11,8 +11,8 @@ dotnet_library(name = "webdriverbackedselenium", "//dotnet/src/core:core" ], resources = [ - {"java/client/src/org/openqa/selenium/internal/seleniumemulation/injectableSelenium.js" : "injectableSelenium.js"}, - {"java/client/src/org/openqa/selenium/internal/seleniumemulation/htmlutils.js" : "htmlutils.js"}, + {"java/client/src/com/thoughtworks/selenium/webdriven/injectableSelenium.js" : "injectableSelenium.js"}, + {"java/client/src/com/thoughtworks/selenium/webdriven/htmlutils.js" : "htmlutils.js"}, {"//javascript/selenium-atoms:findElement" : "findElement.js" }, {"//javascript/selenium-atoms:findOption" : "findOption.js" }, {"//javascript/selenium-atoms:fireEvent" : "fireEvent.js" }, @@ -43,8 +43,8 @@ dotnet_library(name = "webdriverbackedselenium35", "//dotnet/src/core:core35" ], resources = [ - {"java/client/src/org/openqa/selenium/internal/seleniumemulation/injectableSelenium.js" : "injectableSelenium.js"}, - {"java/client/src/org/openqa/selenium/internal/seleniumemulation/htmlutils.js" : "htmlutils.js"}, + {"java/client/src/com/thoughtworks/selenium/webdriven/injectableSelenium.js" : "injectableSelenium.js"}, + {"java/client/src/com/thoughtworks/selenium/webdriven/htmlutils.js" : "htmlutils.js"}, {"//javascript/selenium-atoms:findElement" : "findElement.js" }, {"//javascript/selenium-atoms:findOption" : "findOption.js" }, {"//javascript/selenium-atoms:fireEvent" : "fireEvent.js" }, @@ -75,8 +75,8 @@ dotnet_library(name = "strongnamed", "//dotnet/src/core:strongnamed" ], resources = [ - {"java/client/src/org/openqa/selenium/internal/seleniumemulation/injectableSelenium.js" : "injectableSelenium.js"}, - {"java/client/src/org/openqa/selenium/internal/seleniumemulation/htmlutils.js" : "htmlutils.js"}, + {"java/client/src/com/thoughtworks/selenium/webdriven/injectableSelenium.js" : "injectableSelenium.js"}, + {"java/client/src/com/thoughtworks/selenium/webdriven/htmlutils.js" : "htmlutils.js"}, {"//javascript/selenium-atoms:findElement" : "findElement.js" }, {"//javascript/selenium-atoms:findOption" : "findOption.js" }, {"//javascript/selenium-atoms:fireEvent" : "fireEvent.js" }, @@ -108,8 +108,8 @@ dotnet_library(name = "strongnamed35", "//dotnet/src/core:strongnamed35" ], resources = [ - {"java/client/src/org/openqa/selenium/internal/seleniumemulation/injectableSelenium.js" : "injectableSelenium.js"}, - {"java/client/src/org/openqa/selenium/internal/seleniumemulation/htmlutils.js" : "htmlutils.js"}, + {"java/client/src/com/thoughtworks/selenium/webdriven/injectableSelenium.js" : "injectableSelenium.js"}, + {"java/client/src/com/thoughtworks/selenium/webdriven/htmlutils.js" : "htmlutils.js"}, {"//javascript/selenium-atoms:findElement" : "findElement.js" }, {"//javascript/selenium-atoms:findOption" : "findOption.js" }, {"//javascript/selenium-atoms:fireEvent" : "fireEvent.js" },