blob: 754cd59bd4cb0dfe2cb3c0ad5e74a5f5b73c8284 [file] [log] [blame]
custom=true
# Edit this if/when the release number changes
release.version=2.5.2
# Link to dependencies not in SVN, assumes default location, if you store elsewhere you need to edit these.
junit.lib=../../../extension.lib.external/junit.jar
eclipselink.jar=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=classes
plugins.dir=plugins
report.dir=report
resource.dir=resource
resource.source.dir=resource/source
run.dir=run
src.dir=src
# Build Artifact Definitions
-------------------------------
hermes.test.jar=hermes-test.jar
# Hermes Tests Definitions
----------------------------
test.class=org.eclipse.persistence.jpa.tests.jpql.AllHermesTests
# General 3rd-Party API jar definitions
-----------------------------------------
persistence21.jar=javax.persistence_2.1.0.v201304241213.jar
persistence20.jar=javax.persistence_2.0.6.v201308211412.jar