[slf4j-dev] svn commit: r399 - in slf4j/trunk: . src/pom
ceki at slf4j.org
ceki at slf4j.org
Wed Oct 19 15:08:23 CEST 2005
Author: ceki
Date: Wed Oct 19 15:08:22 2005
New Revision: 399
Added:
slf4j/trunk/src/pom/project-log4j.xml
Modified:
slf4j/trunk/ibiblio.xml
Log:
Added ibiblio files for log4j.
Modified: slf4j/trunk/ibiblio.xml
==============================================================================
--- slf4j/trunk/ibiblio.xml (original)
+++ slf4j/trunk/ibiblio.xml Wed Oct 19 15:08:22 2005
@@ -1,66 +1,78 @@
-<project name="ibiblio-SLF4J" default="bundle" basedir="." >
+<project name="ibiblio-SLF4J" default="bundle" basedir=".">
- <property file="build.properties"/>
+ <property file="build.properties" />
- <target name="bundle-IMPL" >
-
- <mkdir dir="tmp/ibiblio"/>
- <delete><fileset dir="tmp/ibiblio" includes="**/*"/></delete>
-
- <mkdir dir="tmp/ibiblio"/>
- <copy file="LICENSE.txt" tofile="tmp/ibiblio/LICENSE.txt"/>
- <copy file="slf4j-${impl}.jar" tofile="tmp/ibiblio/slf4j-${impl}-${version}.jar"/>
-
- <copy file="src/pom/project-${impl}.xml" tofile="tmp/ibiblio/project.xml">
- <filterset><filter token="VERSION" value="${version}"/></filterset>
- </copy>
-
- <jar jarfile="tmp/slf4j-${impl}-${version}-bundle.jar" basedir="tmp/ibiblio"
- includes="LICENSE.txt,
+ <target name="bundle-IMPL">
+
+ <mkdir dir="tmp/ibiblio" />
+ <delete>
+ <fileset dir="tmp/ibiblio" includes="**/*" />
+ </delete>
+
+ <mkdir dir="tmp/ibiblio" />
+ <copy file="LICENSE.txt" tofile="tmp/ibiblio/LICENSE.txt" />
+ <copy file="slf4j-${impl}.jar" tofile="tmp/ibiblio/slf4j-${impl}-${version}.jar" />
+
+ <copy file="src/pom/project-${impl}.xml" tofile="tmp/ibiblio/project.xml">
+ <filterset>
+ <filter token="VERSION" value="${version}" />
+ </filterset>
+ </copy>
+
+ <jar jarfile="tmp/slf4j-${impl}-${version}-bundle.jar" basedir="tmp/ibiblio" includes="LICENSE.txt,
project.xml,
- slf4j-${impl}-${version}.jar"/>
- </target>
-
- <target name="bundle" depends="nop, simple, jdk14, JCL">
-
- </target>
-
- <target name="nop">
- <antcall target="bundle-IMPL">
- <param name="impl" value="nop"/>
- </antcall>
- </target>
-
- <target name="simple">
- <antcall target="bundle-IMPL">
- <param name="impl" value="simple"/>
- </antcall>
- </target>
-
- <target name="jdk14">
- <antcall target="bundle-IMPL">
- <param name="impl" value="jdk14"/>
- </antcall>
- </target>
-
- <target name="JCL">
- <mkdir dir="tmp/ibiblio"/>
- <delete><fileset dir="tmp/ibiblio" includes="**/*"/></delete>
-
- <mkdir dir="tmp/ibiblio"/>
- <copy file="src/docs/ASL.txt" tofile="tmp/ibiblio/LICENSE.txt"/>
- <copy file="${jcl.jar}" tofile="tmp/ibiblio/jcl${jcl-version}-over-slf4j-${version}.jar"/>
-
- <copy file="src/pom/project-JCL-over-SLF4J.xml" tofile="tmp/ibiblio/project.xml">
- <filterset><filter token="VERSION" value="${version}"/></filterset>
- </copy>
-
- <jar jarfile="tmp/jcl${jcl-version}-over-slf4j-${version}-bundle.jar" basedir="tmp/ibiblio"
- includes="LICENSE.txt,
+ slf4j-${impl}-${version}.jar" />
+ </target>
+
+ <target name="bundle" depends="nop, simple, log4j, jdk14, JCL">
+
+ </target>
+
+ <target name="nop">
+ <antcall target="bundle-IMPL">
+ <param name="impl" value="nop" />
+ </antcall>
+ </target>
+
+ <target name="simple">
+ <antcall target="bundle-IMPL">
+ <param name="impl" value="simple" />
+ </antcall>
+ </target>
+
+ <target name="jdk14">
+ <antcall target="bundle-IMPL">
+ <param name="impl" value="jdk14" />
+ </antcall>
+ </target>
+
+ <target name="log4j">
+ <antcall target="bundle-IMPL">
+ <param name="impl" value="log4j" />
+ </antcall>
+ </target>
+
+
+ <target name="JCL">
+ <mkdir dir="tmp/ibiblio" />
+ <delete>
+ <fileset dir="tmp/ibiblio" includes="**/*" />
+ </delete>
+
+ <mkdir dir="tmp/ibiblio" />
+ <copy file="src/docs/ASL.txt" tofile="tmp/ibiblio/LICENSE.txt" />
+ <copy file="${jcl.jar}" tofile="tmp/ibiblio/jcl${jcl-version}-over-slf4j-${version}.jar" />
+
+ <copy file="src/pom/project-JCL-over-SLF4J.xml" tofile="tmp/ibiblio/project.xml">
+ <filterset>
+ <filter token="VERSION" value="${version}" />
+ </filterset>
+ </copy>
+
+ <jar jarfile="tmp/jcl${jcl-version}-over-slf4j-${version}-bundle.jar" basedir="tmp/ibiblio" includes="LICENSE.txt,
project.xml,
- jcl${jcl-version}-over-slf4j-${version}.jar"
- />
- </target>
+ jcl${jcl-version}-over-slf4j-${version}.jar" />
+ </target>
</project>
\ No newline at end of file
Added: slf4j/trunk/src/pom/project-log4j.xml
==============================================================================
--- (empty file)
+++ slf4j/trunk/src/pom/project-log4j.xml Wed Oct 19 15:08:22 2005
@@ -0,0 +1,16 @@
+<?xml version='1.0' encoding='ISO-8859-1'?>
+<project>
+ <id>slf4j-log4j</id>
+ <groupId>org.slf4j</groupId>
+ <name>slf4j-log4j</name>
+ <currentVersion>@VERSION@</currentVersion>
+ <package>/org/slf4j</package>
+ <description>
+ See http://www.slf4j.org/
+
+ Javadocs for the Log4jLoggerAdapter are available at
+ http://www.slf4j.org/api/org/slf4j/impl/Log4jLoggerAdapter.html
+
+ </description>
+</project>
+
More information about the slf4j-dev
mailing list