Dev doc: Move Eclipse project configuration to dev-eclipse

Change-Id: I4288e32545f5cbf97bfd46e28cc59fd202775bb4
This commit is contained in:
David Pursehouse
2015-08-28 09:38:50 +09:00
parent 4119be27ba
commit 2b16f6a478
2 changed files with 16 additions and 11 deletions

View File

@@ -67,17 +67,7 @@ Create the Eclipse project:
tools/eclipse/project.py
----
In Eclipse, choose 'Import existing project' and select the `gerrit` project
from the current working directory.
Expand the `gerrit` project, right-click on the `buck-out` folder, select
'Properties', and then under 'Attributes' check 'Derived'.
Note that if you make any changes in the project configuration
that get saved to the `.project` file, for example adding Resource
Filters on a folder, they will be overwritten the next time you run
`tools/eclipse/project.py`.
and then follow the link:dev-eclipse.html#setup[setup instructions].
=== Refreshing the Classpath

View File

@@ -7,6 +7,21 @@ Java 6 or later SDK is also required to run GWT's compiler and
runtime debugging environment.
[[setup]]
== Project Setup
In Eclipse, choose 'Import existing project' and select the `gerrit` project
from the current working directory.
Expand the `gerrit` project, right-click on the `buck-out` folder, select
'Properties', and then under 'Attributes' check 'Derived'.
Note that if you make any changes in the project configuration
that get saved to the `.project` file, for example adding Resource
Filters on a folder, they will be overwritten the next time you run
`tools/eclipse/project.py`.
[[Formatting]]
== Code Formatter Settings