From 1fa3108a2e8a83f31c9c262a6b3c31f83709c7db Mon Sep 17 00:00:00 2001 From: Onkar Deshpande Date: Fri, 5 Sep 2014 23:48:56 -0700 Subject: [PATCH] Remove .classpath and .project files --- Concurrency/.classpath | 20 -------------------- Concurrency/.gitignore | 2 ++ Concurrency/.project | 23 ----------------------- Sorting/.classpath | 20 -------------------- Sorting/.gitignore | 2 ++ Sorting/.project | 23 ----------------------- 6 files changed, 4 insertions(+), 86 deletions(-) delete mode 100644 Concurrency/.classpath delete mode 100644 Concurrency/.project delete mode 100644 Sorting/.classpath delete mode 100644 Sorting/.project diff --git a/Concurrency/.classpath b/Concurrency/.classpath deleted file mode 100644 index 298eba2..0000000 --- a/Concurrency/.classpath +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - diff --git a/Concurrency/.gitignore b/Concurrency/.gitignore index 1fa817f..520e0b1 100644 --- a/Concurrency/.gitignore +++ b/Concurrency/.gitignore @@ -1,2 +1,4 @@ target/ .settings/ +.classpath +.project diff --git a/Concurrency/.project b/Concurrency/.project deleted file mode 100644 index 407e637..0000000 --- a/Concurrency/.project +++ /dev/null @@ -1,23 +0,0 @@ - - - Concurrency - - - - - - org.eclipse.jdt.core.javabuilder - - - - - org.eclipse.m2e.core.maven2Builder - - - - - - org.eclipse.m2e.core.maven2Nature - org.eclipse.jdt.core.javanature - - diff --git a/Sorting/.classpath b/Sorting/.classpath deleted file mode 100644 index 298eba2..0000000 --- a/Sorting/.classpath +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - diff --git a/Sorting/.gitignore b/Sorting/.gitignore index 9cd502b..748b8ba 100644 --- a/Sorting/.gitignore +++ b/Sorting/.gitignore @@ -1,3 +1,5 @@ target/ bin/ .settings/ +.classpath +.project diff --git a/Sorting/.project b/Sorting/.project deleted file mode 100644 index 48afb46..0000000 --- a/Sorting/.project +++ /dev/null @@ -1,23 +0,0 @@ - - - Sorting - - - - - - org.eclipse.jdt.core.javabuilder - - - - - org.eclipse.m2e.core.maven2Builder - - - - - - org.eclipse.m2e.core.maven2Nature - org.eclipse.jdt.core.javanature - -