Skip to content

Commit

Permalink
Clearing out the last vestiges of the old IE build targets
Browse files Browse the repository at this point in the history
  • Loading branch information
jimevans committed Aug 15, 2013
1 parent 00a8dc2 commit cd5e8a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ android/server/bin/
android/gen/org/openqa/selenium/android/app/BuildConfig.java
android/gen/org/openqa/selenium/android/app/Manifest.java
android/gen/org/openqa/selenium/android/app/R.java
cpp/IEDriver/IEReturnTypes.h
cpp/iedriver/IEReturnTypes.h
java/org/openqa/selenium/ie/IeReturnTypes.java
java/client/src/org/openqa/selenium/ie/IeReturnTypes.java
javascript/deps.js
Expand All @@ -49,7 +49,7 @@ third_party/gecko-6
third_party/gecko-7
third_party/gecko-8
third_party/gecko-*
cpp/IEDriver/Generated/atoms.h
cpp/iedriver/Generated/atoms.h
chromedriver.log
android/libs
android/bin
Expand Down
2 changes: 1 addition & 1 deletion rake-tasks/browsers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
:java => {
:class => "org.openqa.selenium.ie.InternetExplorerDriver",
:deps => [ "//java/client/src/org/openqa/selenium/ie:ie", "//cpp:ie_win32_exe" ]
:deps => [ "//java/client/src/org/openqa/selenium/ie:ie", "//cpp/iedriverserver:win32" ]
},
:browser_name => "internet explorer",
:available => windows?
Expand Down

0 comments on commit cd5e8a0

Please sign in to comment.