Skip to content

Commit

Permalink
Updating .NET WebDriverBackedSelenium build process to account for mo…
Browse files Browse the repository at this point in the history
…ved files
  • Loading branch information
jimevans committed Feb 19, 2014
1 parent 3a49ae8 commit 26b1823
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions dotnet/src/webdriverbackedselenium/build.desc
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
Expand Down Expand Up @@ -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" },
Expand Down Expand Up @@ -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" },
Expand Down Expand Up @@ -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" },
Expand Down

0 comments on commit 26b1823

Please sign in to comment.