diff --git a/.classpath b/.classpath deleted file mode 100644 index f648ca63c5ff..000000000000 --- a/.classpath +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/.project b/.project deleted file mode 100644 index 88756880f282..000000000000 --- a/.project +++ /dev/null @@ -1,18 +0,0 @@ - - - junit - - - - - - org.eclipse.jdt.core.javabuilder - - - - - - org.eclipse.jdt.core.javanature - org.eclipse.team.cvs.core.cvsnature - - diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1943d567915c..1072f9a20812 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,6 +4,18 @@ - You will only Submit Contributions to which You have the necessary rights. This means that if You are employed You have received the necessary permissions from Your employer to make the Contributions. - Whatever content You Contribute will be provided under the Project License(s). +## Building + +### Command line + +You need to have Maven and a JDK (at least version 1.5) installed. + +Run `./mvnw verify` to build the code and run the tests + +### Eclipse + +Maven can generate project files for Eclipse. See [these instructions](https://mkyong.com/maven/how-to-convert-maven-java-project-to-support-eclipse-ide/) for details. + ## Coding Conventions ### Formatting diff --git a/lib/hamcrest-core-1.3-sources.jar b/lib/hamcrest-core-1.3-sources.jar deleted file mode 100644 index c3c110b4dab6..000000000000 Binary files a/lib/hamcrest-core-1.3-sources.jar and /dev/null differ diff --git a/lib/hamcrest-core-1.3.jar b/lib/hamcrest-core-1.3.jar deleted file mode 100644 index 9d5fe16e3dd3..000000000000 Binary files a/lib/hamcrest-core-1.3.jar and /dev/null differ