Add eclipse plugin and update .gitignore

This commit is contained in:
Rossen Stoyanchev
2012-06-21 10:53:00 -04:00
parent 079661d19e
commit 83aad31010
2 changed files with 6 additions and 2 deletions

5
.gitignore vendored
View File

@@ -1,4 +1,7 @@
.DS_Store
.gradle/
build/
*.i*
*.i*
.classpath
.project
.settings

View File

@@ -2,6 +2,7 @@ apply plugin: "base"
allprojects {
apply plugin: "idea"
apply plugin: "eclipse"
apply plugin: "maven"
group = "org.springframework.data"
@@ -100,4 +101,4 @@ idea {
}
}
}
}
}