]> git.mxchange.org Git - jcore-logger-ejb.git/commitdiff
updated log4j to v2.8
authorRoland Häder <roland@mxchange.org>
Wed, 1 Feb 2017 16:48:22 +0000 (17:48 +0100)
committerRoland Häder <roland@mxchange.org>
Wed, 1 Feb 2017 16:48:22 +0000 (17:48 +0100)
lib/log4j/log4j-api-2.7.jar [deleted file]
lib/log4j/log4j-api-2.8.jar [new file with mode: 0644]
lib/log4j/log4j-core-2.7.jar [deleted file]
lib/log4j/log4j-core-2.8.jar [new file with mode: 0644]
lib/log4j/log4j-web-2.7.jar [deleted file]
lib/log4j/log4j-web-2.8.jar [new file with mode: 0644]
nbproject/ant-deploy.xml

diff --git a/lib/log4j/log4j-api-2.7.jar b/lib/log4j/log4j-api-2.7.jar
deleted file mode 100644 (file)
index b921631..0000000
Binary files a/lib/log4j/log4j-api-2.7.jar and /dev/null differ
diff --git a/lib/log4j/log4j-api-2.8.jar b/lib/log4j/log4j-api-2.8.jar
new file mode 100644 (file)
index 0000000..8dd4a22
Binary files /dev/null and b/lib/log4j/log4j-api-2.8.jar differ
diff --git a/lib/log4j/log4j-core-2.7.jar b/lib/log4j/log4j-core-2.7.jar
deleted file mode 100644 (file)
index c0feb23..0000000
Binary files a/lib/log4j/log4j-core-2.7.jar and /dev/null differ
diff --git a/lib/log4j/log4j-core-2.8.jar b/lib/log4j/log4j-core-2.8.jar
new file mode 100644 (file)
index 0000000..d592e92
Binary files /dev/null and b/lib/log4j/log4j-core-2.8.jar differ
diff --git a/lib/log4j/log4j-web-2.7.jar b/lib/log4j/log4j-web-2.7.jar
deleted file mode 100644 (file)
index d142e6a..0000000
Binary files a/lib/log4j/log4j-web-2.7.jar and /dev/null differ
diff --git a/lib/log4j/log4j-web-2.8.jar b/lib/log4j/log4j-web-2.8.jar
new file mode 100644 (file)
index 0000000..2bbeb6b
Binary files /dev/null and b/lib/log4j/log4j-web-2.8.jar differ
index 2d5f8778d18757ea5ded4eea4da13ca1adc51093..8b3a547cb9e65aeaa38b8a6396b09886990e4d5f 100644 (file)
@@ -8,7 +8,7 @@
         <tempfile prefix="gfv3" property="gfv3.password.file" destdir="${java.io.tmpdir}"/>  <!-- do not forget to delete this! -->
         <echo message="AS_ADMIN_PASSWORD=${gfv3.password}" file="${gfv3.password.file}"/>
     </target>
-    
+
     <target name="-parse-sun-web" depends="-init-cl-deployment-env" if="sun.web.present">
         <tempfile prefix="gfv3" property="temp.sun.web" destdir="${java.io.tmpdir}"/>
         <copy file="${deploy.ant.docbase.dir}/WEB-INF/sun-web.xml" tofile="${temp.sun.web}"/>
@@ -22,7 +22,7 @@
             <replacevalue><![CDATA[--> <sun-web-app]]></replacevalue>
         </replace>
         <xmlproperty file="${temp.sun.web}" validate="false">
-        </xmlproperty>    
+        </xmlproperty>
         <delete file="${temp.sun.web}"/>
         <condition property="deploy.ant.client.url" value="${gfv3.url}${sun-web-app.context-root}" else="${gfv3.url}/${ant.project.name}">
             <isset property="sun-web-app.context-root"/>
@@ -79,7 +79,7 @@
         <property name="full.deploy.ant.archive" location="${deploy.ant.archive}"/>
         <get src="${gfv3.admin.url}/__asadmin/deploy?path=${full.deploy.ant.archive}${deploy.context.root.argument}&amp;force=true&amp;name=${ant.project.name}"
             dest="${gfv3.results.file}"/>
-        <delete file="${gfv3.results.file}"/>    
+        <delete file="${gfv3.results.file}"/>
     </target>
     <target name="-deploy-with-pw" if="gfv3.password">
         <echo message="Deploying ${deploy.ant.archive}"/>
@@ -99,7 +99,7 @@
         <tempfile prefix="gfv3" property="gfv3.results.file" destdir="${java.io.tmpdir}"/>  <!-- do not forget to delete this! -->
         <get src="${gfv3.admin.url}/__asadmin/undeploy?name=${ant.project.name}"
             dest="${gfv3.results.file}"/>
-        <delete file="${gfv3.results.file}"/>    
+        <delete file="${gfv3.results.file}"/>
     </target>
     <target name="-undeploy-with-pw" if="gfv3.password">
         <echo message="Undeploying ${deploy.ant.archive}"/>