diff --git a/TODO.txt b/TODO.txt new file mode 100644 index 00000000..3b2fbade --- /dev/null +++ b/TODO.txt @@ -0,0 +1,5 @@ + + +- Build javadocs +- import tests +- create distribution \ No newline at end of file diff --git a/build.xml b/build.xml new file mode 100644 index 00000000..12a88a19 --- /dev/null +++ b/build.xml @@ -0,0 +1,141 @@ + + + + + + + + + + + + + + + + + + + + + These are some of the targets supported by this ANT build scpript: + + build.core - compile core SLF4J files. + + slf4j-nop.jar - build the jar file of the same name. + slf4j-simple.jar - build the jar file of the same name. + slf4j-jdk14.jar - build the jar file of the same name. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Building the SLF4J implementation for JDK 1.4 logging + requires the presence of JDK 1.4 or later. + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + +