]> git.mxchange.org Git - jcore-logger-ejb.git/commitdiff
Removed jshop-ee-lib.jar as this is not needed here.
authorRoland Haeder <roland@mxchange.org>
Wed, 9 Sep 2015 09:08:23 +0000 (11:08 +0200)
committerRoland Haeder <roland@mxchange.org>
Wed, 9 Sep 2015 09:08:23 +0000 (11:08 +0200)
Signed-off-by:Roland Häder <roland@mxchange.org>

lib/jshop-ee-lib.jar [deleted file]
nbproject/build-impl.xml
nbproject/genfiles.properties
nbproject/project.xml

diff --git a/lib/jshop-ee-lib.jar b/lib/jshop-ee-lib.jar
deleted file mode 100644 (file)
index 657fb70..0000000
Binary files a/lib/jshop-ee-lib.jar and /dev/null differ
index 3a9d1996e57b080af236bff9c1ce884992e814ba..1699ec5e7e08137a3a0d1b6f94456bd2d8f96d1b 100644 (file)
@@ -819,29 +819,25 @@ exists or setup the property manually. For example like this:
     <target depends="compile,-library-inclusion-in-archive-weblogic,-library-inclusion-in-archive-by-user" name="library-inclusion-in-archive"/>
     <target if="is.jars.in.ejbjar" name="-library-inclusion-in-archive-by-user">
         <copyfiles files="${file.reference.cdi-api.jar}" todir="${build.classes.dir}"/>
-        <copyfiles files="${file.reference.jshop-ee-lib.jar}" todir="${build.classes.dir}"/>
         <copyfiles files="${file.reference.log4j-api-2.3.jar}" todir="${build.classes.dir}"/>
         <copyfiles files="${file.reference.log4j-core-2.3.jar}" todir="${build.classes.dir}"/>
         <copyfiles files="${file.reference.log4j-web-2.3.jar}" todir="${build.classes.dir}"/>
     </target>
     <target if="is.server.weblogic" name="-library-inclusion-in-archive-weblogic">
         <basename file="${file.reference.cdi-api.jar}" property="manifest.file.reference.cdi-api.jar"/>
-        <basename file="${file.reference.jshop-ee-lib.jar}" property="manifest.file.reference.jshop-ee-lib.jar"/>
         <basename file="${file.reference.log4j-api-2.3.jar}" property="manifest.file.reference.log4j-api-2.3.jar"/>
         <basename file="${file.reference.log4j-core-2.3.jar}" property="manifest.file.reference.log4j-core-2.3.jar"/>
         <basename file="${file.reference.log4j-web-2.3.jar}" property="manifest.file.reference.log4j-web-2.3.jar"/>
         <manifest file="${build.ear.classes.dir}/META-INF/MANIFEST.MF" mode="update">
-            <attribute name="Extension-List" value="jar-1 jar-2 jar-3 jar-4 jar-5 "/>
+            <attribute name="Extension-List" value="jar-1 jar-2 jar-3 jar-4 "/>
             <attribute name="jar-1-Extension-Name" value="${manifest.file.reference.cdi-api.jar}"/>
-            <attribute name="jar-2-Extension-Name" value="${manifest.file.reference.jshop-ee-lib.jar}"/>
-            <attribute name="jar-3-Extension-Name" value="${manifest.file.reference.log4j-api-2.3.jar}"/>
-            <attribute name="jar-4-Extension-Name" value="${manifest.file.reference.log4j-core-2.3.jar}"/>
-            <attribute name="jar-5-Extension-Name" value="${manifest.file.reference.log4j-web-2.3.jar}"/>
+            <attribute name="jar-2-Extension-Name" value="${manifest.file.reference.log4j-api-2.3.jar}"/>
+            <attribute name="jar-3-Extension-Name" value="${manifest.file.reference.log4j-core-2.3.jar}"/>
+            <attribute name="jar-4-Extension-Name" value="${manifest.file.reference.log4j-web-2.3.jar}"/>
         </manifest>
     </target>
     <target depends="compile" name="library-inclusion-in-manifest">
         <copyfiles files="${file.reference.cdi-api.jar}" todir="${dist.ear.dir}/lib"/>
-        <copyfiles files="${file.reference.jshop-ee-lib.jar}" todir="${dist.ear.dir}/lib"/>
         <copyfiles files="${file.reference.log4j-api-2.3.jar}" todir="${dist.ear.dir}/lib"/>
         <copyfiles files="${file.reference.log4j-core-2.3.jar}" todir="${dist.ear.dir}/lib"/>
         <copyfiles files="${file.reference.log4j-web-2.3.jar}" todir="${dist.ear.dir}/lib"/>
index c1f6051c698a6c7c24550b6019054baeaf2db482..fdf20db546b247e19a0a38f6f72d5658e0a79bd8 100644 (file)
@@ -1,8 +1,8 @@
-build.xml.data.CRC32=2d3b532f
+build.xml.data.CRC32=b763880c
 build.xml.script.CRC32=122158a6
 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=2d3b532f
-nbproject/build-impl.xml.script.CRC32=0ca2d175
+nbproject/build-impl.xml.data.CRC32=b763880c
+nbproject/build-impl.xml.script.CRC32=6c1c87b3
 nbproject/build-impl.xml.stylesheet.CRC32=6096d939@1.51.1
index b0238b6393a0d13797d1e9118d5a6c750e1b7ff6..880d1e799359bec5b3520f61ec126c2c45c30bec 100644 (file)
@@ -6,7 +6,6 @@
             <name>jcore-ee-logger</name>
             <minimum-ant-version>1.6.5</minimum-ant-version>
             <included-library dirs="200">file.reference.cdi-api.jar</included-library>
-            <included-library dirs="200">file.reference.jshop-ee-lib.jar</included-library>
             <included-library dirs="200">file.reference.log4j-api-2.3.jar</included-library>
             <included-library dirs="200">file.reference.log4j-core-2.3.jar</included-library>
             <included-library dirs="200">file.reference.log4j-web-2.3.jar</included-library>