File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
java/client/test/com/thoughtworks/selenium Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -77,11 +77,11 @@ public static void buildJavascriptLibraries() throws IOException {
77
77
78
78
try {
79
79
new Build ().of (
80
- "//java/client/src/org/openqa /selenium/internal/seleniumemulation " ,
80
+ "//java/client/src/com/thoughtworks /selenium/webdriven " ,
81
81
"//third_party/js/sizzle"
82
82
).go ();
83
83
84
- File buildDir = InProject .locate ("java/client/build/production/org/openqa /selenium/internal/seleniumemulation " );
84
+ File buildDir = InProject .locate ("java/client/build/production/com/thoughtworks /selenium/webdriven " );
85
85
buildDir = new File (buildDir , "selenium_atoms" );
86
86
if (!buildDir .exists ()) {
87
87
assertTrue (buildDir .mkdir ());
You can’t perform that action at this time.
0 commit comments