]> git.mxchange.org Git - jfinancials-ejb.git/commitdiff
Please repeat:
authorRoland Häder <haeder@ambroox.de>
Tue, 10 Mar 2020 13:25:10 +0000 (14:25 +0100)
committerRoland Häder <roland@mxchange.org>
Tue, 10 Mar 2020 21:29:45 +0000 (22:29 +0100)
- need to remove dependency to *-mailer-ejb as *-mailer-lib is enough

Signed-off-by: Roland Häder <roland@mxchange.org>
nbproject/build-impl.xml

index 6c2f32f756909fc58236399be1430fe837cf53d5..bd636c60b647f58f60bb7e6456ac11da0d44baa3 100644 (file)
@@ -800,9 +800,6 @@ is divided into following sections:
                <ant antfile="${project.jfinancials-mailer-lib}/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">
-                       <property name="deploy.on.save" value="false"/>
-               </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">
@@ -814,9 +811,6 @@ is divided into following sections:
                <ant antfile="${project.jfinancials-mailer-lib}/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">
-                       <property name="deploy.on.save" value="false"/>
-               </ant>
        </target>
        <target depends="init, -deps-module-jar, -deps-ear-jar" name="deps-jar"/>
        <target depends="init,deps-jar" name="-pre-pre-compile">