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

index 457e45bdfe09cc74377297ad140061777265af2f..a4eb0c92c2a0a39d8f3dfcf3ebe780031b10afcb 100644 (file)
@@ -809,17 +809,11 @@ exists or setup the property manually. For example like this:
         <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-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.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}"/>