Skip to content

Commit

Permalink
remove .classpath and .project
Browse files Browse the repository at this point in the history
gradle eclipse updates teh existing classpath and project
and leaves teh classpath is a very inconsistent state.
So removing these files and the users can generate them
when required. Will fix the .gitignore to add these files
so that they dont show up.
  • Loading branch information
arunthirupathi committed Jun 18, 2014
1 parent 71e29a7 commit f0ee03d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 94 deletions.
71 changes: 0 additions & 71 deletions .classpath

This file was deleted.

5 changes: 0 additions & 5 deletions .gitignore
Expand Up @@ -2,9 +2,6 @@ config/*/config/STORES
classes
dist
*~
*.iml
*.ipr
*.iws
*#
.#*
test-output
Expand All @@ -24,5 +21,3 @@ voldsys$_*
.gradle
build
lib
.classpath
.project
18 changes: 0 additions & 18 deletions .project

This file was deleted.

0 comments on commit f0ee03d

Please sign in to comment.