From: Roland Haeder <roland@mxchange.org> Date: Wed, 27 Apr 2016 20:59:36 +0000 (+0200) Subject: added new project dependency addressbook-core X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c481bdfe55efa3525d63d237f902567b27dc21e8;p=addressbook-ejb.git added new project dependency addressbook-core --- diff --git a/lib/addressbook-core.jar b/lib/addressbook-core.jar new file mode 100644 index 0000000..ae1683f Binary files /dev/null and b/lib/addressbook-core.jar differ diff --git a/nbproject/build-impl.xml b/nbproject/build-impl.xml index 881fb5c..a81c4ba 100644 --- a/nbproject/build-impl.xml +++ b/nbproject/build-impl.xml @@ -847,6 +847,7 @@ exists or setup the property manually. For example like this: <copyfiles files="${file.reference.jaddressbook-core.jar}" todir="${build.classes.dir}"/> <copyfiles files="${file.reference.jaddressbook-lib.jar}" todir="${build.classes.dir}"/> <copyfiles files="${file.reference.jmailer-ee.jar}" todir="${build.classes.dir}"/> + <copyfiles files="${file.reference.addressbook-core.jar}" todir="${build.classes.dir}"/> <copyfiles files="${file.reference.addressbook-mailer.jar}" todir="${build.classes.dir}"/> <copyfiles files="${reference.addressbook-lib.jar}" todir="${build.classes.dir}"/> <copyfiles files="${reference.juser-core.jar}" todir="${build.classes.dir}"/> @@ -867,11 +868,12 @@ exists or setup the property manually. For example like this: <basename file="${file.reference.jaddressbook-core.jar}" property="manifest.file.reference.jaddressbook-core.jar"/> <basename file="${file.reference.jaddressbook-lib.jar}" property="manifest.file.reference.jaddressbook-lib.jar"/> <basename file="${file.reference.jmailer-ee.jar}" property="manifest.file.reference.jmailer-ee.jar"/> + <basename file="${file.reference.addressbook-core.jar}" property="manifest.file.reference.addressbook-core.jar"/> <basename file="${file.reference.addressbook-mailer.jar}" property="manifest.file.reference.addressbook-mailer.jar"/> <basename file="${reference.addressbook-lib.jar}" property="manifest.reference.addressbook-lib.jar"/> <basename file="${reference.juser-core.jar}" property="manifest.reference.juser-core.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 jar-18 "/> + <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 jar-19 "/> <attribute name="jar-1-Extension-Name" value="${manifest.file.reference.jcore.jar}"/> <attribute name="jar-2-Extension-Name" value="${manifest.file.reference.jcoreee.jar}"/> <attribute name="jar-3-Extension-Name" value="${manifest.file.reference.jcore-logger-lib.jar}"/> @@ -887,9 +889,10 @@ exists or setup the property manually. For example like this: <attribute name="jar-13-Extension-Name" value="${manifest.file.reference.jaddressbook-core.jar}"/> <attribute name="jar-14-Extension-Name" value="${manifest.file.reference.jaddressbook-lib.jar}"/> <attribute name="jar-15-Extension-Name" value="${manifest.file.reference.jmailer-ee.jar}"/> - <attribute name="jar-16-Extension-Name" value="${manifest.file.reference.addressbook-mailer.jar}"/> - <attribute name="jar-17-Extension-Name" value="${manifest.reference.addressbook-lib.jar}"/> - <attribute name="jar-18-Extension-Name" value="${manifest.reference.juser-core.jar}"/> + <attribute name="jar-16-Extension-Name" value="${manifest.file.reference.addressbook-core.jar}"/> + <attribute name="jar-17-Extension-Name" value="${manifest.file.reference.addressbook-mailer.jar}"/> + <attribute name="jar-18-Extension-Name" value="${manifest.reference.addressbook-lib.jar}"/> + <attribute name="jar-19-Extension-Name" value="${manifest.reference.juser-core.jar}"/> </manifest> </target> <target depends="compile" name="library-inclusion-in-manifest"> @@ -908,6 +911,7 @@ exists or setup the property manually. For example like this: <copyfiles files="${file.reference.jaddressbook-core.jar}" todir="${dist.ear.dir}/lib"/> <copyfiles files="${file.reference.jaddressbook-lib.jar}" todir="${dist.ear.dir}/lib"/> <copyfiles files="${file.reference.jmailer-ee.jar}" todir="${dist.ear.dir}/lib"/> + <copyfiles files="${file.reference.addressbook-core.jar}" todir="${dist.ear.dir}/lib"/> <copyfiles files="${file.reference.addressbook-mailer.jar}" todir="${dist.ear.dir}/lib"/> <copyfiles files="${reference.addressbook-lib.jar}" todir="${dist.ear.dir}/lib"/> <copyfiles files="${reference.juser-core.jar}" todir="${dist.ear.dir}/lib"/> diff --git a/nbproject/genfiles.properties b/nbproject/genfiles.properties index 4276f60..505169b 100644 --- a/nbproject/genfiles.properties +++ b/nbproject/genfiles.properties @@ -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=022f2a6e -nbproject/build-impl.xml.script.CRC32=5596da13 +nbproject/build-impl.xml.data.CRC32=98c0bc98 +nbproject/build-impl.xml.script.CRC32=249dc3ed nbproject/build-impl.xml.stylesheet.CRC32=6096d939@1.55.1 diff --git a/nbproject/project.properties b/nbproject/project.properties index 4888f2f..f6e9667 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -21,6 +21,7 @@ dist.jar=${dist.dir}/${jar.name} dist.javadoc.dir=${dist.dir}/javadoc endorsed.classpath= excludes= +file.reference.addressbook-core.jar=lib/addressbook-core.jar file.reference.addressbook-mailer.jar=lib/addressbook-mailer.jar file.reference.jaddressbook-core.jar=lib/jaddressbook-core.jar file.reference.jaddressbook-lib.jar=lib/jaddressbook-lib.jar @@ -67,6 +68,7 @@ javac.classpath=\ ${file.reference.jaddressbook-core.jar}:\ ${file.reference.jaddressbook-lib.jar}:\ ${file.reference.jmailer-ee.jar}:\ + ${file.reference.addressbook-core.jar}:\ ${file.reference.addressbook-mailer.jar}:\ ${reference.addressbook-lib.jar}:\ ${reference.juser-core.jar} @@ -109,6 +111,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.addressbook-core.jar=../addressbook-core/src/ source.reference.addressbook-mailer.jar=../addressbook-mailer/src/ source.reference.jaddressbook-core.jar=../jaddressbook-core/src/ source.reference.jaddressbook-lib.jar=../jaddressbook-lib/src/ diff --git a/nbproject/project.xml b/nbproject/project.xml index 1ea21cb..74f0a82 100644 --- a/nbproject/project.xml +++ b/nbproject/project.xml @@ -20,6 +20,7 @@ <included-library dirs="200">file.reference.jaddressbook-core.jar</included-library> <included-library dirs="200">file.reference.jaddressbook-lib.jar</included-library> <included-library dirs="200">file.reference.jmailer-ee.jar</included-library> + <included-library dirs="200">file.reference.addressbook-core.jar</included-library> <included-library dirs="200">file.reference.addressbook-mailer.jar</included-library> <included-library dirs="200">reference.addressbook-lib.jar</included-library> <included-library dirs="200">reference.juser-core.jar</included-library>