| custom=true |
| # Edit this if/when the release number changes |
| release.version=3.0.0 |
| |
| # 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 |
| |
| #JaCoCo |
| jacocoagent.jar=jacocoagent.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.8 |
| |
| # 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 |
| src.dir=src |
| classes.dir=classes |
| classes21.dir=classes21 |
| build.dir=build |
| resource.dir=resource |
| plugins.dir=plugins |
| extensions.depend.dir=../../../extension.lib.external |
| tmp.dir=tmp |
| report.dir=reports |
| |
| # General 3rd-Party API jar definitions |
| ----------------------------------------- |
| mail.jar=javax.mail_1.4.0.v201005080615.jar |
| resource.jar=javax.resource_1.6.0.v201204270900.jar |
| ejb.jar=javax.ejb_3.1.0.v201205171433.jar |
| jms.jar=javax.jms_1.1.0.v200906010428.jar |
| transaction.jar=javax.transaction_1.1.0.v201002051055.jar |
| restfulws.jar=javax.ws.rs_2.0.1.v201504171603.jar |
| jaxb-api.jar=javax.xml.bind_2.2.12.v201410011542.jar |
| commonj.sdo.jar=commonj.sdo_2.1.1.v201112051852.jar |
| persistence22.jar=javax.persistence_2.2.0.v201708071007.jar |
| persistence21.jar=javax.persistence_2.1.1.v201509150925.jar |
| persistence20.jar=javax.persistence_2.0.6.v201308211412.jar |
| persistence10.jar=javax.persistence_unsigned_for_testing_1.0.0.jar |
| json.jar=org.glassfish.javax.json_1.0.4.v201311181159.jar |
| #unsigned.persistence10.jar=javax.persistence_unsigned_for_testing_1.0.0.jar |
| |
| # Product jar Definitions |
| ---------------------------- |
| eclipselink.modelgen.prefix=org.eclipse.persistence.jpa.modelgen |
| eclipselink.modelgen.processor.prefix=eclipselink-jpa-modelgen |
| #antlr=org.eclipse.persistence.antlr |
| |
| # Build Artifact Definitions |
| ------------------------------- |
| coretest.framework.jar=eclipselink-coretest-framework.jar |
| coretest.jar=eclipselink-core-tests.jar |
| jpatest.framework.jar=eclipselink-jpatest-framework.jar |
| jpa.test.jar=eclipselink-jpa-tests.jar |