]> git.mxchange.org Git - addressbook-mailer-ejb.git/commitdiff
removed invalid juser-core reference
authorRoland Häder <roland@mxchange.org>
Thu, 6 Feb 2020 20:20:36 +0000 (21:20 +0100)
committerRoland Häder <roland@mxchange.org>
Thu, 6 Feb 2020 20:20:36 +0000 (21:20 +0100)
Signed-off-by: Roland Häder <roland@mxchange.org>
nbproject/build-impl.xml

index 5e73ec177aa6c1137d40828eafc07df83b9e839f..aab9fd5accecc584eba69f46e20e180d8e483e27 100644 (file)
@@ -809,17 +809,11 @@ exists or setup the property manually. For example like this:
         <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-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">
@@ -1247,7 +1241,6 @@ exists or setup the property manually. For example like this:
             -->
     <target depends="init" name="deps-clean" unless="no.deps">
         <ant antfile="${project.addressbook-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}"/>