]> git.mxchange.org Git - pizzaservice-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:25:07 +0000 (22:25 +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 0877a367e4357d15b8587eb328f8756cf166c77c..bbaa67ea6006a01e88e4a7902bef4a423a252e61 100644 (file)
@@ -800,9 +800,6 @@ is divided into following sections:
                <ant antfile="${project.pizzaservice-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.pizzaservice-core}/build.xml" inheritall="false" target="jar">
@@ -814,9 +811,6 @@ is divided into following sections:
                <ant antfile="${project.pizzaservice-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">
@@ -1306,7 +1300,6 @@ is divided into following sections:
                <ant antfile="${project.pizzaservice-core}/build.xml" inheritall="false" target="clean"/>
                <ant antfile="${project.pizzaservice-lib}/build.xml" inheritall="false" target="clean"/>
                <ant antfile="${project.pizzaservice-mailer-lib}/build.xml" inheritall="false" target="clean"/>
-               <ant antfile="${project.juser-core}/build.xml" inheritall="false" target="clean"/>
        </target>
        <target depends="init" name="-do-clean">
                <delete dir="${build.dir}"/>