]> git.mxchange.org Git - jjobs-war.git/blobdiff - nbproject/build-impl.xml
Please cherry-pick:
[jjobs-war.git] / nbproject / build-impl.xml
index 190db591229baba0cf87d53723b0d0b81e9a87b0..809b0a52252eeeb2ef2f7397f39bb0bb77ee6462 100644 (file)
@@ -884,9 +884,6 @@ exists or setup the property manually. For example like this:
         <ant antfile="${project.jjobs-lib}/build.xml" inheritall="false" target="jar">
             <property name="deploy.on.save" value="false"/>
         </ant>
-        <ant antfile="${project.jjobs-mailer}/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">
@@ -895,9 +892,6 @@ exists or setup the property manually. For example like this:
         <ant antfile="${project.jjobs-lib}/build.xml" inheritall="false" target="jar">
             <property name="deploy.on.save" value="false"/>
         </ant>
-        <ant antfile="${project.jjobs-mailer}/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" unless="no.deps"/>
     <target depends="init,deps-jar" name="-pre-pre-compile">
@@ -1460,7 +1454,6 @@ exists or setup the property manually. For example like this:
     <target depends="init" name="deps-clean" unless="no.deps">
         <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}/build.xml" inheritall="false" target="clean"/>
     </target>
     <target depends="init" name="do-clean">
         <condition property="build.dir.to.clean" value="${build.web.dir}">