Skip to content

Commit a2a97bc

Browse files
author
Simon Stewart
committed
Delete the old IDE
We've not done a release a loooong time, and this code is no longer needed. This also paves the way for us to start the process of bringing the shiny new Selenium IDE TNG into the tree. Can we just take a moment to remember the time, care, thought, and energy that went into writing this and maintaining it through the years. Thanks everyone who contributed for all your work. :wq
1 parent 07a116a commit a2a97bc

File tree

263 files changed

+1
-37671
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

263 files changed

+1
-37671
lines changed

.idea/modules.xml

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Rakefile

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ require 'rake-tasks/task-gen'
3333
require 'rake-tasks/checks'
3434
require 'rake-tasks/c'
3535
require 'rake-tasks/selenium'
36-
require 'rake-tasks/se-ide'
3736
require 'rake-tasks/ie_code_generator'
3837
require 'rake-tasks/ci'
3938
require 'rake-tasks/copyright'
@@ -52,8 +51,6 @@ def version
5251
"#{release_version}.5"
5352
end
5453

55-
ide_version = "2.9.1"
56-
5754
# The build system used by webdriver is layered on top of rake, and we call it
5855
# "crazy fun" for no readily apparent reason.
5956

@@ -89,7 +86,7 @@ VisualStudioMappings.new.add_all(crazy_fun)
8986
# need to fall back to prebuilt binaries. The prebuilt binaries are stored in
9087
# a directory structure identical to that used in the "build" folder, but
9188
# rooted at one of the following locations:
92-
["cpp/prebuilt", "ide/main/prebuilt", "javascript/firefox-driver/prebuilt"].each do |pre|
89+
["cpp/prebuilt", "javascript/firefox-driver/prebuilt"].each do |pre|
9390
crazy_fun.prebuilt_roots << pre
9491
end
9592

@@ -98,7 +95,6 @@ end
9895
# from rake.
9996
crazy_fun.create_tasks(Dir["common/**/build.desc"])
10097
crazy_fun.create_tasks(Dir["cpp/**/build.desc"])
101-
crazy_fun.create_tasks(Dir["ide/**/build.desc"])
10298
crazy_fun.create_tasks(Dir["javascript/**/build.desc"])
10399
crazy_fun.create_tasks(Dir["py/**/build.desc"])
104100
crazy_fun.create_tasks(Dir["rake-tasks/**/build.desc"])
@@ -174,11 +170,6 @@ task :support => [
174170
desc 'Build the standalone server'
175171
task 'selenium-server-standalone' => '//java/server/src/org/openqa/grid/selenium:selenium'
176172

177-
task :ide => [ "//ide:selenium-ide-multi" ]
178-
task :ide_proxy_setup => [ "//javascript/selenium-atoms", "se_ide:setup_proxy" ]
179-
task :ide_proxy_remove => [ "se_ide:remove_proxy" ]
180-
task :ide_bamboo => ["se_ide:assemble_ide_in_bamboo"]
181-
182173
task :test_javascript => [
183174
'calcdeps',
184175
'//javascript/atoms:atoms-chrome:run',
@@ -524,11 +515,6 @@ end
524515
desc 'Build the selenium client jars'
525516
task 'selenium-java' => '//java/client/src/org/openqa/selenium:selenium'
526517

527-
desc 'Build and package Selenium IDE'
528-
task :release_ide => [:ide] do
529-
cp 'build/ide/selenium-ide.xpi', "build/ide/selenium-ide-#{ide_version}.xpi"
530-
end
531-
532518
namespace :node do
533519
task :atoms => [
534520
"//javascript/atoms/fragments:is-displayed",

ide/build.desc

Lines changed: 0 additions & 41 deletions
This file was deleted.

ide/ide.iml

Lines changed: 0 additions & 15 deletions
This file was deleted.

ide/install.rdf

Lines changed: 0 additions & 24 deletions
This file was deleted.

ide/main/build.desc

Lines changed: 0 additions & 22 deletions
This file was deleted.
Binary file not shown.

ide/main/src/chrome.manifest

Lines changed: 0 additions & 21 deletions
This file was deleted.

ide/main/src/chrome.manifest.production

Lines changed: 0 additions & 21 deletions
This file was deleted.
Binary file not shown.

0 commit comments

Comments
 (0)