project.name=<%= @project_name %> output.dir=target test.build.dir=target/test-classes webapp.dir=<%= Configuration::WEB_APP %> js.dir=<%= Configuration::WEB_APP %>/javascripts css.dir=<%= Configuration::WEB_APP %>/stylesheets lib.dir=<%= Configuration::WEB_INF %>/lib build.dir=<%= Configuration::WEB_INF %>/classes src.dir=<%= Configuration::MAIN_SRC %> resources.dir=<%= Configuration::MAIN_RESOURCES %> test.src.dir=<%= Configuration::TEST_SRC %> test.resources.dir=<%= Configuration::TEST_RESOURCES %> ivy.jar.file=<%= AppGenerator::IVY_JAR %>