From: Roland Haeder Date: Sat, 9 Apr 2016 16:10:12 +0000 (+0200) Subject: introduced new lib jphone-lib.jar which holds remote interfaces for jphone-core ... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5947bdd53406c9e28ed74fcf4f6a2a2ee3268fd7;p=pizzaservice.git introduced new lib jphone-lib.jar which holds remote interfaces for jphone-core + added jcountry-lib (new dependency) --- diff --git a/PizzaService-ejb/lib/jcontacts-core.jar b/PizzaService-ejb/lib/jcontacts-core.jar new file mode 100644 index 0000000..59559ef Binary files /dev/null and b/PizzaService-ejb/lib/jcontacts-core.jar differ diff --git a/PizzaService-ejb/lib/jphone-core.jar b/PizzaService-ejb/lib/jphone-core.jar new file mode 100644 index 0000000..be67aae Binary files /dev/null and b/PizzaService-ejb/lib/jphone-core.jar differ diff --git a/PizzaService-ejb/nbproject/build-impl.xml b/PizzaService-ejb/nbproject/build-impl.xml index b6fa76c..e675881 100644 --- a/PizzaService-ejb/nbproject/build-impl.xml +++ b/PizzaService-ejb/nbproject/build-impl.xml @@ -831,6 +831,8 @@ exists or setup the property manually. For example like this: + + @@ -841,19 +843,23 @@ exists or setup the property manually. For example like this: + + - + - - - + + + + + @@ -862,6 +868,8 @@ exists or setup the property manually. For example like this: + + diff --git a/PizzaService-ejb/nbproject/genfiles.properties b/PizzaService-ejb/nbproject/genfiles.properties index b0a3d1a..60ce269 100644 --- a/PizzaService-ejb/nbproject/genfiles.properties +++ b/PizzaService-ejb/nbproject/genfiles.properties @@ -3,6 +3,6 @@ build.xml.script.CRC32=cabe2e92 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=3f3880db -nbproject/build-impl.xml.script.CRC32=53812a0a +nbproject/build-impl.xml.data.CRC32=5de26d8a +nbproject/build-impl.xml.script.CRC32=4fc94a79 nbproject/build-impl.xml.stylesheet.CRC32=6096d939@1.55.1 diff --git a/PizzaService-ejb/nbproject/project.properties b/PizzaService-ejb/nbproject/project.properties index 97c442b..ad9fa13 100644 --- a/PizzaService-ejb/nbproject/project.properties +++ b/PizzaService-ejb/nbproject/project.properties @@ -22,10 +22,12 @@ dist.javadoc.dir=${dist.dir}/javadoc endorsed.classpath= excludes= file.reference.cdi-api.jar=lib/cdi-api.jar +file.reference.jcontacts-core.jar=lib/jcontacts-core.jar file.reference.jcore-logger-lib.jar=lib/jcore-logger-lib.jar file.reference.jcoreee.jar=lib/jcoreee.jar 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.jshop-core.jar=lib/jshop-core.jar file.reference.jshop-ee-lib.jar=lib/jshop-ee-lib.jar includes=** @@ -48,6 +50,8 @@ javac.classpath=\ ${file.reference.jcoreee.jar}:\ ${file.reference.jcore-logger-lib.jar}:\ ${reference.PizzaService-lib.jar}:\ + ${file.reference.jcontacts-core.jar}:\ + ${file.reference.jphone-core.jar}:\ ${file.reference.jshop-core.jar}:\ ${file.reference.jshop-ee-lib.jar}:\ ${file.reference.cdi-api.jar} @@ -88,10 +92,12 @@ 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-core.jar=../jcontacts-core/src/ source.reference.jcore-logger-lib.jar=../jcore-logger-lib/src/ source.reference.jcoreee.jar=../../jcoreee/src/ 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.jshop-core.jar=../../jshop-core/src/ source.reference.jshop-ee-lib.jar=../../jshop-ee-lib/src/ source.root=src diff --git a/PizzaService-ejb/nbproject/project.xml b/PizzaService-ejb/nbproject/project.xml index ea2fe4e..fca16a2 100644 --- a/PizzaService-ejb/nbproject/project.xml +++ b/PizzaService-ejb/nbproject/project.xml @@ -10,6 +10,8 @@ file.reference.jcoreee.jar file.reference.jcore-logger-lib.jar reference.PizzaService-lib.jar + file.reference.jcontacts-core.jar + file.reference.jphone-core.jar file.reference.jshop-core.jar file.reference.jshop-ee-lib.jar file.reference.cdi-api.jar diff --git a/PizzaService-ejb/src/conf/persistence.xml b/PizzaService-ejb/src/conf/persistence.xml index fe0161d..ad81acb 100644 --- a/PizzaService-ejb/src/conf/persistence.xml +++ b/PizzaService-ejb/src/conf/persistence.xml @@ -2,7 +2,12 @@ jdbc/shop + org.mxchange.jcontacts.contact.UserContact org.mxchange.jcountry.data.CountryData + org.mxchange.jphone.phonenumbers.cellphone.CellphoneNumber + org.mxchange.jphone.phonenumbers.fax.FaxNumber + org.mxchange.jphone.phonenumbers.landline.LandLineNumber + org.mxchange.jphone.phonenumbers.smsprovider.CellphoneProvider org.mxchange.jshopcore.model.basket.items.BasketItem org.mxchange.jshopcore.model.category.ProductCategory org.mxchange.jshopcore.model.customer.ShopCustomer