Merge branch 'master' of github.com:SpringSource/spring-data-rest

This commit is contained in:
Jon Brisbin
2012-06-25 11:31:15 -05:00
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"
@@ -97,4 +98,4 @@ idea {
}
}
}
}
}