Rename project_bzl.py to project.py

Since the project.py script was removed along with the buck-based
build, it's not necessary to keep the _bzl suffix on the script for
the bazel build.

Change-Id: I3f97cab5cc0e855a5dc1865bb4cc00c18adea2e9
This commit is contained in:
David Pursehouse
2017-01-24 08:45:16 +09:00
parent da7931b9c4
commit 7e43d1d1ad
2 changed files with 2 additions and 2 deletions

View File

@@ -149,7 +149,7 @@ Please follow the instructions on <<dev-intellij#,IntelliJ Setup>>.
Create the Eclipse project:
----
tools/eclipse/project_bzl.py
tools/eclipse/project.py
----
and then follow the link:dev-eclipse.html#setup[setup instructions].
@@ -158,7 +158,7 @@ and then follow the link:dev-eclipse.html#setup[setup instructions].
If an updated classpath is needed, the Eclipse project can be
refreshed and missing dependency JARs can be downloaded by running
`project_bzl.py` again. For IntelliJ, you need to click the `Sync Project
`project.py` again. For IntelliJ, you need to click the `Sync Project
with BUILD Files` button of link:https://ij.bazel.io[IntelliJ plugin].
[[documentation]]