From: Roland Haeder Date: Fri, 4 Sep 2015 23:06:39 +0000 (+0200) Subject: Ignored backup files + updated jars + renamed projects X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c7469fd4ded837ef88b013f7d5f215edadbe04ae;p=pizzaservice.git Ignored backup files + updated jars + renamed projects Signed-off-by: Roland Häder --- diff --git a/.gitignore b/.gitignore index 50aae30..197e836 100644 --- a/.gitignore +++ b/.gitignore @@ -6,8 +6,4 @@ /PizzaService-ejb/build/ /PizzaService-ejb/dist/ /PizzaService-ejb/nbproject/private/ -/PizzaService-war/build/ -/PizzaService-war/data/*.* -/PizzaService-war/dist/ -/PizzaService-war/nbproject/private/ -/PizzaService-war/config.properties +/*/*/*~ diff --git a/PizzaService-ejb/lib/jcore-ejb.jar b/PizzaService-ejb/lib/jcore-ejb.jar new file mode 100644 index 0000000..261eaa8 Binary files /dev/null and b/PizzaService-ejb/lib/jcore-ejb.jar differ diff --git a/PizzaService-ejb/lib/jcore.jar b/PizzaService-ejb/lib/jcore.jar index f9fd3c4..512369d 100644 Binary files a/PizzaService-ejb/lib/jcore.jar and b/PizzaService-ejb/lib/jcore.jar differ diff --git a/PizzaService-ejb/lib/jsfcore.jar b/PizzaService-ejb/lib/jsfcore.jar deleted file mode 100644 index c854dee..0000000 Binary files a/PizzaService-ejb/lib/jsfcore.jar and /dev/null differ diff --git a/PizzaService-ejb/lib/jshop-core.jar b/PizzaService-ejb/lib/jshop-core.jar index 4f792b8..48fd3ca 100644 Binary files a/PizzaService-ejb/lib/jshop-core.jar and b/PizzaService-ejb/lib/jshop-core.jar differ diff --git a/PizzaService-ejb/lib/jshop-ejb.jar b/PizzaService-ejb/lib/jshop-ejb.jar new file mode 100644 index 0000000..0ba207f Binary files /dev/null and b/PizzaService-ejb/lib/jshop-ejb.jar differ diff --git a/PizzaService-ejb/lib/jshop.jar b/PizzaService-ejb/lib/jshop.jar deleted file mode 100644 index 0ba207f..0000000 Binary files a/PizzaService-ejb/lib/jshop.jar and /dev/null differ diff --git a/PizzaService-ejb/nbproject/build-impl.xml b/PizzaService-ejb/nbproject/build-impl.xml index 8b62fec..d85ff16 100644 --- a/PizzaService-ejb/nbproject/build-impl.xml +++ b/PizzaService-ejb/nbproject/build-impl.xml @@ -831,12 +831,12 @@ exists or setup the property manually. For example like this: - - + + @@ -844,12 +844,12 @@ exists or setup the property manually. For example like this: - - + + @@ -857,12 +857,12 @@ exists or setup the property manually. For example like this: - - - - - - + + + + + + @@ -871,12 +871,12 @@ exists or setup the property manually. For example like this: - - + + diff --git a/PizzaService-ejb/nbproject/genfiles.properties b/PizzaService-ejb/nbproject/genfiles.properties index 2fce4db..9b437e9 100644 --- a/PizzaService-ejb/nbproject/genfiles.properties +++ b/PizzaService-ejb/nbproject/genfiles.properties @@ -1,8 +1,8 @@ -build.xml.data.CRC32=e3eaa31e +build.xml.data.CRC32=5a798003 build.xml.script.CRC32=cabe2e92 build.xml.stylesheet.CRC32=5910fda3@1.51.1 # This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml. # Do not edit this file. You may delete it but then the IDE will never regenerate such files for you. -nbproject/build-impl.xml.data.CRC32=e3eaa31e -nbproject/build-impl.xml.script.CRC32=a791b0c6 +nbproject/build-impl.xml.data.CRC32=5a798003 +nbproject/build-impl.xml.script.CRC32=04ee0484 nbproject/build-impl.xml.stylesheet.CRC32=6096d939@1.51.1 diff --git a/PizzaService-ejb/nbproject/project.properties b/PizzaService-ejb/nbproject/project.properties index 3ae0961..ede5b60 100644 --- a/PizzaService-ejb/nbproject/project.properties +++ b/PizzaService-ejb/nbproject/project.properties @@ -24,10 +24,10 @@ excludes= file.reference.cdi-api.jar=lib/cdi-api.jar file.reference.commons-codec-1.10.jar=lib/commons-codec-1.10.jar file.reference.commons-lang3-3.4.jar=lib/commons-lang3-3.4.jar +file.reference.jcore-ejb.jar=lib/jcore-ejb.jar file.reference.jcore.jar=lib/jcore.jar -file.reference.jsfcore.jar=lib/jsfcore.jar file.reference.jshop-core.jar=lib/jshop-core.jar -file.reference.jshop.jar=lib/jshop.jar +file.reference.jshop-ejb.jar=lib/jshop-ejb.jar file.reference.log4j-api-2.3.jar=lib/log4j-api-2.3.jar file.reference.log4j-core-2.3.jar=lib/log4j-core-2.3.jar file.reference.log4j-web-2.3.jar=lib/log4j-web-2.3.jar @@ -51,12 +51,12 @@ javac.classpath=\ ${file.reference.commons-codec-1.10.jar}:\ ${file.reference.commons-lang3-3.4.jar}:\ ${file.reference.jcore.jar}:\ - ${file.reference.jsfcore.jar}:\ - ${file.reference.jshop.jar}:\ ${file.reference.log4j-api-2.3.jar}:\ ${file.reference.log4j-core-2.3.jar}:\ ${file.reference.log4j-web-2.3.jar}:\ - ${file.reference.jshop-core.jar} + ${file.reference.jshop-core.jar}:\ + ${file.reference.jcore-ejb.jar}:\ + ${file.reference.jshop-ejb.jar} javac.debug=true javac.deprecation=true javac.processorpath=\ @@ -93,10 +93,10 @@ run.test.classpath=\ # (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value): runmain.jvmargs= source.encoding=UTF-8 +source.reference.jcore-ejb.jar=../jcore-ejb/src/ source.reference.jcore.jar=../../jcore/src -source.reference.jsfcore.jar=../../jsfcore/src/ source.reference.jshop-core.jar=../../jshop-core/src/ -source.reference.jshop.jar=../../jshop/src/ +source.reference.jshop-ejb.jar=../jshop-ejb/src/ source.root=src src.dir=${source.root}/java test.src.dir=test diff --git a/PizzaService-ejb/nbproject/project.xml b/PizzaService-ejb/nbproject/project.xml index f6efbcd..560a51d 100644 --- a/PizzaService-ejb/nbproject/project.xml +++ b/PizzaService-ejb/nbproject/project.xml @@ -10,12 +10,12 @@ file.reference.commons-codec-1.10.jar file.reference.commons-lang3-3.4.jar file.reference.jcore.jar - file.reference.jsfcore.jar - file.reference.jshop.jar file.reference.log4j-api-2.3.jar file.reference.log4j-core-2.3.jar file.reference.log4j-web-2.3.jar file.reference.jshop-core.jar + file.reference.jcore-ejb.jar + file.reference.jshop-ejb.jar