All Downloads are FREE. Search and download functionalities are using the official Maven repository.

.jonas-ejb3-base-ant.5.3.0.source-code.build-ejb3.xml Maven / Gradle / Ivy

<?xml version="1.0" encoding="UTF-8"?>
<template>
  <target name="set_ejb" depends="init">
    <jant:ejb3 ejb3JpaProvider="${ejb3.jpa.provider.implementation}" />
  </target>

  <input message="Chosse your EJB3 implementation : [default : ${ejb3.implementation.default}] :"
         validargs="${ejb3.implementation.default}"
         addproperty="ejb3.implementation"
         defaultvalue="${ejb3.implementation.default}"/>

  <input message="Chosse your EJB3 provider : [default : ${ejb3.jpa.provider.default}] :"
         validargs=""
         addproperty="ejb3.jpa.provider.implementation"
         defaultvalue="${ejb3.jpa.provider.default}"/>
</template>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy