Skip to content

Commit

Permalink
Deleting mention of non-existing files in copyright updater
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Dec 13, 2018
1 parent 2790df6 commit 6582ecd
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ task :ios_driver => [

file "build/javascript/deps.js" => FileList[
"third_party/closure/goog/**/*.js",
"third_party/js/wgxpath/**/*.js",
"third_party/js/wgxpath/**/*.js",
"javascript/*/**/*.js", # Don't depend on js files directly in javascript/
] do

Expand Down Expand Up @@ -575,7 +575,6 @@ namespace :copyright do
Copyright.Update(
FileList["javascript/**/*.js"].exclude(
"javascript/atoms/test/jquery.min.js",
"javascript/firefox-driver/extension/components/httpd.js",
"javascript/jsunit/**/*.js",
"javascript/node/selenium-webdriver/node_modules/**/*.js",
"javascript/selenium-core/lib/**/*.js",
Expand All @@ -591,14 +590,7 @@ namespace :copyright do
FileList["rb/**/*.rb"],
:style => "#")
Copyright.Update(
FileList["java/**/*.java"].exclude(
"java/client/src/org/openqa/selenium/internal/Base64Encoder.java",
"java/client/test/org/openqa/selenium/internal/Base64EncoderTest.java",
"java/server/src/cybervillains/**/*.java",
"java/server/src/org/openqa/selenium/server/FrameGroupCommandQueueSet.java",
"java/server/src/org/openqa/selenium/server/FutureFileResource.java",
"java/server/src/org/openqa/selenium/server/ProxyHandler.java"
))
FileList["java/**/*.java"])
end
end

Expand Down

0 comments on commit 6582ecd

Please sign in to comment.