]> git.mxchange.org Git - pizzaservice-war.git/commitdiff
Updated jsfcore+jshop + fixed BaseServletSystem
authorRoland Haeder <roland@mxchange.org>
Fri, 28 Aug 2015 20:36:42 +0000 (22:36 +0200)
committerRoland Haeder <roland@mxchange.org>
Fri, 28 Aug 2015 20:36:42 +0000 (22:36 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
lib/jsfcore.jar
lib/jshop.jar
src/java/org/mxchange/pizzaapplication/BasePizzaServiceSystem.java

index 9865324731046e90d011318d24eab563bc7c392d..7be0004710450dc39c2f0af5901b8d2ad7ed3ec6 100644 (file)
Binary files a/lib/jsfcore.jar and b/lib/jsfcore.jar differ
index 9df42b3510e668245aa101de84ddf50cba2347ff..6fa3918d7eb0453a19ac84b5f5b4375e26cf79a5 100644 (file)
Binary files a/lib/jshop.jar and b/lib/jshop.jar differ
index aac7e6eedcb962219ac2233e95dbfc0d6c23f5ea..dfc3cfa9ee0d9a21eb24959fa440bcb11eb33e99 100644 (file)
  */
 package org.mxchange.pizzaapplication;
 
-import org.mxchange.jshop.BaseShopSystem;
+import org.mxchange.jsfcore.BaseServletSystem;
 
 /**
  * A general class for whole pizza application.
  *
  * @author Roland Haeder
  */
-public class BasePizzaServiceSystem extends BaseShopSystem {
+public class BasePizzaServiceSystem extends BaseServletSystem {
 }