blob: 8bf469dad8743f8dcc9178f3e5cb13c9040ea464 [file] [log] [blame]
custom=true
# Edit this if/when the release number changes
release.version=2.6.0
# Link to dependencies not in Git, assumes default location, if you store elsewhere you need to edit these.
junit.lib=${extensions.depend.dir}/junit-4.11.jar
hamcrest.lib=${extensions.depend.dir}/hamcrest-core-1.3.jar
persistence.lib=${extensions.depend.dir}/javax.persistence_2.1.0.v201304241213.jar
eclipselink.lib=${extensions.depend.dir}/eclipselink.jar
# Edit this property to "true" to enable debug attributes like lines, variables and source-filename.
javac.debug=true
javac.debuglevel=lines,vars,source
# Edit this property when you would like to override the java version during testing
javac.version=1.6
# Edit this property to increase the maxMemory heap memory used by the tests if you get an
# OutOfMemoryException - use JConsole.exe to triage the memory spike at the end of the test
# The current default is 768m (the LC "m" is required")
max.heap.memory=768m
# Do not edit the properties below.
# General Infrastructure Definitions
--------------------------------------
test.properties=./test.properties
classes.dir=target/classes
report.dir=reports
resource.dir=resource
resource.source.dir=resource/source
run.dir=run
src.dir=src
# Build Artifact Definitions
-------------------------------
# Mapping Tests Definitions
----------------------------
test.class=org.eclipse.persistence.tools.mapping.tests.AllMappingTests
# General 3rd-Party API jar definitions
-----------------------------------------