- cleanup
-->
-<project xmlns:ejbjarproject1="http://www.netbeans.org/ns/j2ee-ejbjarproject/1" xmlns:ejbjarproject2="http://www.netbeans.org/ns/j2ee-ejbjarproject/2" xmlns:ejbjarproject3="http://www.netbeans.org/ns/j2ee-ejbjarproject/3" basedir=".." default="default" name="addressbook-ejb-impl">
+<project xmlns:ejbjarproject1="http://www.netbeans.org/ns/j2ee-ejbjarproject/1" xmlns:ejbjarproject2="http://www.netbeans.org/ns/j2ee-ejbjarproject/2" xmlns:ejbjarproject3="http://www.netbeans.org/ns/j2ee-ejbjarproject/3" basedir=".." default="default" name="jfinancials-ejb-impl">
<import file="ant-deploy.xml"/>
<fail message="Please build using Ant 1.7.1 or higher.">
<condition>
</fileset>
</union>
<taskdef classname="org.testng.TestNGAntTask" classpath="${run.test.classpath}" name="testng"/>
- <testng classfilesetref="test.set" failureProperty="tests.failed" listeners="org.testng.reporters.VerboseReporter" methods="${testng.methods.arg}" mode="${testng.mode}" outputdir="${build.test.results.dir}" suitename="addressbook-ejb" testname="TestNG tests" workingDir="${basedir}">
+ <testng classfilesetref="test.set" failureProperty="tests.failed" listeners="org.testng.reporters.VerboseReporter" methods="${testng.methods.arg}" mode="${testng.mode}" outputdir="${build.test.results.dir}" suitename="jfinancials-ejb" testname="TestNG tests" workingDir="${basedir}">
<xmlfileset dir="${build.test.classes.dir}" includes="@{testincludes}"/>
<propertyset>
<propertyref prefix="test-sys-prop."/>
<condition else="-testclass @{testClass}" property="test.class.or.method" value="-methods @{testClass}.@{testMethod}">
<isset property="test.method"/>
</condition>
- <condition else="-suitename addressbook-ejb -testname @{testClass} ${test.class.or.method}" property="testng.cmd.args" value="@{testClass}">
+ <condition else="-suitename jfinancials-ejb -testname @{testClass} ${test.class.or.method}" property="testng.cmd.args" value="@{testClass}">
<matches pattern=".*\.xml" string="@{testClass}"/>
</condition>
<delete dir="${build.test.results.dir}" quiet="true"/>
COMPILATION SECTION
-->
<target depends="init" if="no.dist.ear.dir" name="-deps-module-jar" unless="no.deps">
- <ant antfile="${project.addressbook-lib}/build.xml" inheritall="false" target="jar">
+ <ant antfile="${project.jfinancials-lib}/build.xml" inheritall="false" target="jar">
<property name="deploy.on.save" value="false"/>
</ant>
- <ant antfile="${project.addressbook-mailer}/build.xml" inheritall="false" target="jar">
+ <ant antfile="${project.jfinancials-mailer}/build.xml" inheritall="false" target="jar">
<property name="deploy.on.save" value="false"/>
</ant>
<ant antfile="${project.juser-core}/build.xml" inheritall="false" target="jar">
</ant>
</target>
<target depends="init" if="dist.ear.dir" name="-deps-ear-jar" unless="no.deps">
- <ant antfile="${project.addressbook-lib}/build.xml" inheritall="false" target="jar">
+ <ant antfile="${project.jfinancials-lib}/build.xml" inheritall="false" target="jar">
<property name="deploy.on.save" value="false"/>
</ant>
- <ant antfile="${project.addressbook-mailer}/build.xml" inheritall="false" target="jar">
+ <ant antfile="${project.jfinancials-mailer}/build.xml" inheritall="false" target="jar">
<property name="deploy.on.save" value="false"/>
</ant>
<ant antfile="${project.juser-core}/build.xml" inheritall="false" target="jar">
<copyfiles files="${file.reference.jphone-lib.jar}" todir="${build.classes.dir}"/>
<copyfiles files="${file.reference.jcontacts-core.jar}" todir="${build.classes.dir}"/>
<copyfiles files="${file.reference.jcontacts-lib.jar}" todir="${build.classes.dir}"/>
- <copyfiles files="${file.reference.jcontacts-business-core.jar}" todir="${build.classes.dir}"/>
<copyfiles files="${file.reference.juser-core.jar}" todir="${build.classes.dir}"/>
<copyfiles files="${file.reference.juser-lib.jar}" todir="${build.classes.dir}"/>
- <copyfiles files="${file.reference.jaddressbook-core.jar}" todir="${build.classes.dir}"/>
- <copyfiles files="${file.reference.jaddressbook-lib.jar}" todir="${build.classes.dir}"/>
<copyfiles files="${file.reference.jmailer-ee.jar}" todir="${build.classes.dir}"/>
- <copyfiles files="${file.reference.addressbook-core.jar}" todir="${build.classes.dir}"/>
- <copyfiles files="${reference.addressbook-lib.jar}" todir="${build.classes.dir}"/>
- <copyfiles files="${reference.addressbook-mailer.jar}" todir="${build.classes.dir}"/>
+ <copyfiles files="${file.reference.jfinancials-core.jar}" todir="${build.classes.dir}"/>
+ <copyfiles files="${reference.jfinancials-lib.jar}" todir="${build.classes.dir}"/>
+ <copyfiles files="${reference.jfinancials-mailer.jar}" todir="${build.classes.dir}"/>
<copyfiles files="${file.reference.cdi-api.jar}" todir="${build.classes.dir}"/>
</target>
<target if="is.server.weblogic" name="-library-inclusion-in-archive-weblogic">
<basename file="${file.reference.jphone-lib.jar}" property="manifest.file.reference.jphone-lib.jar"/>
<basename file="${file.reference.jcontacts-core.jar}" property="manifest.file.reference.jcontacts-core.jar"/>
<basename file="${file.reference.jcontacts-lib.jar}" property="manifest.file.reference.jcontacts-lib.jar"/>
- <basename file="${file.reference.jcontacts-business-core.jar}" property="manifest.file.reference.jcontacts-business-core.jar"/>
<basename file="${file.reference.juser-core.jar}" property="manifest.file.reference.juser-core.jar"/>
<basename file="${file.reference.juser-lib.jar}" property="manifest.file.reference.juser-lib.jar"/>
- <basename file="${file.reference.jaddressbook-core.jar}" property="manifest.file.reference.jaddressbook-core.jar"/>
- <basename file="${file.reference.jaddressbook-lib.jar}" property="manifest.file.reference.jaddressbook-lib.jar"/>
<basename file="${file.reference.jmailer-ee.jar}" property="manifest.file.reference.jmailer-ee.jar"/>
- <basename file="${file.reference.addressbook-core.jar}" property="manifest.file.reference.addressbook-core.jar"/>
- <basename file="${reference.addressbook-lib.jar}" property="manifest.reference.addressbook-lib.jar"/>
- <basename file="${reference.addressbook-mailer.jar}" property="manifest.reference.addressbook-mailer.jar"/>
+ <basename file="${file.reference.jfinancials-core.jar}" property="manifest.file.reference.jfinancials-core.jar"/>
+ <basename file="${reference.jfinancials-lib.jar}" property="manifest.reference.jfinancials-lib.jar"/>
+ <basename file="${reference.jfinancials-mailer.jar}" property="manifest.reference.jfinancials-mailer.jar"/>
<basename file="${file.reference.cdi-api.jar}" property="manifest.file.reference.cdi-api.jar"/>
<manifest file="${build.ear.classes.dir}/META-INF/MANIFEST.MF" mode="update">
<attribute name="Extension-List" value="jar-1 jar-2 jar-3 jar-4 jar-5 jar-6 jar-7 jar-8 jar-9 jar-10 jar-11 jar-12 jar-13 jar-14 jar-15 jar-16 jar-17 jar-18 "/>
<attribute name="jar-6-Extension-Name" value="${manifest.file.reference.jphone-lib.jar}"/>
<attribute name="jar-7-Extension-Name" value="${manifest.file.reference.jcontacts-core.jar}"/>
<attribute name="jar-8-Extension-Name" value="${manifest.file.reference.jcontacts-lib.jar}"/>
- <attribute name="jar-9-Extension-Name" value="${manifest.file.reference.jcontacts-business-core.jar}"/>
<attribute name="jar-10-Extension-Name" value="${manifest.file.reference.juser-core.jar}"/>
<attribute name="jar-11-Extension-Name" value="${manifest.file.reference.juser-lib.jar}"/>
- <attribute name="jar-12-Extension-Name" value="${manifest.file.reference.jaddressbook-core.jar}"/>
- <attribute name="jar-13-Extension-Name" value="${manifest.file.reference.jaddressbook-lib.jar}"/>
<attribute name="jar-14-Extension-Name" value="${manifest.file.reference.jmailer-ee.jar}"/>
- <attribute name="jar-15-Extension-Name" value="${manifest.file.reference.addressbook-core.jar}"/>
- <attribute name="jar-16-Extension-Name" value="${manifest.reference.addressbook-lib.jar}"/>
- <attribute name="jar-17-Extension-Name" value="${manifest.reference.addressbook-mailer.jar}"/>
+ <attribute name="jar-15-Extension-Name" value="${manifest.file.reference.jfinancials-core.jar}"/>
+ <attribute name="jar-16-Extension-Name" value="${manifest.reference.jfinancials-lib.jar}"/>
+ <attribute name="jar-17-Extension-Name" value="${manifest.reference.jfinancials-mailer.jar}"/>
<attribute name="jar-18-Extension-Name" value="${manifest.file.reference.cdi-api.jar}"/>
</manifest>
</target>
<copyfiles files="${file.reference.jphone-lib.jar}" todir="${dist.ear.dir}/lib"/>
<copyfiles files="${file.reference.jcontacts-core.jar}" todir="${dist.ear.dir}/lib"/>
<copyfiles files="${file.reference.jcontacts-lib.jar}" todir="${dist.ear.dir}/lib"/>
- <copyfiles files="${file.reference.jcontacts-business-core.jar}" todir="${dist.ear.dir}/lib"/>
<copyfiles files="${file.reference.juser-core.jar}" todir="${dist.ear.dir}/lib"/>
<copyfiles files="${file.reference.juser-lib.jar}" todir="${dist.ear.dir}/lib"/>
- <copyfiles files="${file.reference.jaddressbook-core.jar}" todir="${dist.ear.dir}/lib"/>
- <copyfiles files="${file.reference.jaddressbook-lib.jar}" todir="${dist.ear.dir}/lib"/>
<copyfiles files="${file.reference.jmailer-ee.jar}" todir="${dist.ear.dir}/lib"/>
- <copyfiles files="${file.reference.addressbook-core.jar}" todir="${dist.ear.dir}/lib"/>
- <copyfiles files="${reference.addressbook-lib.jar}" todir="${dist.ear.dir}/lib"/>
- <copyfiles files="${reference.addressbook-mailer.jar}" todir="${dist.ear.dir}/lib"/>
+ <copyfiles files="${file.reference.jfinancials-core.jar}" todir="${dist.ear.dir}/lib"/>
+ <copyfiles files="${reference.jfinancials-lib.jar}" todir="${dist.ear.dir}/lib"/>
+ <copyfiles files="${reference.jfinancials-mailer.jar}" todir="${dist.ear.dir}/lib"/>
<copyfiles files="${file.reference.cdi-api.jar}" todir="${dist.ear.dir}/lib"/>
<manifest file="${build.ear.classes.dir}/META-INF/MANIFEST.MF" mode="update"/>
</target>
CLEANUP SECTION
-->
<target depends="init" name="deps-clean" unless="no.deps">
- <ant antfile="${project.addressbook-lib}/build.xml" inheritall="false" target="clean"/>
- <ant antfile="${project.addressbook-mailer}/build.xml" inheritall="false" target="clean"/>
+ <ant antfile="${project.jfinancials-lib}/build.xml" inheritall="false" target="clean"/>
+ <ant antfile="${project.jfinancials-mailer}/build.xml" inheritall="false" target="clean"/>
<ant antfile="${project.juser-core}/build.xml" inheritall="false" target="clean"/>
</target>
<target depends="init" name="-do-clean">
dist.javadoc.dir=${dist.dir}/javadoc
endorsed.classpath=
excludes=
-file.reference.addressbook-core.jar=lib/addressbook-core.jar
-file.reference.addressbook-mailer.jar=lib/addressbook-mailer.jar
+file.reference.jfinancials-core.jar=lib/jfinancials-core.jar
+file.reference.jfinancials-mailer.jar=lib/jfinancials-mailer.jar
file.reference.cdi-api.jar=lib/cdi-api.jar
-file.reference.jaddressbook-core.jar=lib/jaddressbook-core.jar
-file.reference.jaddressbook-lib.jar=lib/jaddressbook-lib.jar
-file.reference.jcontacts-business-core.jar=lib/jcontacts-business-core.jar
file.reference.jcontacts-core.jar=lib/jcontacts-core.jar
file.reference.jcontacts-lib.jar=lib/jcontacts-lib.jar
file.reference.jcore-logger-lib.jar=lib/jcore-logger-lib.jar
j2ee.platform.wsit.classpath=
j2ee.server.type=gfv3ee6
jar.compress=false
-jar.name=addressbook-ejb.jar
+jar.name=jfinancials-ejb.jar
jars.in.ejbjar=false
javac.classpath=\
${file.reference.jcoreee.jar}:\
${file.reference.jphone-lib.jar}:\
${file.reference.jcontacts-core.jar}:\
${file.reference.jcontacts-lib.jar}:\
- ${file.reference.jcontacts-business-core.jar}:\
${file.reference.juser-core.jar}:\
${file.reference.juser-lib.jar}:\
- ${file.reference.jaddressbook-core.jar}:\
- ${file.reference.jaddressbook-lib.jar}:\
${file.reference.jmailer-ee.jar}:\
- ${file.reference.addressbook-core.jar}:\
- ${reference.addressbook-lib.jar}:\
- ${reference.addressbook-mailer.jar}:\
+ ${file.reference.jfinancials-core.jar}:\
+ ${reference.jfinancials-lib.jar}:\
+ ${reference.jfinancials-mailer.jar}:\
${file.reference.cdi-api.jar}
javac.compilerargs=-Xlint:unchecked -Xlint:deprecation
javac.debug=true
javadoc.splitindex=true
javadoc.use=true
javadoc.version=true
-javadoc.windowtitle=Addressbook EJBs
+javadoc.windowtitle=jfinancials EJBs
meta.inf=${source.root}/conf
meta.inf.excludes=sun-cmp-mappings.xml
platform.active=default_platform
project.juser-core=../juser-core
project.license=agpl30
-project.addressbook-lib=../addressbook-lib
-project.addressbook-mailer=../../NetBeansProjects/addressbook-mailer
-project.serviceLocator.class=org.mxchange.addressbook.mailer.model.delivery.AddressbookMailer
-reference.addressbook-lib.jar=${project.addressbook-lib}/dist/addressbook-lib.jar
-reference.addressbook-mailer.jar=${project.addressbook-mailer}/dist/addressbook-mailer.jar
+project.jfinancials-lib=../jfinancials-lib
+project.jfinancials-mailer=../../NetBeansProjects/jfinancials-mailer
+project.serviceLocator.class=org.mxchange.jfinancials.mailer.model.delivery.jfinancialsMailer
+reference.jfinancials-lib.jar=${project.jfinancials-lib}/dist/jfinancials-lib.jar
+reference.jfinancials-mailer.jar=${project.jfinancials-mailer}/dist/jfinancials-mailer.jar
resource.dir=setup
run.test.classpath=\
${javac.test.classpath}:\
# (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value):
runmain.jvmargs=
source.encoding=UTF-8
-source.reference.addressbook-core.jar=../addressbook-core/src/
-source.reference.addressbook-mailer.jar=../addressbook-mailer/src/
-source.reference.jaddressbook-core.jar=../jaddressbook-core/src/
-source.reference.jaddressbook-lib.jar=../jaddressbook-lib/src/
-source.reference.jcontacts-business-core.jar=../jcontacts-business-core/src/
+source.reference.jfinancials-core.jar=../jfinancials-core/src/
+source.reference.jfinancials-mailer.jar=../jfinancials-mailer/src/
source.reference.jcontacts-core.jar=../jcontacts-core/src/
source.reference.jcontacts-lib.jar=../jcontacts-lib/src/
source.reference.jcore-logger-lib.jar=../jcore-logger-lib/src/
<type>org.netbeans.modules.j2ee.ejbjarproject</type>
<configuration>
<data xmlns="http://www.netbeans.org/ns/j2ee-ejbjarproject/3">
- <name>addressbook-ejb</name>
+ <name>jfinancials-ejb</name>
<minimum-ant-version>1.6.5</minimum-ant-version>
<included-library dirs="200">file.reference.jcoreee.jar</included-library>
<included-library dirs="200">file.reference.jcore-logger-lib.jar</included-library>
<included-library dirs="200">file.reference.jphone-lib.jar</included-library>
<included-library dirs="200">file.reference.jcontacts-core.jar</included-library>
<included-library dirs="200">file.reference.jcontacts-lib.jar</included-library>
- <included-library dirs="200">file.reference.jcontacts-business-core.jar</included-library>
<included-library dirs="200">file.reference.juser-core.jar</included-library>
<included-library dirs="200">file.reference.juser-lib.jar</included-library>
- <included-library dirs="200">file.reference.jaddressbook-core.jar</included-library>
- <included-library dirs="200">file.reference.jaddressbook-lib.jar</included-library>
<included-library dirs="200">file.reference.jmailer-ee.jar</included-library>
- <included-library dirs="200">file.reference.addressbook-core.jar</included-library>
- <included-library dirs="200">reference.addressbook-lib.jar</included-library>
- <included-library dirs="200">reference.addressbook-mailer.jar</included-library>
+ <included-library dirs="200">file.reference.jfinancials-core.jar</included-library>
+ <included-library dirs="200">reference.jfinancials-lib.jar</included-library>
+ <included-library dirs="200">reference.jfinancials-mailer.jar</included-library>
<included-library dirs="200">file.reference.cdi-api.jar</included-library>
<source-roots>
<root id="src.dir"/>
</libraries>
<references xmlns="http://www.netbeans.org/ns/ant-project-references/1">
<reference>
- <foreign-project>addressbook-lib</foreign-project>
+ <foreign-project>jfinancials-lib</foreign-project>
<artifact-type>jar</artifact-type>
<script>build.xml</script>
<target>jar</target>
<id>jar</id>
</reference>
<reference>
- <foreign-project>addressbook-mailer</foreign-project>
+ <foreign-project>jfinancials-mailer</foreign-project>
<artifact-type>jar</artifact-type>
<script>build.xml</script>
<target>jar</target>