]> git.mxchange.org Git - pizzaservice-core.git/commitdiff
Merge branch 'rewrites/jpa'
authorRoland Haeder <roland@mxchange.org>
Thu, 1 Oct 2015 18:39:31 +0000 (20:39 +0200)
committerRoland Haeder <roland@mxchange.org>
Thu, 1 Oct 2015 18:39:31 +0000 (20:39 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
PizzaService-ejb/lib/MySQLDriver/mysql-connector-java-5.1.23-bin.jar [deleted file]
PizzaService-ejb/lib/jcore-logger-lib.jar
PizzaService-ejb/lib/jcore.jar
PizzaService-ejb/lib/jshop-core.jar
PizzaService-ejb/nbproject/build-impl.xml
PizzaService-ejb/nbproject/genfiles.properties
PizzaService-ejb/nbproject/project.xml

diff --git a/PizzaService-ejb/lib/MySQLDriver/mysql-connector-java-5.1.23-bin.jar b/PizzaService-ejb/lib/MySQLDriver/mysql-connector-java-5.1.23-bin.jar
deleted file mode 100644 (file)
index 1f90414..0000000
Binary files a/PizzaService-ejb/lib/MySQLDriver/mysql-connector-java-5.1.23-bin.jar and /dev/null differ
index ba2d301c3df86f10a83fa9515cd7a7b1b05280bc..463d15b1a912757aca434cba7c2b1b3e7270e54b 100644 (file)
Binary files a/PizzaService-ejb/lib/jcore-logger-lib.jar and b/PizzaService-ejb/lib/jcore-logger-lib.jar differ
index a656d48c28300f77bb29968479825c31341dbb3d..197b9734f769ec7838a7632dec07f052ddc5990f 100644 (file)
Binary files a/PizzaService-ejb/lib/jcore.jar and b/PizzaService-ejb/lib/jcore.jar differ
index 5ae7004cad7ce4d85f85fe7c9be4db18f873c54b..a82aaf80da08c7c4ccc2abf971a83238974e7019 100644 (file)
Binary files a/PizzaService-ejb/lib/jshop-core.jar and b/PizzaService-ejb/lib/jshop-core.jar differ
index 27ca1db7b79ec030610dde4074a7b0d17db4d155..a1e704dcfcfd261b2a49b57063cf166ea9292b96 100644 (file)
@@ -873,7 +873,10 @@ exists or setup the property manually. For example like this:
     <target if="is.jars.in.ejbjar" name="-library-inclusion-in-archive-by-user">
         <copyfiles files="${file.reference.jcoreee.jar}" todir="${build.classes.dir}"/>
         <copyfiles files="${file.reference.jcore-logger-lib.jar}" todir="${build.classes.dir}"/>
+<<<<<<< HEAD
+=======
         <copyfiles files="${reference.PizzaService-lib.jar}" todir="${build.classes.dir}"/>
+>>>>>>> rewrites/jpa
         <copyfiles files="${file.reference.jshop-core.jar}" todir="${build.classes.dir}"/>
         <copyfiles files="${file.reference.jshop-ee-lib.jar}" todir="${build.classes.dir}"/>
         <copyfiles files="${file.reference.cdi-api.jar}" todir="${build.classes.dir}"/>
@@ -881,7 +884,10 @@ exists or setup the property manually. For example like this:
     <target if="is.server.weblogic" name="-library-inclusion-in-archive-weblogic">
         <basename file="${file.reference.jcoreee.jar}" property="manifest.file.reference.jcoreee.jar"/>
         <basename file="${file.reference.jcore-logger-lib.jar}" property="manifest.file.reference.jcore-logger-lib.jar"/>
+<<<<<<< HEAD
+=======
         <basename file="${reference.PizzaService-lib.jar}" property="manifest.reference.PizzaService-lib.jar"/>
+>>>>>>> rewrites/jpa
         <basename file="${file.reference.jshop-core.jar}" property="manifest.file.reference.jshop-core.jar"/>
         <basename file="${file.reference.jshop-ee-lib.jar}" property="manifest.file.reference.jshop-ee-lib.jar"/>
         <basename file="${file.reference.cdi-api.jar}" property="manifest.file.reference.cdi-api.jar"/>
@@ -889,16 +895,25 @@ exists or setup the property manually. For example like this:
             <attribute name="Extension-List" value="jar-1 jar-2 jar-3 jar-4 jar-5 jar-6 "/>
             <attribute name="jar-1-Extension-Name" value="${manifest.file.reference.jcoreee.jar}"/>
             <attribute name="jar-2-Extension-Name" value="${manifest.file.reference.jcore-logger-lib.jar}"/>
+<<<<<<< HEAD
+            <attribute name="jar-3-Extension-Name" value="${manifest.file.reference.jshop-core.jar}"/>
+            <attribute name="jar-4-Extension-Name" value="${manifest.file.reference.jshop-ee-lib.jar}"/>
+            <attribute name="jar-5-Extension-Name" value="${manifest.reference.PizzaService-lib.jar}"/>
+=======
             <attribute name="jar-3-Extension-Name" value="${manifest.reference.PizzaService-lib.jar}"/>
             <attribute name="jar-4-Extension-Name" value="${manifest.file.reference.jshop-core.jar}"/>
             <attribute name="jar-5-Extension-Name" value="${manifest.file.reference.jshop-ee-lib.jar}"/>
+>>>>>>> rewrites/jpa
             <attribute name="jar-6-Extension-Name" value="${manifest.file.reference.cdi-api.jar}"/>
         </manifest>
     </target>
     <target depends="compile" name="library-inclusion-in-manifest">
         <copyfiles files="${file.reference.jcoreee.jar}" todir="${dist.ear.dir}/lib"/>
         <copyfiles files="${file.reference.jcore-logger-lib.jar}" todir="${dist.ear.dir}/lib"/>
+<<<<<<< HEAD
+=======
         <copyfiles files="${reference.PizzaService-lib.jar}" todir="${dist.ear.dir}/lib"/>
+>>>>>>> rewrites/jpa
         <copyfiles files="${file.reference.jshop-core.jar}" todir="${dist.ear.dir}/lib"/>
         <copyfiles files="${file.reference.jshop-ee-lib.jar}" todir="${dist.ear.dir}/lib"/>
         <copyfiles files="${file.reference.cdi-api.jar}" todir="${dist.ear.dir}/lib"/>
index 8edc767ea91742afa66f607ad32eac81f6af1d18..1b8f2e487d2b8941006350e8ccd029611428e24d 100644 (file)
@@ -3,6 +3,11 @@ 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.
+<<<<<<< HEAD
+nbproject/build-impl.xml.data.CRC32=2efd3682
+nbproject/build-impl.xml.script.CRC32=d1bf7afb
+=======
 nbproject/build-impl.xml.data.CRC32=a9327adf
 nbproject/build-impl.xml.script.CRC32=0299efaf
+>>>>>>> rewrites/jpa
 nbproject/build-impl.xml.stylesheet.CRC32=6096d939@1.51.1
index 2f815ea9d7861f946cea68fbc5fb0243014f7785..b4d3e6711c766a24af2b3ba8d933b009345ebc4e 100644 (file)
@@ -5,12 +5,20 @@
         <data xmlns="http://www.netbeans.org/ns/j2ee-ejbjarproject/3">
             <name>PizzaService-ejb</name>
             <minimum-ant-version>1.6.5</minimum-ant-version>
+<<<<<<< HEAD
+            <included-library dirs="200">file.reference.jcoreee.jar</included-library>
+            <included-library dirs="200">file.reference.jcore-logger-lib.jar</included-library>
+            <included-library dirs="200">file.reference.jshop-core.jar</included-library>
+            <included-library dirs="200">file.reference.jshop-ee-lib.jar</included-library>
+            <included-library dirs="200">reference.PizzaService-lib.jar</included-library>
+=======
             <explicit-platform explicit-source-supported="true"/>
             <included-library dirs="200">file.reference.jcoreee.jar</included-library>
             <included-library dirs="200">file.reference.jcore-logger-lib.jar</included-library>
             <included-library dirs="200">reference.PizzaService-lib.jar</included-library>
             <included-library dirs="200">file.reference.jshop-core.jar</included-library>
             <included-library dirs="200">file.reference.jshop-ee-lib.jar</included-library>
+>>>>>>> rewrites/jpa
             <included-library dirs="200">file.reference.cdi-api.jar</included-library>
             <source-roots>
                 <root id="src.dir"/>