From: Roland Häder <roland@mxchange.org> Date: Wed, 16 Aug 2017 18:28:00 +0000 (+0200) Subject: renamed jshop-ee-lib -> jshop-lib as this is now a remote-interface-only project X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=fe013deca9eed62b42a17751f2a627cfe0925313;p=pizzaservice-ejb.git renamed jshop-ee-lib -> jshop-lib as this is now a remote-interface-only project Signed-off-by: Roland Häder <roland@mxchange.org> --- diff --git a/lib/jshop-ee-lib.jar b/lib/jshop-ee-lib.jar deleted file mode 100644 index 1ad250c..0000000 Binary files a/lib/jshop-ee-lib.jar and /dev/null differ diff --git a/lib/jshop-lib.jar b/lib/jshop-lib.jar new file mode 100644 index 0000000..1ad250c Binary files /dev/null and b/lib/jshop-lib.jar differ diff --git a/nbproject/build-impl.xml b/nbproject/build-impl.xml index 91468b3..01b6754 100644 --- a/nbproject/build-impl.xml +++ b/nbproject/build-impl.xml @@ -865,7 +865,7 @@ exists or setup the property manually. For example like this: <copyfiles files="${file.reference.jproduct-core.jar}" todir="${build.classes.dir}"/> <copyfiles files="${file.reference.jproduct-lib.jar}" todir="${build.classes.dir}"/> <copyfiles files="${file.reference.jshop-core.jar}" todir="${build.classes.dir}"/> - <copyfiles files="${file.reference.jshop-ee-lib.jar}" todir="${build.classes.dir}"/> + <copyfiles files="${file.reference.jshop-lib.jar}" todir="${build.classes.dir}"/> <copyfiles files="${file.reference.jshop-receipt-core.jar}" todir="${build.classes.dir}"/> <copyfiles files="${file.reference.jshop-receipt-lib.jar}" todir="${build.classes.dir}"/> <copyfiles files="${file.reference.jmailer-ee.jar}" todir="${build.classes.dir}"/> @@ -897,7 +897,7 @@ exists or setup the property manually. For example like this: <basename file="${file.reference.jproduct-core.jar}" property="manifest.file.reference.jproduct-core.jar"/> <basename file="${file.reference.jproduct-lib.jar}" property="manifest.file.reference.jproduct-lib.jar"/> <basename file="${file.reference.jshop-core.jar}" property="manifest.file.reference.jshop-core.jar"/> - <basename file="${file.reference.jshop-ee-lib.jar}" property="manifest.file.reference.jshop-ee-lib.jar"/> + <basename file="${file.reference.jshop-lib.jar}" property="manifest.file.reference.jshop-lib.jar"/> <basename file="${file.reference.jshop-receipt-core.jar}" property="manifest.file.reference.jshop-receipt-core.jar"/> <basename file="${file.reference.jshop-receipt-lib.jar}" property="manifest.file.reference.jshop-receipt-lib.jar"/> <basename file="${file.reference.jmailer-ee.jar}" property="manifest.file.reference.jmailer-ee.jar"/> @@ -929,7 +929,7 @@ exists or setup the property manually. For example like this: <attribute name="jar-19-Extension-Name" value="${manifest.file.reference.jproduct-core.jar}"/> <attribute name="jar-20-Extension-Name" value="${manifest.file.reference.jproduct-lib.jar}"/> <attribute name="jar-21-Extension-Name" value="${manifest.file.reference.jshop-core.jar}"/> - <attribute name="jar-22-Extension-Name" value="${manifest.file.reference.jshop-ee-lib.jar}"/> + <attribute name="jar-22-Extension-Name" value="${manifest.file.reference.jshop-lib.jar}"/> <attribute name="jar-23-Extension-Name" value="${manifest.file.reference.jshop-receipt-core.jar}"/> <attribute name="jar-24-Extension-Name" value="${manifest.file.reference.jshop-receipt-lib.jar}"/> <attribute name="jar-25-Extension-Name" value="${manifest.file.reference.jmailer-ee.jar}"/> @@ -962,7 +962,7 @@ exists or setup the property manually. For example like this: <copyfiles files="${file.reference.jproduct-core.jar}" todir="${dist.ear.dir}/lib"/> <copyfiles files="${file.reference.jproduct-lib.jar}" todir="${dist.ear.dir}/lib"/> <copyfiles files="${file.reference.jshop-core.jar}" todir="${dist.ear.dir}/lib"/> - <copyfiles files="${file.reference.jshop-ee-lib.jar}" todir="${dist.ear.dir}/lib"/> + <copyfiles files="${file.reference.jshop-lib.jar}" todir="${dist.ear.dir}/lib"/> <copyfiles files="${file.reference.jshop-receipt-core.jar}" todir="${dist.ear.dir}/lib"/> <copyfiles files="${file.reference.jshop-receipt-lib.jar}" todir="${dist.ear.dir}/lib"/> <copyfiles files="${file.reference.jmailer-ee.jar}" todir="${dist.ear.dir}/lib"/> diff --git a/nbproject/project.properties b/nbproject/project.properties index 59ac4df..9246c1e 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -38,7 +38,7 @@ file.reference.jphone-lib.jar=lib/jphone-lib.jar file.reference.jproduct-core.jar=lib/jproduct-core.jar file.reference.jproduct-lib.jar=lib/jproduct-lib.jar file.reference.jshop-core.jar=lib/jshop-core.jar -file.reference.jshop-ee-lib.jar=lib/jshop-ee-lib.jar +file.reference.jshop-lib.jar=lib/jshop-lib.jar file.reference.jshop-receipt-core.jar=lib/jshop-receipt-core.jar file.reference.jshop-receipt-lib.jar=lib/jshop-receipt-lib.jar file.reference.juser-core.jar=lib/juser-core.jar @@ -84,7 +84,7 @@ javac.classpath=\ ${file.reference.jproduct-core.jar}:\ ${file.reference.jproduct-lib.jar}:\ ${file.reference.jshop-core.jar}:\ - ${file.reference.jshop-ee-lib.jar}:\ + ${file.reference.jshop-lib.jar}:\ ${file.reference.jshop-receipt-core.jar}:\ ${file.reference.jshop-receipt-lib.jar}:\ ${file.reference.jmailer-ee.jar}:\ @@ -153,7 +153,7 @@ source.reference.jphone-lib.jar=../jphone-lib/src/ source.reference.jproduct-core.jar=../jproduct-core/src/ source.reference.jproduct-lib.jar=../jproduct-lib/src/ source.reference.jshop-core.jar=../../jshop-core/src/ -source.reference.jshop-ee-lib.jar=../jshop-ee-lib/src/ +source.reference.jshop-lib.jar=../jshop-lib/src/ source.reference.jshop-receipt-core.jar=../jshop-receipt-core/src/ source.reference.jshop-receipt-lib.jar=../jshop-receipt-lib/src/ source.reference.juser-core.jar=../juser-core/src/ diff --git a/nbproject/project.xml b/nbproject/project.xml index 1bc0a6c..1fe7ebd 100644 --- a/nbproject/project.xml +++ b/nbproject/project.xml @@ -26,7 +26,7 @@ <included-library dirs="200">file.reference.jproduct-core.jar</included-library> <included-library dirs="200">file.reference.jproduct-lib.jar</included-library> <included-library dirs="200">file.reference.jshop-core.jar</included-library> - <included-library dirs="200">file.reference.jshop-ee-lib.jar</included-library> + <included-library dirs="200">file.reference.jshop-lib.jar</included-library> <included-library dirs="200">file.reference.jshop-receipt-core.jar</included-library> <included-library dirs="200">file.reference.jshop-receipt-lib.jar</included-library> <included-library dirs="200">file.reference.jmailer-ee.jar</included-library>