You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bundles/com.salesforce.bazel.eclipse.core/src/com/salesforce/bazel/eclipse/core/model/BazelWorkspaceInfo.java
+23-16Lines changed: 23 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -66,6 +66,7 @@ private enum BazelInfoKey {
66
66
BAZEL_TESTLOGS("bazel-testlogs"),
67
67
COMMAND_LOG("command_log"),
68
68
OUTPUT_BASE("output_base"),
69
+
INSTALL_BASE("install_base"),
69
70
OUTPUT_PATH("output_path"),
70
71
STARLARK_SEMANTICS("starlark-semantics");
71
72
@@ -106,6 +107,7 @@ public String key() {
106
107
privateIPathbazelGenfiles;
107
108
privateIPathbazelTestlogs;
108
109
privateIPathcommandLog;
110
+
privateIPathinstallBase;
109
111
privateIPathoutputBase;
110
112
privateIPathoutputPath;
111
113
privateStringstarlarkSemantics;
@@ -268,6 +270,10 @@ public Stream<ExternalWorkspace> getExternalRepositoryMappings() throws CoreExce
Copy file name to clipboardExpand all lines: bundles/com.salesforce.bazel.eclipse.core/src/com/salesforce/bazel/eclipse/core/model/discovery/JavaAspectsClasspathInfo.java
0 commit comments