| # Edit these properties to point to your local jars. | |
| junit.lib=../../../extension.lib.external/junit.jar | |
| tools.lib=${env.JAVA_HOME}/lib/tools.jar | |
| eclipselink.jar.name=../../eclipselink.jar | |
| # Edit this property to "true" to enable debug attributes like lines, variables and source-filename | |
| javac.debug=true | |
| # Edit this property when you would like to override the java version during testing | |
| javac.version=1.5 | |
| # Do not edit the properties below. | |
| eclipselink.plugins=../../plugins | |
| eclipselink.core.depend.without.connector.jar=javax.activation_1.1.0.jar,javax.ejb_3.0.0.jar,javax.jms_1.1.0.jar,javax.xml.stream_1.0.0.jar,javax.transaction_1.1.0.jar,javax.mail_1.4.0.jar,javax.persistence_1.0.0.jar | |
| eclipselink.core.depend=${eclipselink.core.depend.without.connector.jar},javax.resource_1.5.0.jar | |
| eclipselink.core.test=. | |
| eclipselink.core=../org.eclipse.persistence.core | |
| eclipselink.extension.oracle=../org.eclipse.persistence.oracle | |
| eclipselink.tests.jar=eclipselink-tests.jar | |
| classes.dir=classes | |
| src.dir=src | |
| resource.dir=resource | |
| test.properties=test.properties | |
| run.dir=run | |
| asm=org.eclipse.persistence.asm | |
| antlr=org.eclipse.persistence.antlr | |
| # These are used for running using the prompt runner. | |
| core.test.properties=automated.test.properties | |
| core.test.regression.log=core.test.regression.log | |