]> git.mxchange.org Git - pizzaservice-war.git/commit
Initial commit
authorRoland Haeder <roland@mxchange.org>
Thu, 6 Aug 2015 07:13:39 +0000 (09:13 +0200)
committerRoland Haeder <roland@mxchange.org>
Thu, 6 Aug 2015 07:13:39 +0000 (09:13 +0200)
commit17f3444497f0c97620114c5dfdcaa9c039510936
tree9f6e0bd026e95ce915ae1d29d6dcede2eb35f261
Initial commit
Signed-off-by:Roland Häder <roland@mxchange.org>
22 files changed:
.gitignore [new file with mode: 0644]
build.xml [new file with mode: 0644]
config.properties [new file with mode: 0644]
lib/CopyLibs/org-netbeans-modules-java-j2seproject-copylibstask.jar [new file with mode: 0644]
lib/log4j-api-2.3.jar [new file with mode: 0644]
lib/log4j-core-2.3.jar [new file with mode: 0644]
lib/nblibraries.properties [new file with mode: 0644]
src/conf/MANIFEST.MF [new file with mode: 0644]
src/java/log4j2.xml [new file with mode: 0644]
src/java/org/mxchange/localization/bundle_de_DE.properties [new file with mode: 0644]
src/java/org/mxchange/localization/bundle_en_US.properties [new file with mode: 0644]
src/java/org/mxchange/pizzaservice/product/PizzaProduct.java [new file with mode: 0644]
src/java/org/mxchange/pizzaservice/product/Product.java [new file with mode: 0644]
src/java/org/mxchange/pizzaservice/service/PizzaService.java [new file with mode: 0644]
src/java/org/mxchange/pizzaservice/service/Service.java [new file with mode: 0644]
web/WEB-INF/glassfish-web.xml [new file with mode: 0644]
web/WEB-INF/web.xml [new file with mode: 0644]
web/bye.jsp [new file with mode: 0644]
web/errorHandler.jsp [new file with mode: 0644]
web/finished.jsp [new file with mode: 0644]
web/index.jsp [new file with mode: 0644]
web/order.jsp [new file with mode: 0644]