Files
spring-data-rest/settings.gradle
Oliver Gierke d2c2ec8262 DATAREST-93 - More cleanups.
Merged core and repository modules into core. Renamed some packages for consistency in naming and in preparation to break up some package cycles. Removed @BaseUri and the according resolver. Refactored controllers a bit to have more reusable chunks of code.
2013-07-24 12:59:23 +02:00

6 lines
173 B
Groovy

rootProject.name = "spring-data-rest"
include "spring-data-rest-core",
"spring-data-rest-webmvc",
"spring-data-rest-example",
"spring-data-rest-tck"