From 319b726299551075f321bda603fa21d2b9b8b0a7 Mon Sep 17 00:00:00 2001
From: =?utf8?q?Roland=20H=C3=A4der?= <roland@mxchange.org>
Date: Thu, 6 Feb 2020 21:20:35 +0100
Subject: [PATCH] removed invalid juser-core reference
MIME-Version: 1.0
Content-Type: text/plain; charset=utf8
Content-Transfer-Encoding: 8bit

Signed-off-by: Roland Häder <roland@mxchange.org>
---
 nbproject/build-impl.xml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/nbproject/build-impl.xml b/nbproject/build-impl.xml
index d838054..556370d 100644
--- a/nbproject/build-impl.xml
+++ b/nbproject/build-impl.xml
@@ -815,9 +815,6 @@ 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-core}/build.xml" inheritall="false" target="jar">
@@ -829,9 +826,6 @@ 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, -deps-module-jar, -deps-ear-jar" name="deps-jar"/>
     <target depends="init,deps-jar" name="-pre-pre-compile">
@@ -1337,7 +1331,6 @@ exists or setup the property manually. For example like this:
         <ant antfile="${project.jfinancials-core}/build.xml" inheritall="false" target="clean"/>
         <ant antfile="${project.jfinancials-lib}/build.xml" inheritall="false" target="clean"/>
         <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}"/>
-- 
2.39.5