]> git.mxchange.org Git - jfinancials-war.git/commitdiff
Continued:
authorRoland Haeder <roland@mxchange.org>
Thu, 13 Apr 2017 19:22:28 +0000 (21:22 +0200)
committerRoland Haeder <roland@mxchange.org>
Thu, 13 Apr 2017 20:20:31 +0000 (22:20 +0200)
- added jcontacts-business-core.jar (seller)
- added jshop-core.jar (products, etc.)
- updated jfinancials-core.jar

Signed-off-by: Roland Häder <roland@mxchange.org>
lib/jcontacts-business-core.jar [new file with mode: 0644]
lib/jfinancials-core.jar
lib/jshop-core.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-core.jar b/lib/jcontacts-business-core.jar
new file mode 100644 (file)
index 0000000..eeb76bd
Binary files /dev/null and b/lib/jcontacts-business-core.jar differ
index d7c326d7c8555e06392933cad070b3c21284cf2f..48c5de28547d6ae00869bc21ccd1b3f7eaa50ca7 100644 (file)
Binary files a/lib/jfinancials-core.jar and b/lib/jfinancials-core.jar differ
diff --git a/lib/jshop-core.jar b/lib/jshop-core.jar
new file mode 100644 (file)
index 0000000..b158fae
Binary files /dev/null and b/lib/jshop-core.jar differ
index ca5ec8706b8467de192dd04d995108fad382f773..73017b37b16960d27bf2228341ef7624d49155db 100644 (file)
@@ -1036,10 +1036,13 @@ 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="${file.reference.jshop-core.jar}" 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"/>
+    <target depends="init" name="library-inclusion-in-archive" unless="dist.ear.dir">
+        <copyfiles files="${file.reference.jshop-core.jar}" todir="${build.web.dir}/WEB-INF/lib"/>
+    </target>
     <target depends="init" if="dist.ear.dir" name="-clean-webinf-lib">
         <delete dir="${build.web.dir}/WEB-INF/lib"/>
     </target>
index e4469323a5fdefb215517e1eaae4df91dfa6436e..8d4f9a701b0e9a0d7594bc96538bf291698cde40 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=6787cdaf
-nbproject/build-impl.xml.script.CRC32=d806451a
+nbproject/build-impl.xml.data.CRC32=ccaf6ba0
+nbproject/build-impl.xml.script.CRC32=c0991b8d
 nbproject/build-impl.xml.stylesheet.CRC32=99ea4b56@1.75.1.1
index 00f9b60ddf51b0a9223d201fcd5deb8084002b0d..4fb1c883caf230d2e8095c441550eb009ffa9589 100644 (file)
@@ -35,6 +35,7 @@ dist.javadoc.dir=${dist.dir}/javadoc
 dist.war=${dist.dir}/${war.name}
 endorsed.classpath=
 excludes=
+file.reference.jcontacts-business-core.jar=lib/jcontacts-business-core.jar
 file.reference.jfinancials-core.jar=lib/jfinancials-core.jar
 file.reference.cdi-api.jar=lib/cdi-api.jar
 file.reference.gf-client.jar=lib/gf-client.jar
@@ -46,6 +47,7 @@ file.reference.jcountry-core.jar=lib/jcountry-core.jar
 file.reference.jcountry-lib.jar=lib/jcountry-lib.jar
 file.reference.jphone-core.jar=lib/jphone-core.jar
 file.reference.jphone-lib.jar=lib/jphone-lib.jar
+file.reference.jshop-core.jar=lib/jshop-core.jar
 file.reference.juser-core.jar=lib/juser-core.jar
 file.reference.juser-lib.jar=lib/juser-lib.jar
 file.reference.poi-3.14-20160307.jar=lib/poi/poi-3.14-20160307.jar
@@ -69,7 +71,9 @@ javac.classpath=\
     ${file.reference.jcountry-core.jar}:\
     ${file.reference.jcountry-lib.jar}:\
     ${file.reference.jcontacts-core.jar}:\
