]> git.mxchange.org Git - jfinancials-ejb.git/commitdiff
added new dependency jcontacts-business-lib (remote interfaces)
authorRoland Häder <roland@mxchange.org>
Wed, 7 Jun 2017 22:03:23 +0000 (00:03 +0200)
committerRoland Häder <roland@mxchange.org>
Wed, 7 Jun 2017 22:03:23 +0000 (00:03 +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 37a00b486790dc52ec4d78b54c763e3a4cc3aaab..75a0eae4660a0863c3e023ee1fdeeb41246bf19d 100644 (file)
@@ -852,6 +852,7 @@ exists or setup the property manually. For example like this:
         <copyfiles files="${file.reference.jphone-lib.jar}" todir="${build.classes.dir}"/>
         <copyfiles files="${file.reference.jcontacts-core.jar}" todir="${build.classes.dir}"/>
         <copyfiles files="${file.reference.jcontacts-business-core.jar}" todir="${build.classes.dir}"/>
+        <copyfiles files="${file.reference.jcontacts-business-lib.jar}" todir="${build.classes.dir}"/>
         <copyfiles files="${file.reference.jcontacts-lib.jar}" todir="${build.classes.dir}"/>
         <copyfiles files="${file.reference.jproduct-core.jar}" todir="${build.classes.dir}"/>
         <copyfiles files="${file.reference.juser-core.jar}" todir="${build.classes.dir}"/>
@@ -871,6 +872,7 @@ exists or setup the property manually. For example like this:
         <basename file="${file.reference.jphone-lib.jar}" property="manifest.file.reference.jphone-lib.jar"/>
         <basename file="${file.reference.jcontacts-core.jar}" property="manifest.file.reference.jcontacts-core.jar"/>
         <basename file="${file.reference.jcontacts-business-core.jar}" property="manifest.file.reference.jcontacts-business-core.jar"/>
+        <basename file="${file.reference.jcontacts-business-lib.jar}" property="manifest.file.reference.jcontacts-business-lib.jar"/>
         <basename file="${file.reference.jcontacts-lib.jar}" property="manifest.file.reference.jcontacts-lib.jar"/>
         <basename file="${file.reference.jproduct-core.jar}" property="manifest.file.reference.jproduct-core.jar"/>
         <basename file="${file.reference.juser-core.jar}" property="manifest.file.reference.juser-core.jar"/>
@@ -881,7 +883,7 @@ exists or setup the property manually. For example like this:
         <basename file="${reference.jfinancials-mailer.jar}" property="manifest.reference.jfinancials-mailer.jar"/>
         <basename file="${file.reference.cdi-api.jar}" property="manifest.file.reference.cdi-api.jar"/>
         <manifest file="${build.ear.classes.dir}/META-INF/MANIFEST.MF" mode="update">
-            <attribute name="Extension-List" value="jar-1 jar-2 jar-3 jar-4 jar-5 jar-6 jar-7 jar-8 jar-9 jar-10 jar-11 jar-12 jar-13 jar-14 jar-15 jar-16 jar-17 "/>
+            <attribute name="Extension-List" value="jar-1 jar-2 jar-3 jar-4 jar-5 jar-6 jar-7 jar-8 jar-9 jar-10 jar-11 jar-12 jar-13 jar-14 jar-15 jar-16 jar-17 jar-18 "/>
             <attribute name="jar-1-Extension-Name" value="${manifest.file.reference.jcoreee.jar}"/>
             <attribute name="jar-2-Extension-Name" value="${manifest.file.reference.jcore-logger-lib.jar}"/>
             <attribute name="jar-3-Extension-Name" value="${manifest.file.reference.jcountry-core.jar}"/>
@@ -890,15 +892,16 @@ exists or setup the property manually. For example like this:
             <attribute name="jar-6-Extension-Name" value="${manifest.file.reference.jphone-lib.jar}"/>
             <attribute name="jar-7-Extension-Name" value="${manifest.file.reference.jcontacts-core.jar}"/>
             <attribute name="jar-8-Extension-Name" value="${manifest.file.reference.jcontacts-business-core.jar}"/>
-            <attribute name="jar-9-Extension-Name" value="${manifest.file.reference.jcontacts-lib.jar}"/>
-            <attribute name="jar-10-Extension-Name" value="${manifest.file.reference.jproduct-core.jar}"/>
-            <attribute name="jar-11-Extension-Name" value="${manifest.file.reference.juser-core.jar}"/>
-            <attribute name="jar-12-Extension-Name" value="${manifest.file.reference.juser-lib.jar}"/>
-            <attribute name="jar-13-Extension-Name" value="${manifest.file.reference.jmailer-ee.jar}"/>
-            <attribute name="jar-14-Extension-Name" value="${manifest.reference.jfinancials-core.jar}"/>
-            <attribute name="jar-15-Extension-Name" value="${manifest.reference.jfinancials-lib.jar}"/>
-            <attribute name="jar-16-Extension-Name" value="${manifest.reference.jfinancials-mailer.jar}"/>
-            <attribute name="jar-17-Extension-Name" value="${manifest.file.reference.cdi-api.jar}"/>
+            <attribute name="jar-9-Extension-Name" value="${manifest.file.reference.jcontacts-business-lib.jar}"/>
+            <attribute name="jar-10-Extension-Name" value="${manifest.file.reference.jcontacts-lib.jar}"/>
+            <attribute name="jar-11-Extension-Name" value="${manifest.file.reference.jproduct-core.jar}"/>
+            <attribute name="jar-12-Extension-Name" value="${manifest.file.reference.juser-core.jar}"/>
+            <attribute name="jar-13-Extension-Name" value="${manifest.file.reference.juser-lib.jar}"/>
+            <attribute name="jar-14-Extension-Name" value="${manifest.file.reference.jmailer-ee.jar}"/>
+            <attribute name="jar-15-Extension-Name" value="${manifest.reference.jfinancials-core.jar}"/>
+            <attribute name="jar-16-Extension-Name" value="${manifest.reference.jfinancials-lib.jar}"/>
+            <attribute name="jar-17-Extension-Name" value="${manifest.reference.jfinancials-mailer.jar}"/>
+            <attribute name="jar-18-Extension-Name" value="${manifest.file.reference.cdi-api.jar}"/>
         </manifest>
     </target>
     <target depends="compile" name="library-inclusion-in-manifest">
@@ -910,6 +913,7 @@ exists or setup the property manually. For example like this:
         <copyfiles files="${file.reference.jphone-lib.jar}" todir="${dist.ear.dir}/lib"/>
         <copyfiles files="${file.reference.jcontacts-core.jar}" todir="${dist.ear.dir}/lib"/>
         <copyfiles files="${file.reference.jcontacts-business-core.jar}" todir="${dist.ear.dir}/lib"/>
+        <copyfiles files="${file.reference.jcontacts-business-lib.jar}" todir="${dist.ear.dir}/lib"/>
         <copyfiles files="${file.reference.jcontacts-lib.jar}" todir="${dist.ear.dir}/lib"/>
         <copyfiles files="${file.reference.jproduct-core.jar}" todir="${dist.ear.dir}/lib"/>
         <copyfiles files="${file.reference.juser-core.jar}" todir="${dist.ear.dir}/lib"/>
index e4bf0328433eb9b43304a9813013e48ffbd3784d..d50053831437cc01d7bc93f594f60d3fc6494a55 100644 (file)
@@ -3,6 +3,6 @@ build.xml.script.CRC32=7d41e0fd
 build.xml.stylesheet.CRC32=5910fda3@1.51.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=db40af14
-nbproject/build-impl.xml.script.CRC32=546bd9bd
+nbproject/build-impl.xml.data.CRC32=daad09b9
+nbproject/build-impl.xml.script.CRC32=38218f66
 nbproject/build-impl.xml.stylesheet.CRC32=6096d939@1.55.1
index b206ddc9e97cb757801d2c5a74ac84fa027fc395..1f012c5afd6b7b89bc2932657d0077607b8b88b6 100644 (file)
@@ -22,6 +22,7 @@ dist.javadoc.dir=${dist.dir}/javadoc
 endorsed.classpath=
 excludes=
 file.reference.jcontacts-business-core.jar=lib/jcontacts-business-core.jar
+file.reference.jcontacts-business-lib.jar=lib/jcontacts-business-lib.jar
 file.reference.jfinancials-mailer.jar=lib/jfinancials-mailer.jar
 file.reference.cdi-api.jar=lib/cdi-api.jar
 file.reference.jcontacts-core.jar=lib/jcontacts-core.jar
@@ -59,6 +60,7 @@ javac.classpath=\
     ${file.reference.jphone-lib.jar}:\
     ${file.reference.jcontacts-core.jar}:\
     ${file.reference.jcontacts-business-core.jar}:\
+    ${file.reference.jcontacts-business-lib.jar}:\
     ${file.reference.jcontacts-lib.jar}:\
     ${file.reference.jproduct-core.jar}:\
     ${file.reference.juser-core.jar}:\
@@ -112,6 +114,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.jfinancials-mailer.jar=../jfinancials-mailer/src/
 source.reference.jcontacts-core.jar=../jcontacts-core/src/
 source.reference.jcontacts-lib.jar=../jcontacts-lib/src/
index d268a832eb5e96ddf0a5c6a87dbbc7ee2b5e7b73..ad63edf8e115fd8d2a1561900832c9f3d8073981 100644 (file)
@@ -13,6 +13,7 @@
             <included-library dirs="200">file.reference.jphone-lib.jar</included-library>
             <included-library dirs="200">file.reference.jcontacts-core.jar</included-library>
             <included-library dirs="200">file.reference.jcontacts-business-core.jar</included-library>
+            <included-library dirs="200">file.reference.jcontacts-business-lib.jar</included-library>
             <included-library dirs="200">file.reference.jcontacts-lib.jar</included-library>
             <included-library dirs="200">file.reference.jproduct-core.jar</included-library>
             <included-library dirs="200">file.reference.juser-core.jar</included-library>