]> git.mxchange.org Git - jshop-lib.git/commit
Continued:
authorRoland Haeder <roland@mxchange.org>
Tue, 8 Sep 2015 20:45:02 +0000 (22:45 +0200)
committerRoland Haeder <roland@mxchange.org>
Tue, 8 Sep 2015 20:45:02 +0000 (22:45 +0200)
commit8ff7ded93d58c588fa28e442f6970e4547c14d53
treee6f9a94442ddb848459f79314f5d628d2fb0c68d
parenta242220cbebc16ef6a60b0aac44770f77a3e2d53
Continued:
- had to put all classes and interfaces in one package jar-wide ... :-(
- updated jcore.jar, jcoreee.jar
Signed-off-by:Roland Häder <roland@mxchange.org>
18 files changed:
lib/jcore.jar
lib/jcoreee.jar
lib/jshop-core.jar
nbproject/build-impl.xml
nbproject/genfiles.properties
nbproject/project.properties
nbproject/project.xml
src/org/mxchange/jcore/model/contact/gender/GenderSessionBeanRemote.java [new file with mode: 0644]
src/org/mxchange/jshopcore/model/basket/BasketSessionBeanRemote.java [new file with mode: 0644]
src/org/mxchange/jshopcore/model/category/AdminCategorySessionBeanRemote.java [new file with mode: 0644]
src/org/mxchange/jshopcore/model/category/CategorySessionBeanRemote.java [new file with mode: 0644]
src/org/mxchange/jshopcore/model/customer/CustomerSessionBeanRemote.java [new file with mode: 0644]
src/org/mxchange/jshopcore/model/product/AdminProductSessionBeanRemote.java [new file with mode: 0644]
src/org/mxchange/jshopcore/model/product/ProductSessionBeanRemote.java [new file with mode: 0644]
src/org/mxchange/jshopejb/beans/remote/basket/BasketSessionBeanRemote.java [deleted file]
src/org/mxchange/jshopejb/beans/remote/customer/CustomerSessionBeanRemote.java [deleted file]
src/org/mxchange/jshopejb/beans/remote/data/ShopDataBeanRemote.java [deleted file]
src/org/mxchange/jshopejb/beans/remote/shop/ShopSessionBeanRemote.java [deleted file]