We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b27e6e5 commit 845b87eCopy full SHA for 845b87e
rake-tasks/se-ide.rb
@@ -122,27 +122,4 @@
122
rm "ide/main/src/components/SeleniumIDEGenericAutoCompleteSearch.xpt"
123
end
124
125
- task :assemble_ide_in_bamboo do
126
- src = "ide/bamboo/stage"
127
- dest = "ide/bamboo"
128
- name = "selenium-ide.xpi"
129
-
130
- cp "ide/install.rdf", src
131
132
- # copy-and-pasted from crazy_fun/mappings/common.rb
133
- Dir.chdir(src) {
134
- ok = system(%{jar cMf "../#{name}" * 2>&1})
135
- ok or raise "could not zip #{src} => #{dest}"
136
- }
137
- end
138
139
- # require 'rake/packagetask'
140
- # Rake::PackageTask.new("selenium-ide", "1.2.0") do |p|
141
- # p.package_dir = "build/ide/multi/"
142
- # p.need_zip = true
143
- # p.package_files.include("build/ide/multi/*")
144
- # if unix?
145
- # p.zip_command = "jar cMf"
146
- # end
147
148
0 commit comments