| <?xml version="1.0"?> |
| <recipe> |
| <instantiate from="build.gradle.ftl" to="${projectOut}/build.gradle" /> |
| <merge from="settings.gradle.ftl" to="${topOut}/settings.gradle" /> |
| |
| <instantiate from="src/main/MyServlet.java.ftl" to="${srcOut}/MyServlet.java" /> |
| |
| <instantiate from="src/webapp/appengine-web.xml.ftl" to="${webOut}/WEB-INF/appengine-web.xml" /> |
| <instantiate from="src/webapp/index.html.ftl" to="${webOut}/index.html" /> |
| <instantiate from="src/webapp/web.xml.ftl" to="${webOut}/WEB-INF/web.xml" /> |
| <instantiate from="src/webapp/logging.properties.ftl" to="${webOut}/WEB-INF/logging.properties" /> |
| |
| <mkdir at="${webOut}/js" /> |
| <mkdir at="${webOut}/css" /> |
| </recipe> |