+    ${file.reference.jcontacts-business-core.jar}:\
     ${file.reference.jcontacts-lib.jar}:\
+    ${file.reference.jshop-core.jar}:\
     ${file.reference.jphone-core.jar}:\
     ${file.reference.jphone-lib.jar}:\
     ${file.reference.juser-core.jar}:\
@@ -125,6 +129,7 @@ run.test.classpath=\
 # (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value):
 runmain.jvmargs=
 source.encoding=UTF-8
+source.reference.jcontacts-business-core.jar=../jcontacts-business-core/src/
 source.reference.jfinancials-core.jar=../jfinancials-core/src
 source.reference.jcontacts-core.jar=../jcontacts-core/src/
 source.reference.jcontacts-lib.jar=../jcontacts-lib/src/
@@ -134,6 +139,7 @@ source.reference.jcountry-core.jar=../jcountry-core/src/
 source.reference.jcountry-lib.jar=../jcountry-lib/src/
 source.reference.jphone-core.jar=../jphone-core/src/
 source.reference.jphone-lib.jar=../jphone-lib/src/
+source.reference.jshop-core.jar=../jshop-core/src/
 source.reference.juser-core.jar=../juser-core/src/
 source.reference.juser-lib.jar=../juser-lib/src/
 source.root=src
index 1fa48f3bc60573e035891c402b48a8f1b215c39a..696876c7206f8154c96781673b5ee6705d8910c3 100644 (file)
@@ -7,10 +7,10 @@
             <minimum-ant-version>1.6.5</minimum-ant-version>
             <web-module-libraries>
                 <library dirs="200">
-                    <file>${file.reference.jcore-logger-lib.jar}</file>
+                    <file>${file.reference.jcoreee.jar}</file>
                 </library>
                 <library dirs="200">
-                    <file>${file.reference.jcoreee.jar}</file>
+                    <file>${file.reference.jcore-logger-lib.jar}</file>
                 </library>
                 <library dirs="200">
                     <file>${file.reference.jcountry-core.jar}</file>
                 <library dirs="200">
                     <file>${file.reference.jcountry-lib.jar}</file>
                 </library>
-                <library dirs="200">
-                    <file>${file.reference.jphone-core.jar}</file>
-                </library>
-                <library dirs="200">
-                    <file>${file.reference.jphone-lib.jar}</file>
-                </library>
                 <library dirs="200">
                     <file>${file.reference.jcontacts-core.jar}</file>
                 </library>
                 <library dirs="200">
-                    <file>${file.reference.jcontacts-lib.jar}</file>
+                    <file>${file.reference.jcontacts-business-core.jar}</file>
                 </library>
                 <library dirs="200">
-                    <file>${file.reference.juser-core.jar}</file>
+                    <file>${file.reference.jcontacts-lib.jar}</file>
                 </library>
                 <library dirs="200">
-                    <file>${file.reference.juser-lib.jar}</file>
+                    <file>${file.reference.jshop-core.jar}</file>
+                    <path-in-war>WEB-INF/lib</path-in-war>
                 </library>
                 <library dirs="200">
-                    <file>${file.reference.jcustomer-core.jar}</file>
+                    <file>${file.reference.jphone-core.jar}</file>
                 </library>
                 <library dirs="200">
-                    <file>${file.reference.jcustomer-lib.jar}</file>
+                    <file>${file.reference.jphone-lib.jar}</file>
                 </library>
                 <library dirs="200">
-                    <file>${file.reference.jshop-core.jar}</file>
+                    <file>${file.reference.juser-core.jar}</file>
                 </library>
                 <library dirs="200">
-                    <file>${file.reference.jshop-ee-lib.jar}</file>
+                    <file>${file.reference.juser-lib.jar}</file>
                 </library>
                 <library dirs="200">
                     <file>${file.reference.jfinancials-core.jar}</file>