]> git.mxchange.org Git - jfinancials-war.git/commitdiff
added new dependency jcontacts-business-lib (remote interfaces)
authorRoland Häder <roland@mxchange.org>
Wed, 7 Jun 2017 22:04:01 +0000 (00:04 +0200)
committerRoland Häder <roland@mxchange.org>
Wed, 7 Jun 2017 22:04:01 +0000 (00:04 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
lib/jcontacts-business-lib.jar [new file with mode: 0644]
nbproject/build-impl.xml
nbproject/genfiles.properties
nbproject/project.properties
nbproject/project.xml

diff --git a/lib/jcontacts-business-lib.jar b/lib/jcontacts-business-lib.jar
new file mode 100644 (file)
index 0000000..387602d
Binary files /dev/null and b/lib/jcontacts-business-lib.jar differ
index e239e6dc831d82cc2c8342f326c6fb561819ea32..8e7c5a9b0467d4cb648ca0999d337f4e439f8999 100644 (file)
@@ -1042,13 +1042,10 @@ exists or setup the property manually. For example like this:
     </target>
     <target depends="init,compile,compile-jsps,-pre-dist,-do-dist-with-manifest,-do-dist-without-manifest" name="do-dist"/>
     <target depends="init" if="dist.ear.dir" name="library-inclusion-in-manifest">
-        <copyfiles files="${libs.Apache_POI_3.15.classpath}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/>
         <mkdir dir="${build.web.dir}/META-INF"/>
         <manifest file="${build.web.dir}/META-INF/MANIFEST.MF" mode="update"/>
     </target>
-    <target depends="init" name="library-inclusion-in-archive" unless="dist.ear.dir">
-        <copyfiles files="${libs.Apache_POI_3.15.classpath}" todir="${build.web.dir}/WEB-INF/lib"/>
-    </target>
+    <target depends="init" name="library-inclusion-in-archive" unless="dist.ear.dir"/>
     <target depends="init" if="dist.ear.dir" name="-clean-webinf-lib">
         <delete dir="${build.web.dir}/WEB-INF/lib"/>
     </target>
index 7bcd640c4e0ad4b07a537aec640e32458b50c56d..1962f983f039e77e60c7d9ad2d63bfce6b1b0955 100644 (file)
@@ -3,6 +3,6 @@ build.xml.script.CRC32=be5f34f7
 build.xml.stylesheet.CRC32=651128d4@1.68.1.1
 # This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
 # Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
-nbproject/build-impl.xml.data.CRC32=a2c768ba
-nbproject/build-impl.xml.script.CRC32=03789a8c
+nbproject/build-impl.xml.data.CRC32=d693708d
+nbproject/build-impl.xml.script.CRC32=dc4b8e34
 nbproject/build-impl.xml.stylesheet.CRC32=99ea4b56@1.75.1.1
index 7ea517bee287de947ab5c0cbfaa625fd6f2248c9..bb6f4d2b072fd3198ecfb4e80e4babcc6e9cb31f 100644 (file)
@@ -38,6 +38,7 @@ excludes=
 file.reference.jcontacts-business-core.jar=lib/jcontacts-business-core.jar
 file.reference.cdi-api.jar=lib/cdi-api.jar
 file.reference.gf-client.jar=lib/gf-client.jar
+file.reference.jcontacts-business-lib.jar=lib/jcontacts-business-lib.jar
 file.reference.jcontacts-core.jar=lib/jcontacts-core.jar
 file.reference.jcontacts-lib.jar=lib/jcontacts-lib.jar
 file.reference.jcore-logger-lib.jar=lib/jcore-logger-lib.jar
@@ -69,6 +70,7 @@ javac.classpath=\
     ${file.reference.jcountry-lib.jar}:\
     ${file.reference.jcontacts-core.jar}:\
     ${file.reference.jcontacts-business-core.jar}:\
+    ${file.reference.jcontacts-business-lib.jar}:\
     ${file.reference.jproduct-core.jar}:\
     ${file.reference.jcontacts-lib.jar}:\
     ${file.reference.jphone-core.jar}:\
@@ -126,6 +128,7 @@ run.test.classpath=\
 runmain.jvmargs=
 source.encoding=UTF-8
 source.reference.jcontacts-business-core.jar=../jcontacts-business-core/src/
+source.reference.jcontacts-business-lib.jar=../jcontacts-business-lib/src/
 source.reference.jcontacts-core.jar=../jcontacts-core/src/
 source.reference.jcontacts-lib.jar=../jcontacts-lib/src/
 source.reference.jcore-logger-lib.jar=../jcore-logger-lib/src/
index df723911c89f81b977462bcad668c32646f637c8..167417cde884c93db03ed8198a6707fbbc9980cd 100644 (file)
@@ -24,6 +24,9 @@
                 <library dirs="200">
                     <file>${file.reference.jcontacts-business-core.jar}</file>
                 </library>
+                <library dirs="200">
+                    <file>${file.reference.jcontacts-business-lib.jar}</file>
+                </library>
                 <library dirs="200">
                     <file>${file.reference.jproduct-core.jar}</file>
                 </library>
@@ -59,7 +62,6 @@
                 </library>
                 <library dirs="200">
                     <file>${libs.Apache_POI_3.15.classpath}</file>
-                    <path-in-war>WEB-INF/lib</path-in-war>
                 </library>
                 <library dirs="200">
                     <file>${libs.primefaces.classpath}</file>