Skip to content

Commit

Permalink
Refactoring GridLauncher build process
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Oct 15, 2015
1 parent 4c41e06 commit 392c8bb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 2 additions & 0 deletions java/server/src/org/openqa/grid/build.desc
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@ java_library(name = "grid",
srcs = [
"internal/**/*.java",
"web/**/*.java",
"selenium/proxy/**/*.java",
],
embedded = [
"images/",
],
deps = [
"//java/client/src/org/openqa/selenium:webdriver-api",
"//java/client/src/org/openqa/selenium/chrome",
"//java/server/src/org/openqa/grid/common",
"//java/server/src/org/openqa/selenium/remote/server",
"//third_party/java/httpcomponents:httpclient",
Expand Down
4 changes: 1 addition & 3 deletions java/server/src/org/openqa/grid/selenium/build.desc
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@

java_binary(name = "selenium",
main_class = "org.openqa.grid.selenium.GridLauncher",
srcs = [ "**/*.java" ],
srcs = [ "GridLauncher.java" ],
deps = [
"//java/client/src/com/thoughtworks/selenium/webdriven:webdriven",
"//java/client/src/org/openqa/selenium/firefox",
"//java/server/src/org/openqa/selenium/remote/server",
"//java/server/src/org/openqa/selenium/server",
"//java/server/src/org/openqa/grid",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
import org.openqa.grid.internal.listeners.TestSessionListener;
import org.openqa.grid.internal.listeners.TimeoutListener;
import org.openqa.grid.internal.utils.HtmlRenderer;
import org.openqa.grid.selenium.utils.WebProxyHtmlRenderer;
import org.openqa.selenium.chrome.ChromeOptions;
import org.openqa.selenium.firefox.FirefoxDriver;
import org.openqa.selenium.remote.BrowserType;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// specific language governing permissions and limitations
// under the License.

package org.openqa.grid.selenium.utils;
package org.openqa.grid.selenium.proxy;

import org.openqa.grid.internal.RemoteProxy;
import org.openqa.grid.internal.TestSession;
Expand Down

0 comments on commit 392c8bb

Please sign in to comment.