From: Roland Haeder Date: Thu, 3 Sep 2015 06:27:12 +0000 (+0200) Subject: moved to proper location X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2955e7dfe53387b2b57d81d8a4c3c85e9fb09ee0;p=pizzaservice-war.git moved to proper location Signed-off-by:Roland Häder --- diff --git a/src/java/org/mxchange/pizzaapplication/beans/customer/PizzaServiceCustomerBean.java b/src/java/org/mxchange/pizzaapplication/beans/customer/PizzaServiceCustomerBean.java index 3855b88a..d59caac5 100644 --- a/src/java/org/mxchange/pizzaapplication/beans/customer/PizzaServiceCustomerBean.java +++ b/src/java/org/mxchange/pizzaapplication/beans/customer/PizzaServiceCustomerBean.java @@ -39,7 +39,7 @@ public class PizzaServiceCustomerBean extends BaseFrameworkBean implements Custo /** * Serial number */ - private static final long serialVersionUID = 543145347916L; + private static final long serialVersionUID = 542145347916L; /** * Contact instance diff --git a/web/WEB-INF/templates.dist/guest_page.xhtml b/web/WEB-INF/templates.dist/guest_page.xhtml new file mode 100644 index 00000000..4577b9ae --- /dev/null +++ b/web/WEB-INF/templates.dist/guest_page.xhtml @@ -0,0 +1,29 @@ + + + + + + Your page's title here + + + + + + + Your header above content here + + + + Here goes your content. + + + + + + + diff --git a/web/templates.dist/guest_page.xhtml b/web/templates.dist/guest_page.xhtml deleted file mode 100644 index 4577b9ae..00000000 --- a/web/templates.dist/guest_page.xhtml +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - Your page's title here - - - - - - - Your header above content here - - - - Here goes your content. - - - - - - -