From 41bf1d2f21e0e5f5276ebd1eab643983e792f336 Mon Sep 17 00:00:00 2001 From: Slavisa Baeldung Date: Wed, 13 Jul 2016 10:53:52 +0200 Subject: [PATCH] BAEL-145 - removing IDE metadata, adding link to the article --- mutation-testing/.classpath | 36 ------------------------------------ mutation-testing/.project | 23 ----------------------- mutation-testing/README.md | 2 +- 3 files changed, 1 insertion(+), 60 deletions(-) delete mode 100644 mutation-testing/.classpath delete mode 100644 mutation-testing/.project diff --git a/mutation-testing/.classpath b/mutation-testing/.classpath deleted file mode 100644 index d58ab93b70..0000000000 --- a/mutation-testing/.classpath +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/mutation-testing/.project b/mutation-testing/.project deleted file mode 100644 index 314dc18bfe..0000000000 --- a/mutation-testing/.project +++ /dev/null @@ -1,23 +0,0 @@ - - - mutation-testing - - - - - - org.eclipse.jdt.core.javabuilder - - - - - org.eclipse.m2e.core.maven2Builder - - - - - - org.eclipse.jdt.core.javanature - org.eclipse.m2e.core.maven2Nature - - diff --git a/mutation-testing/README.md b/mutation-testing/README.md index 6b08ece642..e1314d98da 100644 --- a/mutation-testing/README.md +++ b/mutation-testing/README.md @@ -3,4 +3,4 @@ ## Mutation Testing ### Relevant Articles: -- [Introduction to Mutation Testing Using the PITest Library](http://www.baeldung.com/????????) +- [Introduction to Mutation Testing Using the PITest Library](http://www.baeldung.com/introduction-to-mutation-testing-with-pitest)