aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/protobuf/intellij_ide_info.proto
diff options
context:
space:
mode:
authorGravatar Googler <noreply@google.com>2017-03-09 18:22:36 +0000
committerGravatar Vladimir Moskva <vladmos@google.com>2017-03-10 10:27:14 +0000
commit4050dca289a72dce7d09509da56b34e688a02a73 (patch)
treee6df9b70f179ac52af3d0f56218830cc44065b1e /src/main/protobuf/intellij_ide_info.proto
parent0bc863d167fe68e74984000b9556963a20c4bc90 (diff)
Read intellij plugin debug target deploy info from the build step instead of via the target map.
-- PiperOrigin-RevId: 149666196 MOS_MIGRATED_REVID=149666196
Diffstat (limited to 'src/main/protobuf/intellij_ide_info.proto')
-rw-r--r--src/main/protobuf/intellij_ide_info.proto11
1 files changed, 1 insertions, 10 deletions
diff --git a/src/main/protobuf/intellij_ide_info.proto b/src/main/protobuf/intellij_ide_info.proto
index 730b0bf2d9..761e199e89 100644
--- a/src/main/protobuf/intellij_ide_info.proto
+++ b/src/main/protobuf/intellij_ide_info.proto
@@ -118,15 +118,6 @@ message JavaToolchainIdeInfo {
string target_version = 2;
}
-message IntellijPluginDeployFile {
- ArtifactLocation src = 1;
- string deploy_location = 2;
-}
-
-message IntellijPluginDeployInfo {
- repeated IntellijPluginDeployFile deploy_files = 1;
-}
-
message TargetKey {
string label = 1;
repeated string aspect_ids = 3;
@@ -171,5 +162,5 @@ message TargetIdeInfo {
repeated Dependency deps = 20;
- IntellijPluginDeployInfo intellij_plugin_deploy_info = 21;
+ // Next available: 22
}