]> git.mxchange.org Git - jjobs-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 20:20:34 +0000 (21:20 +0100)
Signed-off-by: Roland Häder <roland@mxchange.org>
nbproject/build-impl.xml

index bb49fc6570f3be6332ba55880d3daa9fc0e2037a..13055394c791deabcccedb7fec0e042143a75643 100644 (file)
@@ -815,9 +815,6 @@ exists or setup the property manually. For example like this:
         <ant antfile="${project.jjobs-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.jjobs-core}/build.xml" inheritall="false" target="jar">
@@ -829,9 +826,6 @@ exists or setup the property manually. For example like this:
         <ant antfile="${project.jjobs-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">
@@ -1333,7 +1327,6 @@ exists or setup the property manually. For example like this:
         <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-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}"/>