From ce5c302762d7595ae99a597c4f4de29f9f772397 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= <haeder@ambroox.de> Date: Tue, 10 Mar 2020 14:25:10 +0100 Subject: [PATCH] Please repeat: - need to remove dependency to *-mailer-ejb as *-mailer-lib is enough MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder <roland@mxchange.org> --- nbproject/build-impl.xml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/nbproject/build-impl.xml b/nbproject/build-impl.xml index 0877a36..bbaa67e 100644 --- a/nbproject/build-impl.xml +++ b/nbproject/build-impl.xml @@ -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}"/> -- 2.39.5