]> git.mxchange.org Git - jcore-logger-lib.git/commitdiff
added log4j
authorRoland Haeder <roland@mxchange.org>
Mon, 21 Sep 2015 13:36:28 +0000 (15:36 +0200)
committerRoland Haeder <roland@mxchange.org>
Mon, 21 Sep 2015 13:36:28 +0000 (15:36 +0200)
Signed-off-by:Roland Häder <roland@mxchange.org>

lib/log4j-api-2.3.jar [new file with mode: 0644]
lib/log4j-core-2.3.jar [new file with mode: 0644]
lib/log4j-web-2.3.jar [new file with mode: 0644]
nbproject/project.properties

diff --git a/lib/log4j-api-2.3.jar b/lib/log4j-api-2.3.jar
new file mode 100644 (file)
index 0000000..2a61bbe
Binary files /dev/null and b/lib/log4j-api-2.3.jar differ
diff --git a/lib/log4j-core-2.3.jar b/lib/log4j-core-2.3.jar
new file mode 100644 (file)
index 0000000..5438b0b
Binary files /dev/null and b/lib/log4j-core-2.3.jar differ
diff --git a/lib/log4j-web-2.3.jar b/lib/log4j-web-2.3.jar
new file mode 100644 (file)
index 0000000..e87ef9a
Binary files /dev/null and b/lib/log4j-web-2.3.jar differ
index e7fe91508c0cd14093afb2aa66cc6263ce223e90..95066a9d1462efb097bb7fea69a642793738c59e 100644 (file)
@@ -29,12 +29,18 @@ dist.jar=${dist.dir}/jcore-logger-lib.jar
 dist.javadoc.dir=${dist.dir}/javadoc
 endorsed.classpath=
 excludes=
+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
 includes=**
 jar.archive.disabled=${jnlp.enabled}
 jar.compress=false
 jar.index=${jnlp.enabled}
 javac.classpath=\
-    ${libs.javaee-api-7.0.classpath}
+    ${libs.javaee-api-7.0.classpath}:\
+    ${file.reference.log4j-api-2.3.jar}:\
+    ${file.reference.log4j-core-2.3.jar}:\
+    ${file.reference.log4j-web-2.3.jar}
 # Space-separated list of extra javac options
 javac.compilerargs=-Xlint:unchecked -Xlint:deprecation
 javac.deprecation=true