]> git.mxchange.org Git - jfinancials-mailer-ejb.git/commitdiff
Updated jar(s)
authorRoland Häder <roland@mxchange.org>
Mon, 30 May 2022 09:00:45 +0000 (11:00 +0200)
committerRoland Häder <roland@mxchange.org>
Mon, 30 May 2022 09:00:45 +0000 (11:00 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
lib/jcore-logger-lib.jar
nbproject/build-impl.xml

index 90c19526c0c6b2391cb9891396791bdfad9fdb23..2cef76df14ca4ed4d94b804beaf452dde7f96b8a 100644 (file)
Binary files a/lib/jcore-logger-lib.jar and b/lib/jcore-logger-lib.jar differ
index ca824589ae667a2bfe9cb3b21f172eb8228fcc37..f8dd3764119f4971f4fa8aefcf0e586c94f5a308 100644 (file)
@@ -809,11 +809,17 @@ exists or setup the property manually. For example like this:
         <ant antfile="${project.jfinancials-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.jfinancials-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">
@@ -1245,6 +1251,7 @@ exists or setup the property manually. For example like this:
             -->
     <target depends="init" name="deps-clean" unless="no.deps">
         <ant antfile="${project.jfinancials-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}"/>