]> git.mxchange.org Git - addressbook-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:31:24 +0000 (22:31 +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 b4516395367d5b32dc1d727a160f9d877312af83..53ea708f0f6e5263584d0726f2c9295a0abb92fc 100644 (file)
@@ -800,9 +800,6 @@ is divided into following sections:
                <ant antfile="${project.addressbook-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.addressbook-core}/build.xml" inheritall="false" target="jar">
@@ -814,9 +811,6 @@ is divided into following sections:
                <ant antfile="${project.addressbook-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">