├── README.txt ├── book-flow └── README.txt ├── bookmarks └── README.txt ├── dgg └── README.txt ├── grails.org └── README.txt ├── grailstwitter └── README.txt ├── petclinic-appengine └── README.txt ├── petclinic-mvc └── README.txt ├── petclinic └── README.txt ├── recipes └── README.txt └── standalone-beanbuilder └── README.txt /README.txt: -------------------------------------------------------------------------------- 1 | The Grails sample applications have moved to https://github.com/grails-samples/. 2 | -------------------------------------------------------------------------------- /book-flow/README.txt: -------------------------------------------------------------------------------- 1 | The book-flow source code has moved to https://github.com/grails-samples/book-flow. 2 | -------------------------------------------------------------------------------- /bookmarks/README.txt: -------------------------------------------------------------------------------- 1 | The bookmarks source code has moved to https://github.com/grails-samples/bookmarks. 2 | -------------------------------------------------------------------------------- /dgg/README.txt: -------------------------------------------------------------------------------- 1 | The dgg source code has moved to https://github.com/grails-samples/dgg. 2 | -------------------------------------------------------------------------------- /grails.org/README.txt: -------------------------------------------------------------------------------- 1 | The Grails.org source code has moved to https://github.com/grails-samples/grails-website. 2 | -------------------------------------------------------------------------------- /grailstwitter/README.txt: -------------------------------------------------------------------------------- 1 | The grailstwitter source code has moved to https://github.com/grails-samples/grailstwitter. 2 | -------------------------------------------------------------------------------- /petclinic-appengine/README.txt: -------------------------------------------------------------------------------- 1 | The petclinic source code has moved to https://github.com/grails-samples/petclinic. 2 | -------------------------------------------------------------------------------- /petclinic-mvc/README.txt: -------------------------------------------------------------------------------- 1 | The petclinic source code has moved to https://github.com/grails-samples/petclinic. 2 | -------------------------------------------------------------------------------- /petclinic/README.txt: -------------------------------------------------------------------------------- 1 | The petclinic source code has moved to https://github.com/grails-samples/petclinic. 2 | -------------------------------------------------------------------------------- /recipes/README.txt: -------------------------------------------------------------------------------- 1 | The recipes source code has moved to https://github.com/grails-samples/recipes. 2 | -------------------------------------------------------------------------------- /standalone-beanbuilder/README.txt: -------------------------------------------------------------------------------- 1 | The standalone BeanBuilder source code has moved to https://github.com/grails-samples/standalone-beanbuilder. 2 | --------------------------------------------------------------------------------