blob: bffcb5e31948a8369235fe9273cfe13786964cec [file] [log] [blame]
workspace(name = "intellij_with_bazel")
# Long-lived download links available at: https://www.jetbrains.com/intellij-repository/releases
# The plugin api for IntelliJ 2016.3.1. This is required to build IJwB,
# and run integration tests.
new_http_archive(
name = "intellij_ce_2016_3_1",
build_file = "intellij_platform_sdk/BUILD.idea",
url = "https://www.jetbrains.com/intellij-repository/releases/com/jetbrains/intellij/idea/ideaIC/2016.3.1/ideaIC-2016.3.1.zip",
)
# The plugin api for IntelliJ 2016.2.4. This is required to build IJwB,
# and run integration tests.
new_http_archive(
name = "IC_162_2032_8",
build_file = "intellij_platform_sdk/BUILD.idea",
url = "https://www.jetbrains.com/intellij-repository/releases/com/jetbrains/intellij/idea/ideaIC/2016.2.4/ideaIC-2016.2.4.zip",
)
# The plugin api for CLion 2016.2.2. This is required to build CLwB,
# and run integration tests.
new_http_archive(
name = "CL_162_1967_7",
build_file = "intellij_platform_sdk/BUILD.clion",
url = "https://download.jetbrains.com/cpp/CLion-2016.2.2.tar.gz",
)
# The plugin api for CLion 2016.3.2. This is required to build CLwB,
# and run integration tests.
new_http_archive(
name = "clion_2016_3_2",
build_file = "intellij_platform_sdk/BUILD.clion",
url = "https://download.jetbrains.com/cpp/CLion-2016.3.2.tar.gz",
)
# The plugin api for Android Studio 2.3 Beta 1. This is required to build ASwB,
# and run integration tests.
new_http_archive(
name = "android_studio_2_3_0_3",
build_file = "intellij_platform_sdk/BUILD.android_studio",
url = "https://dl.google.com/dl/android/studio/ide-zips/2.3.0.3/android-studio-ide-162.3573574-linux.zip",
)
# The plugin api for Android Studio 2.3 Beta 2. This is required to build ASwB,
# and run integration tests.
new_http_archive(
name = "android_studio_2_3_0_4",
build_file = "intellij_platform_sdk/BUILD.android_studio",
url = "https://dl.google.com/dl/android/studio/ide-zips/2.3.0.4/android-studio-ide-162.3616766-linux.zip",
)
# The plugin api for Android Studio 2.3 Beta 4. This is required to build ASwB,
# and run integration tests.
new_http_archive(
name = "android_studio_2_3_0_6",
build_file = "intellij_platform_sdk/BUILD.android_studio",
url = "https://dl.google.com/dl/android/studio/ide-zips/2.3.0.6/android-studio-ide-162.3715353-linux.zip",
)
# The plugin api for Android Studio 2.2 stable. This is required to build ASwB,
# and run integration tests.
new_http_archive(
name = "AI_145_1617_8",
build_file = "intellij_platform_sdk/BUILD.android_studio",
url = "https://dl.google.com/dl/android/studio/ide-zips/2.2.0.12/android-studio-ide-145.3276617-linux.zip",
)
# LICENSE: Common Public License 1.0
maven_jar(
name = "junit",
artifact = "junit:junit:4.11",
sha1 = "4e031bb61df09069aeb2bffb4019e7a5034a4ee0",
)
# LICENSE: The Apache Software License, Version 2.0
maven_jar(
name = "jsr305_annotations",
artifact = "com.google.code.findbugs:jsr305:3.0.1",
sha1 = "f7be08ec23c21485b9b5a1cf1654c2ec8c58168d",
)
# LICENSE: The Apache Software License, Version 2.0
maven_jar(
name = "truth",
artifact = "com.google.truth:truth:0.30",
sha1 = "9d591b5a66eda81f0b88cf1c748ab8853d99b18b",
)
# LICENSE: The Apache Software License, Version 2.0
maven_jar(
name = "mockito",
artifact = "org.mockito:mockito-all:1.9.5",
sha1 = "79a8984096fc6591c1e3690e07d41be506356fa5",
)
# LICENSE: The Apache Software License, Version 2.0
maven_jar(
name = "objenesis",
artifact = "org.objenesis:objenesis:1.3",
sha1 = "dc13ae4faca6df981fc7aeb5a522d9db446d5d50",
)
# LICENSE: The Apache Software License, Version 2.0
maven_jar(
name = "jarjar",
artifact = "com.googlecode.jarjar:jarjar:1.3",
sha1 = "b81c2719c63fa8e6f3eca5b11b8e9b5ad79463db",
)