Sha256: 0731a75c40563409b404b7c06813419e84ffd5e06ce3f3b9d23b5c1529ffb2dd

Contents?: true

Size: 455 Bytes

Versions: 5

Compression:

Stored size: 455 Bytes

Contents

project.name=<%= @project_name %>

output.dir=target
test.build.dir=target/test-classes

webapp.dir=<%= Configuration::WEB_APP %>
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 %>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
vraptor-scaffold-1.0.0 lib/generators/app_generator/templates/build.properties.erb
vraptor-scaffold-0.0.4 lib/generators/app_generator/templates/build.properties.erb
vraptor-scaffold-0.0.3 lib/generators/app_generator/templates/build.properties.erb
vraptor-scaffold-0.0.2 lib/generators/app_generator/templates/build.properties.erb
vraptor-scaffold-0.0.1 lib/generators/app_generator/templates/build.properties.erb