custom=true | |
# Edit this if/when the release number changes | |
release.version=2.5.3 | |
# Set javac.debug to "true" to enable debug attributes like lines, variables and source-filename | |
# Set javac.optimize to "on" to enable cpmpiler optimizations | |
# Set javac.deprecation to "on" to enable deprecation messages during compile | |
# Set javac.version when you would like to override the java version during testing | |
javac.debug=true | |
javac.debuglevel=lines,vars,source | |
javac.optimize=off | |
javac.deprecation=off | |
javac.version=1.6 | |
# Do not edit the variables below | |
# They may, however, be overridden in parent scripts | |
classes.dir=classes | |
resource.dir=resource | |
src.dir=src | |
moxy.plugins=../plugins | |
asm=org.eclipse.persistence.asm | |
dynamic.jar.prefix=eclipselink-moxy-dynamicxjc | |
# for dependencies found it trunk/plugins (global plugins) dir | |
persistence20.jar=javax.persistence_2.0.6.v201308211412.jar | |
persistence10.jar=javax.persistence_1.0.0.v200905011740.jar | |
unsigned.persistence10.jar=javax.persistence_unsigned_for_testing_1.0.0.jar | |
jaxb-api.jar=javax.xml.bind_2.2.0.v201105210648.jar | |
jaxb-api.src.jar=javax.xml.bind.source_2.2.0.v201005080402.jar | |
jaxb-xjc.jar=com.sun.tools.xjc_2.2.0.jar | |
jaxb-impl.jar=com.sun.xml.bind_2.2.0.v201004141950.jar | |
stax_api.jar=javax.xml.stream_1.0.1.v201004272200.jar | |
activation.jar=javax.activation_1.1.0.v201108011116.jar | |
mail.jar=javax.mail_1.4.0.v201005080615.jar | |
commonj.sdo.jar=commonj.sdo_2.1.1.v201112051852.jar | |
commonj.sdo.src.zip=commonj.sdo.source_2.1.1.v201112051852.jar | |
wsdl.jar=javax.wsdl_1.6.2.v201012040545.jar | |
resource.jar=javax.resource_1.5.0.v200906010428.jar | |
ejb3.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 | |
dynamic.global.depend=${activation.jar},${resource.jar},${ejb3.jar},${jms.jar},${stax_api.jar},${transaction.jar},${mail.jar},${persistence10.jar} | |
bin.includes = .,\ | |
META-INF/ | |
source.. = src/ |