Make setup-intellij.sh work again.

--
MOS_MIGRATED_REVID=103736505
diff --git a/scripts/get_all_bazel_paths.sh b/scripts/get_all_bazel_paths.sh
index 367eb48..f338d0c 100755
--- a/scripts/get_all_bazel_paths.sh
+++ b/scripts/get_all_bazel_paths.sh
@@ -37,7 +37,7 @@
 # //third_party/ijar/test/... is disabled due to #273.
 # xcode and android tools do not work out of the box.
 ./output/bazel build -- //src/{main,java_tools,test/{java,cpp}}/... //third_party/... \
-  -//third_party/ijar/test/... -//third_party/java_src/j2objc/... >&2 \
+  -//third_party/ijar/test/... -//third_party/java/j2objc/... >&2 \
   || exit $?
 
 # Source roots.