Skip to content

Commit 101ab33

Browse files
committed
[Fix #90] Add MAT code-formatter to dev-doc
- added the code formatter xml - fix the contributor reference Signed-off-by: Krum Tsvetkov <[email protected]>
1 parent fb95ac7 commit 101ab33

File tree

2 files changed

+269
-2
lines changed

2 files changed

+269
-2
lines changed

dev-doc/Contributor_Reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ If you do not have the IBM DTFJ feature installed then there will be compilation
3434

3535
The MAT code is formatted with a specific code formatter. Use it if you would like to contribute you changes to MAT.
3636

37-
''Preferences -&gt; Java -&gt; Code Style -&gt; Formatter -&gt; Import...'' and import this [template](http://www.eclipse.org/mat/dev/mat_code_formatter.xml).
37+
''Preferences -&gt; Java -&gt; Code Style -&gt; Formatter -&gt; Import...'' and import this [template](code_formatter/mat_code_formatter.xml).
3838

3939
### Configure API Tooling Baseline
4040

4141
In order to guarantee that no API breaking changes are introduced we recommend using the PDE API Tooling and defining the latest released version of MAT as an API Baseline. Here is a short description how this could be done:
4242

4343
* Download the latest released version in order to use it as an API Baseline
44-
* Go to the [MAT download page](http://eclipse.dev/mat/downloads.php)
44+
* Go to the [MAT download page](https://eclipse.dev/mat/download/)
4545
* Download the &quot;Archived Update Site&quot; zip file for the latest release
4646
* Unzip the file somewhere locally
4747
* Configure the API Baseline in the IDE

0 commit comments

Comments
 (0)