From d964efff5863356bd691b6c9dfa1c0d38b9ba9d8 Mon Sep 17 00:00:00 2001
From: =?utf8?q?Roland=20H=C3=A4der?= <roland@mxchange.org>
Date: Mon, 30 Oct 2017 18:29:26 +0100
Subject: [PATCH] Please cherry-pick: - added notice for important copy-step in
 WAR project - added WAR project as dependency for building full EAR archive
MIME-Version: 1.0
Content-Type: text/plain; charset=utf8
Content-Transfer-Encoding: 8bit

Signed-off-by: Roland Häder <roland@mxchange.org>
---
 nbproject/project.xml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/nbproject/project.xml b/nbproject/project.xml
index 22c9747..d0e1276 100644
--- a/nbproject/project.xml
+++ b/nbproject/project.xml
@@ -23,6 +23,10 @@
                     <file>${reference.jfinancials-war.dist-ear}</file>
                     <path-in-war>/</path-in-war>
                 </library>
+                <library>
+                    <file>${reference.jfinancials-war.dist-ear}</file>
+                    <path-in-war>/</path-in-war>
+                </library>
             </web-module-additional-libraries>
         </data>
         <references xmlns="http://www.netbeans.org/ns/ant-project-references/1">
@@ -58,6 +62,14 @@
                 <clean-target>clean-ear</clean-target>
                 <id>dist-ear</id>
             </reference>
+            <reference>
+                <foreign-project>jfinancials-war</foreign-project>
+                <artifact-type>j2ee_ear_archive</artifact-type>
+                <script>build.xml</script>
+                <target>dist-ear</target>
+                <clean-target>clean-ear</clean-target>
+                <id>dist-ear</id>
+            </reference>
         </references>
     </configuration>
 </project>
-- 
2.39.5