| custom=true | |
| # Edit this if/when the release number changes | |
| release.version=2.4.3 | |
| # 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 these properties to "true" to turn on deprecation warnings or optimization | |
| javac.optimize=false | |
| javac.deprecation=false | |
| # Do not edit the variables below | |
| # They may, however, be overridden in parent scripts | |
| asm=org.eclipse.persistence.asm | |
| antlr=org.eclipse.persistence.antlr | |
| persistence20.jar=javax.persistence_2.0.6.v201308211412.jar | |
| persistence10.jar=javax.persistence_1.0.0.v200905011740.jar | |
| activation.jar=javax.xml.stream_1.0.1.v201004272200.jar | |
| mail.jar=javax.mail_1.4.0.v201005080615.jar | |
| resource.jar=javax.resource_1.5.0.v200906010428.jar | |
| ejb.jar=javax.ejb_3.0.0.v200906010428.jar | |
| jms.jar=javax.jms_1.1.0.v200906010428.jar | |
| transaction.jar=javax.transaction_1.1.0.v201002051055.jar | |
| plugins.dir=plugins | |
| classes.dir=classes | |
| resource.dir=resource | |
| src.dir=src | |
| bin.includes = .,\ | |
| META-INF/,\ | |
| classes/ | |
| source.. = src/ | |
| src.includes = META-INF/,\ | |
| src/ | |
| output.. = bin/ |