Skip to content

Commit

Permalink
JimEvans: Moving .NET code under /dotnet directory.
Browse files Browse the repository at this point in the history
r10965
  • Loading branch information
jimevans committed Jan 14, 2011
1 parent 5af74b3 commit ca138a0
Show file tree
Hide file tree
Showing 379 changed files with 2,442 additions and 2,619 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ task :test_py => [
]

task :test_dotnet => [
"//firefox"
"//dotnet:firefox-test"
]

task :test => [ :test_java, :test_rb ]
Expand All @@ -193,7 +193,7 @@ task :clean do
Android::Clean.new()
end

task :dotnet => [ "//jobbie:dotnet", "//remote/client:dotnet", "//firefox:dotnet", "//chrome:dotnet", "//selenium:dotnet", "//support:dotnet" ]
task :dotnet => [ "//dotnet:ie", "//dotnet:firefox", "//dotnet:chrome", "//dotnet:support", "//dotnet:core", "//dotnet:webdriverbackedselenium" ]

# Generate a C++ Header file for mapping between magic numbers and #defines
# in the C++ code.
Expand Down
566 changes: 294 additions & 272 deletions WebDriver.sln

Large diffs are not rendered by default.

40 changes: 0 additions & 40 deletions chrome/build.desc
Original file line number Diff line number Diff line change
Expand Up @@ -18,43 +18,3 @@ visualc_library(name = "chrome_dll",
out = "Win32/Release/npchromedriver.dll"
)

dotnet_library(name = "dotnet",
srcs = "src/csharp/**/*.cs",
refs = [
"System.dll",
"System.Data.dll",
"System.Drawing.dll",
"System.Xml.dll",
"//common:dotnet",
"//remote/common:dotnet",
"//remote/client:dotnet",
"third_party/csharp/dotnetzip-1.9/Ionic.Zip.Reduced.dll"
],
resources = [
{":chrome_extension" : "WebDriver.ChromeExt.zip"}
],
out = "build/dotnet/WebDriver.Chrome.dll",
doc = "build/dotnet/WebDriver.Chrome.xml"
)

dotnet_test(name = "dotnet-test",
srcs = "test/csharp/**/*.cs",
refs = [
"System.dll",
"System.Core.dll",
"System.Data.dll",
"System.Drawing.dll",
"System.Xml.dll",
"//common:dotnet",
"//remote/client:dotnet",
":dotnet",
"//common:dotnet-test",
"third_party/csharp/nunit-2.5.9/framework/nunit.framework.dll"
],
out = "build/dotnet/webdriver-chrome-test.dll",
files = [
"test/csharp/webdriver-chrome-test/webdriver-chrome-test.config",
"test/csharp/webdriver-chrome-test/webdriver-chrome-test.nunit"
],
project = "webdriver-chrome-test.nunit"
)
33 changes: 0 additions & 33 deletions common/build.desc
Original file line number Diff line number Diff line change
Expand Up @@ -30,36 +30,3 @@ rake_file(
rake_file(
name = "remote_runner_html",
src = "src/js/core/RemoteRunner.html")

dotnet_library(name = "dotnet",
srcs = "src/csharp/**/*.cs",
refs = [
"System.dll",
"System.Data.dll",
"System.Drawing.dll",
"System.Xml.dll"
],
out = "build/dotnet/WebDriver.Common.dll",
doc = "build/dotnet/WebDriver.Common.xml"
)

dotnet_library(name = "dotnet-test",
deps = [
"//common:test"
],
srcs = "test/csharp/**/*.cs",
refs = [
"System.dll",
"System.Configuration.dll",
"System.Core.dll",
"System.Data.dll",
"System.Drawing.dll",
"System.Xml.dll",
":dotnet",
"third_party/csharp/nunit-2.5.9/lib/nunit.core.dll",
"third_party/csharp/nunit-2.5.9/lib/nunit.core.interfaces.dll",
"third_party/csharp/nunit-2.5.9/framework/nunit.framework.dll",
"third_party/csharp/nunit-2.5.9/framework/nunit.mocks.dll"
],
out = "build/dotnet/webdriver-common-test.dll"
)
107 changes: 0 additions & 107 deletions common/src/csharp/webdriver-common/webdriver-common.csproj

This file was deleted.

119 changes: 0 additions & 119 deletions common/test/csharp/webdriver-common-test/Environment/TestWebServer.cs

This file was deleted.

Loading

0 comments on commit ca138a0

Please sign in to comment.