COMPILATION SECTION
-->
<target depends="init" if="no.dist.ear.dir" name="-deps-module-jar" unless="no.deps">
+ <ant antfile="${project.jfinancials-core}/build.xml" inheritall="false" target="jar">
+ <property name="deploy.on.save" value="false"/>
+ </ant>
<ant antfile="${project.jfinancials-lib}/build.xml" inheritall="false" target="jar">
<property name="deploy.on.save" value="false"/>
</ant>
</ant>
</target>
<target depends="init" if="dist.ear.dir" name="-deps-ear-jar" unless="no.deps">
+ <ant antfile="${project.jfinancials-core}/build.xml" inheritall="false" target="jar">
+ <property name="deploy.on.save" value="false"/>
+ </ant>
<ant antfile="${project.jfinancials-lib}/build.xml" inheritall="false" target="jar">
<property name="deploy.on.save" value="false"/>
</ant>
<copyfiles files="${file.reference.jcontacts-core.jar}" todir="${build.classes.dir}"/>
<copyfiles files="${file.reference.jcontacts-business-core.jar}" todir="${build.classes.dir}"/>
<copyfiles files="${file.reference.jcontacts-lib.jar}" todir="${build.classes.dir}"/>
- <copyfiles files="${file.reference.jshop-core.jar}" todir="${build.classes.dir}"/>
+ <copyfiles files="${file.reference.jproduct-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.jmailer-ee.jar}" todir="${build.classes.dir}"/>
- <copyfiles files="${file.reference.jfinancials-core.jar}" todir="${build.classes.dir}"/>
+ <copyfiles files="${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}"/>
<basename file="${file.reference.jcontacts-core.jar}" property="manifest.file.reference.jcontacts-core.jar"/>
<basename file="${file.reference.jcontacts-business-core.jar}" property="manifest.file.reference.jcontacts-business-core.jar"/>
<basename file="${file.reference.jcontacts-lib.jar}" property="manifest.file.reference.jcontacts-lib.jar"/>
- <basename file="${file.reference.jshop-core.jar}" property="manifest.file.reference.jshop-core.jar"/>
+ <basename file="${file.reference.jproduct-core.jar}" property="manifest.file.reference.jproduct-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.jmailer-ee.jar}" property="manifest.file.reference.jmailer-ee.jar"/>
- <basename file="${file.reference.jfinancials-core.jar}" property="manifest.file.reference.jfinancials-core.jar"/>
+ <basename file="${reference.jfinancials-core.jar}" property="manifest.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"/>
<attribute name="jar-7-Extension-Name" value="${manifest.file.reference.jcontacts-core.jar}"/>
<attribute name="jar-8-Extension-Name" value="${manifest.file.reference.jcontacts-business-core.jar}"/>
<attribute name="jar-9-Extension-Name" value="${manifest.file.reference.jcontacts-lib.jar}"/>
- <attribute name="jar-10-Extension-Name" value="${manifest.file.reference.jshop-core.jar}"/>
+ <attribute name="jar-10-Extension-Name" value="${manifest.file.reference.jproduct-core.jar}"/>
<attribute name="jar-11-Extension-Name" value="${manifest.file.reference.juser-core.jar}"/>
<attribute name="jar-12-Extension-Name" value="${manifest.file.reference.juser-lib.jar}"/>
<attribute name="jar-13-Extension-Name" value="${manifest.file.reference.jmailer-ee.jar}"/>
- <attribute name="jar-14-Extension-Name" value="${manifest.file.reference.jfinancials-core.jar}"/>
+ <attribute name="jar-14-Extension-Name" value="${manifest.reference.jfinancials-core.jar}"/>
<attribute name="jar-15-Extension-Name" value="${manifest.reference.jfinancials-lib.jar}"/>
<attribute name="jar-16-Extension-Name" value="${manifest.reference.jfinancials-mailer.jar}"/>
<attribute name="jar-17-Extension-Name" value="${manifest.file.reference.cdi-api.jar}"/>
<copyfiles files="${file.reference.jcontacts-core.jar}" todir="${dist.ear.dir}/lib"/>
<copyfiles files="${file.reference.jcontacts-business-core.jar}" todir="${dist.ear.dir}/lib"/>
<copyfiles files="${file.reference.jcontacts-lib.jar}" todir="${dist.ear.dir}/lib"/>
- <copyfiles files="${file.reference.jshop-core.jar}" todir="${dist.ear.dir}/lib"/>
+ <copyfiles files="${file.reference.jproduct-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.jmailer-ee.jar}" todir="${dist.ear.dir}/lib"/>
- <copyfiles files="${file.reference.jfinancials-core.jar}" todir="${dist.ear.dir}/lib"/>
+ <copyfiles files="${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"/>
CLEANUP SECTION
-->
<target depends="init" name="deps-clean" unless="no.deps">
+ <ant antfile="${project.jfinancials-core}/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"/>
build.xml.stylesheet.CRC32=5910fda3@1.51.1
# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
-nbproject/build-impl.xml.data.CRC32=a60a5985
-nbproject/build-impl.xml.script.CRC32=3262b095
+nbproject/build-impl.xml.data.CRC32=db40af14
+nbproject/build-impl.xml.script.CRC32=546bd9bd
nbproject/build-impl.xml.stylesheet.CRC32=6096d939@1.55.1
endorsed.classpath=
excludes=
file.reference.jcontacts-business-core.jar=lib/jcontacts-business-core.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.jcontacts-core.jar=lib/jcontacts-core.jar
file.reference.jmailer-ee.jar=lib/jmailer-ee.jar
file.reference.jphone-core.jar=lib/jphone-core.jar
file.reference.jphone-lib.jar=lib/jphone-lib.jar
-file.reference.jshop-core.jar=lib/jshop-core.jar
+file.reference.jproduct-core.jar=lib/jproduct-core.jar
file.reference.juser-core.jar=lib/juser-core.jar
file.reference.juser-lib.jar=lib/juser-lib.jar
includes=**
${file.reference.jcontacts-core.jar}:\
${file.reference.jcontacts-business-core.jar}:\
${file.reference.jcontacts-lib.jar}:\
- ${file.reference.jshop-core.jar}:\
+ ${file.reference.jproduct-core.jar}:\
${file.reference.juser-core.jar}:\
${file.reference.juser-lib.jar}:\
${file.reference.jmailer-ee.jar}:\
- ${file.reference.jfinancials-core.jar}:\
+ ${reference.jfinancials-core.jar}:\
${reference.jfinancials-lib.jar}:\
${reference.jfinancials-mailer.jar}:\
${file.reference.cdi-api.jar}
meta.inf=${source.root}/conf
meta.inf.excludes=sun-cmp-mappings.xml
platform.active=default_platform
+project.jfinancials-core=../../NetBeansProjects/jfinancials-core
project.juser-core=../juser-core
project.license=agpl30
project.jfinancials-lib=../jfinancials-lib
project.jfinancials-mailer=../../NetBeansProjects/jfinancials-mailer
project.serviceLocator.class=org.mxchange.jfinancials.mailer.model.delivery.FinancialsMailer
+reference.jfinancials-core.jar=${project.jfinancials-core}/dist/jfinancials-core.jar
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
runmain.jvmargs=
source.encoding=UTF-8
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.jmailer-ee.jar=../jmailer-ee/src/
source.reference.jphone-core.jar=../jphone-core/src/
source.reference.jphone-lib.jar=../jphone-lib/src/
-source.reference.jshop-core.jar=../jshop-core/src/
+source.reference.jproduct-core.jar=../jproduct-core/src/
source.reference.juser-core.jar=../juser-core/src/
source.reference.juser-lib.jar=../juser-lib/src/
source.root=src
<included-library dirs="200">file.reference.jcontacts-core.jar</included-library>
<included-library dirs="200">file.reference.jcontacts-business-core.jar</included-library>
<included-library dirs="200">file.reference.jcontacts-lib.jar</included-library>
- <included-library dirs="200">file.reference.jshop-core.jar</included-library>
+ <included-library dirs="200">file.reference.jproduct-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.jmailer-ee.jar</included-library>
- <included-library dirs="200">file.reference.jfinancials-core.jar</included-library>
+ <included-library dirs="200">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>
<definitions>./lib/nblibraries.properties</definitions>
</libraries>
<references xmlns="http://www.netbeans.org/ns/ant-project-references/1">
+ <reference>
+ <foreign-project>jfinancials-core</foreign-project>
+ <artifact-type>jar</artifact-type>
+ <script>build.xml</script>
+ <target>jar</target>
+ <clean-target>clean</clean-target>
+ <id>jar</id>
+ </reference>
<reference>
<foreign-project>jfinancials-lib</foreign-project>
<artifact-type>jar</artifact-type>