]> git.mxchange.org Git - pizzaservice-ejb.git/commitdiff
Don't cherry-pick:
authorRoland Häder <roland@mxchange.org>
Thu, 6 Feb 2020 21:17:21 +0000 (22:17 +0100)
committerRoland Häder <roland@mxchange.org>
Thu, 6 Feb 2020 21:17:21 +0000 (22:17 +0100)
- removed bad juser-core reference

Signed-off-by: Roland Häder <roland@mxchange.org>
nbproject/build-impl.xml

index 01b675442124adcf39776501e1059acb4e08b90e..ad847cbc6eaefbba4c97cfa1bdeb2c5adb66268a 100644 (file)
@@ -815,9 +815,6 @@ 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-core}/build.xml" inheritall="false" target="jar">
@@ -829,9 +826,6 @@ 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, -deps-module-jar, -deps-ear-jar" name="deps-jar"/>
     <target depends="init,deps-jar" name="-pre-pre-compile">
@@ -1357,7 +1351,6 @@ exists or setup the property manually. For example like this:
         <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}"/>