# general properties src.dir=src resource.dir=resources lib.dir=lib build.dir=build/classes build.jar=ibmjaxrs-SNAPSHOT.jar # test properties test.src.dir=tests/unittests test.build.dir=build/test-classes test.reports.dir=build/test-reports # samples properties samples.dir=samples # eclipse site properties eclipsesite.build.dir=build/eclipsesite # distribution properties # the dist.version must be of the form W.X.Y.Z # where each letter is a number if the eclipsesite project builds dist.dir=dist dist.version=SNAPSHOT # prereq properties jaxrs.api.jar=jsr311-api-0.11.jar