| custom=true |
| # Edit this if/when the release number changes |
| release.version=2.5.2 |
| # 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 when you would like to override the java optimization flag |
| javac.optimize=off |
| # Edit this property when you would like to override the java deprecation warning flag |
| javac.deprecation=off |
| # Do not edit the variables below |
| # The may, however, be overridden in parent scripts |
| src.dir=src |
| classes.dir=classes |
| resource.dir=resource |
| |
| # Dependency jar definitions |
| mongo.jar=org.eclipse.orbit.mongodb_2.7.3.v20120213-1927.jar |
| |
| activation.jar=javax.activation_1.1.0.v201108011116.jar |
| ejb.jar=javax.ejb_3.0.0.v200906010428.jar |
| jms.jar=javax.jms_1.1.0.v200906010428.jar |
| mail.jar=javax.mail_1.4.0.v201005080615.jar |
| persistence20.jar=javax.persistence_2.0.6.v201308211412.jar |
| resource.jar=javax.resource_1.5.0.v200906010428.jar |
| stax_api.jar=javax.xml.stream_1.0.1.v201004272200.jar |
| transaction.jar=javax.transaction_1.1.0.v201002051055.jar |
| unsigned.persistence10.jar=javax.persistence_unsigned_for_testing_1.0.0.jar |
| |
| eclipselink.jar=eclipselink.jar |
| coretest.framework.jar=eclipselink-coretest-framework.jar |
| coretest.jar=eclipselink-core-tests.jar |
| jpatest.framework.jar=eclipselink-jpatest-framework.jar |
| nosql.test.jar=eclipselink-nosql-tests.jar |
| nosql.jpa.test.jar=eclipselink-nosql-jpa-tests.jar |
| mongo.model.jar=eclipselink-mongo-model.jar |
| |
| test.properties=test.properties |
| |