You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -537,8 +535,7 @@ task :push_release => [:release] do
537
535
[
538
536
{:file=>"build/dist/selenium-server-standalone-#{version}.jar",:description=>"Use this if you want to use the Selenium RC or Remote WebDriver or use Grid 2 without needing any additional dependencies"},
539
537
{:file=>"build/dist/selenium-server-#{version}.zip",:description=>"All variants of the Selenium Server: stand-alone, jar with dependencies and sources."},
540
-
{:file=>"build/dist/selenium-java-#{version}.zip",:description=>"The Java bindings for Selenium 2, including the WebDriver API clients. Download this if you want to use WebDriver API"},
541
-
{:file=>"build/dist/leg-rc-#{version}.jar",:description=>"The Java bindings for Selenium 1, including the RC API clients. Download this if you want to use RC API"},
538
+
{:file=>"build/dist/selenium-java-#{version}.zip",:description=>"The Java bindings for Selenium 2, including the WebDriver API clients. Download this if you want to use WebDriver API and the Selenium RC clients. Download this if you plan on just using the client-side pieces of Selenium"},
0 commit comments