Skip to content

Commit

Permalink
Fixing broken build script for Selenium IDE
Browse files Browse the repository at this point in the history
  • Loading branch information
samitbadle committed Mar 15, 2015
1 parent 8f3f81e commit 101715b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ide/main/build.desc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ mozilla_extension(name = "selenium-ide",
{ "../../javascript/selenium-core" : "chrome/content"},
{ "src/chrome/icons" : "chrome" },
{ "//javascript/selenium-atoms" : "chrome/content/selenium-core/scripts/atoms.js"},
{ "//third_party/js/sizzle" : "chrome/content/selenium-core/lib/sizzle.js" }
{ "//third_party/js/sizzle:js" : "chrome/content/selenium-core/lib/sizzle.js" }
],
chrome = "src/chrome.manifest.production",
install = "src/install.rdf")

0 comments on commit 101715b

Please sign in to comment.