From: Roland Häder <roland@mxchange.org> Date: Thu, 6 Feb 2020 20:20:34 +0000 (+0100) Subject: removed invalid juser-core reference X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=51b6cbcde5110b8c4eaa8a4b25d996ac042c5bf1;p=jjobs-ejb.git removed invalid juser-core reference Signed-off-by: Roland Häder <roland@mxchange.org> --- diff --git a/nbproject/build-impl.xml b/nbproject/build-impl.xml index bb49fc6..1305539 100644 --- a/nbproject/build-impl.xml +++ b/nbproject/build-impl.xml @@ -815,9 +815,6 @@ exists or setup the property manually. For example like this: <ant antfile="${project.jjobs-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.jjobs-core}/build.xml" inheritall="false" target="jar"> @@ -829,9 +826,6 @@ exists or setup the property manually. For example like this: <ant antfile="${project.jjobs-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"> @@ -1333,7 +1327,6 @@ exists or setup the property manually. For example like this: <ant antfile="${project.jjobs-core}/build.xml" inheritall="false" target="clean"/> <ant antfile="${project.jjobs-lib}/build.xml" inheritall="false" target="clean"/> <ant antfile="${project.jjobs-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}"/>