]> git.mxchange.org Git - jjobs-ejb.git/commitdiff
removed old name
authorRoland Häder <roland@mxchange.org>
Fri, 28 Jul 2017 22:00:30 +0000 (00:00 +0200)
committerRoland Häder <roland@mxchange.org>
Fri, 28 Jul 2017 22:00:30 +0000 (00:00 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
nbproject/build-impl.xml

index 698f2a987b60ff3fda2b92f5659c94b9945a04d4..bb49fc6570f3be6332ba55880d3daa9fc0e2037a 100644 (file)
@@ -812,9 +812,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>
         <ant antfile="${project.jjobs-mailer-lib}/build.xml" inheritall="false" target="jar">
             <property name="deploy.on.save" value="false"/>
         </ant>
@@ -829,9 +826,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>
         <ant antfile="${project.jjobs-mailer-lib}/build.xml" inheritall="false" target="jar">
             <property name="deploy.on.save" value="false"/>
         </ant>
@@ -1338,7 +1332,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"/>
         <ant antfile="${project.jjobs-mailer-lib}/build.xml" inheritall="false" target="clean"/>
         <ant antfile="${project.juser-core}/build.xml" inheritall="false" target="clean"/>
     </target>