From: Roland Häder Date: Mon, 14 Nov 2016 08:57:53 +0000 (+0100) Subject: Try to cherry-pick: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=82a7061dcee9a96cde64d70c6975706dcbccaabe;p=jcore-logger-ejb.git Try to cherry-pick: - updated Apache Log4J to 2.7 --- diff --git a/lib/log4j/log4j-api-2.6.2.jar b/lib/log4j/log4j-api-2.6.2.jar deleted file mode 100644 index a40cc56..0000000 Binary files a/lib/log4j/log4j-api-2.6.2.jar and /dev/null differ diff --git a/lib/log4j/log4j-api-2.7.jar b/lib/log4j/log4j-api-2.7.jar new file mode 100644 index 0000000..b921631 Binary files /dev/null and b/lib/log4j/log4j-api-2.7.jar differ diff --git a/lib/log4j/log4j-core-2.6.2.jar b/lib/log4j/log4j-core-2.6.2.jar deleted file mode 100644 index 388918f..0000000 Binary files a/lib/log4j/log4j-core-2.6.2.jar and /dev/null differ diff --git a/lib/log4j/log4j-core-2.7.jar b/lib/log4j/log4j-core-2.7.jar new file mode 100644 index 0000000..c0feb23 Binary files /dev/null and b/lib/log4j/log4j-core-2.7.jar differ diff --git a/lib/log4j/log4j-web-2.6.2.jar b/lib/log4j/log4j-web-2.6.2.jar deleted file mode 100644 index 25b1530..0000000 Binary files a/lib/log4j/log4j-web-2.6.2.jar and /dev/null differ diff --git a/lib/log4j/log4j-web-2.7.jar b/lib/log4j/log4j-web-2.7.jar new file mode 100644 index 0000000..d142e6a Binary files /dev/null and b/lib/log4j/log4j-web-2.7.jar differ diff --git a/lib/nblibraries.properties b/lib/nblibraries.properties index c153d19..c060dcd 100644 --- a/lib/nblibraries.properties +++ b/lib/nblibraries.properties @@ -1,11 +1,11 @@ -libs.Apache_Log4J.classpath=\ - ${base}/log4j/log4j-api-2.6.2.jar;\ - ${base}/log4j/log4j-core-2.6.2.jar;\ - ${base}/log4j/log4j-web-2.6.2.jar -libs.Apache_Log4J.displayName=Apache Log4J 2.x -libs.Apache_Log4J.javadoc=\ - https://logging.apache.org/log4j/2.x/log4j-api/apidocs/ -libs.CopyLibs.classpath=\ - ${base}/CopyLibs/org-netbeans-modules-java-j2seproject-copylibstask.jar -libs.CopyLibs.displayName=CopyLibs Task -libs.CopyLibs.prop-version=2.0 +libs.Apache_Log4J.classpath=\ + ${base}/log4j/log4j-api-2.7.jar;\ + ${base}/log4j/log4j-core-2.7.jar;\ + ${base}/log4j/log4j-web-2.7.jar +libs.Apache_Log4J.displayName=Apache Log4J 2.7 +libs.Apache_Log4J.javadoc=\ + https://logging.apache.org/log4j/2.x/log4j-api/apidocs/ +libs.CopyLibs.classpath=\ + ${base}/CopyLibs/org-netbeans-modules-java-j2seproject-copylibstask.jar +libs.CopyLibs.displayName=CopyLibs Task +libs.CopyLibs.prop-version=2.0