Skip to content

Commit c69bccd

Browse files
authored
Update CONTRIBUTING.md
1 parent 9796c44 commit c69bccd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
## Contributing
1+
# Contributing
22

33
Please see [the wiki][wiki] for more information regarding development.
44

5-
### Installation
5+
## Building
66

77
The project includes a maven configuration file using the tycho plug-in, which is part of the [maven eclipse plugin](http://www.eclipse.org/m2e/). Running `mvn install` will install *most* dependencies. Note that if you are not using maven, this plugin depends on https://github.com/khatchad/edu.cuny.citytech.refactoring.common, the **Eclipse SDK**, **Eclipse SDK tests**, and the **Eclipse testing framework** (may also be called the **Eclipse Test Framework**). The latter three can be installed from the "Install New Software..." menu option under "Help" in Eclipse.
88

9-
### Generating Entry Points Files
9+
## Generating Entry Points Files
1010

1111
Each time we run the evaluation, a text file is generated in the working directory. Then, before the next time you run the evaluation on the same project, move or copy `entry_points.txt` into project directory or workspace directory of the project. While evaluating the project, if the file exists, the tool will ignore the explicit entry points that are added manually and recognize the explicit entry points through the file only.
1212

13-
### Dependencies
13+
## Dependencies
1414

1515
You should have the following projects in your workspace:
1616

@@ -20,9 +20,9 @@ You should have the following projects in your workspace:
2020

2121
It's also possible just to use `mvn install` if you do not intend on changing any of the dependencies.
2222

23-
### Running the Evaluator
23+
## Running the Evaluator
2424

25-
#### Configuring the Evaluation
25+
### Configuring the Evaluation
2626

2727
A file named `eval.properties` can be placed at the project root. The following keys are available:
2828

0 commit comments

Comments
 (0)