]> git.mxchange.org Git - pizzaservice-swing.git/commitdiff
Updated author (email address) + jars + implemented very basic basket
authorRoland Haeder <roland@mxchange.org>
Thu, 10 Sep 2015 13:40:29 +0000 (15:40 +0200)
committerRoland Haeder <roland@mxchange.org>
Thu, 10 Sep 2015 13:40:29 +0000 (15:40 +0200)
Signed-off-by:Roland Häder <roland@mxchange.org>

lib/jcoreee.jar
lib/jshop-core.jar
lib/jshop-ee-lib.jar
src/org/mxchange/pizzaapplication/application/PizzaApplication.java
src/org/mxchange/pizzaapplication/application/PizzaServiceApplication.java

index 963ff769842e10dc653a66a7c0a12233947fe660..935a2c95c4a2c3876bdb5fbc0aa3c28141edb024 100644 (file)
Binary files a/lib/jcoreee.jar and b/lib/jcoreee.jar differ
index 8bd977aceaa10e6d584bd3c58fd6d2533a5dbf5f..4b07e19ee3c21d6130ea27bfdeeeb563eda320bc 100644 (file)
Binary files a/lib/jshop-core.jar and b/lib/jshop-core.jar differ
index 004480c6f93632dea08a72bd7b579705f9bfb815..f077244855e9b65095a8c2e9c89ad0c0e558305f 100644 (file)
Binary files a/lib/jshop-ee-lib.jar and b/lib/jshop-ee-lib.jar differ
index e412d491722db9e83603982502a647c0cf8308bf..5fe0ae6b7cc69c81b08cf3ee43698e3e95c67756 100644 (file)
@@ -28,7 +28,7 @@ import org.mxchange.jshopcore.model.product.Product;
 
 /**
  *
- * @author Roland Haeder
+ * @author Roland Haeder<roland@mxchange.org>
  */
 public interface PizzaApplication extends Application {
        /**
index 6b7ff82180c045fc2dcf38b21cff1ecd52f27e89..fc4bf918bdd8e83395b3bc01dff976e7c1d6e95f 100644 (file)
@@ -29,7 +29,7 @@ import org.mxchange.jshopcore.model.product.Product;
 /**
  * Main application class
  *
- * @author Roland Haeder
+ * @author Roland Haeder<roland@mxchange.org>
  */
 public class PizzaServiceApplication extends BaseFrameworkSystem implements PizzaApplication {
        /**