diff --git a/Documentation/dev-buck.txt b/Documentation/dev-buck.txt index de3e6de04b..49a4d85f50 100644 --- a/Documentation/dev-buck.txt +++ b/Documentation/dev-buck.txt @@ -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 diff --git a/Documentation/dev-eclipse.txt b/Documentation/dev-eclipse.txt index 7e1ca10c31..51c0bcd969 100644 --- a/Documentation/dev-eclipse.txt +++ b/Documentation/dev-eclipse.txt @@ -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