Author: ceki
Date: Sun Aug 28 21:25:08 2005
New Revision: 243

Added:
   nlog4j/trunk/ibiblio.xml
   nlog4j/trunk/src/pom/project.xml
Log:
ibiblio related scripts

Added: nlog4j/trunk/ibiblio.xml
==============================================================================
--- (empty file)
+++ nlog4j/trunk/ibiblio.xml    Sun Aug 28 21:25:08 2005
@@ -0,0 +1,27 @@
+
+<project name="ibiblio-SLF4J" default="bundle" basedir="." >
+
+
+  <property name="version" value="1.2.17"/>
+
+       <target name="bundle" >
+    
+    <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="nlog4j-${version}.jar" todir="tmp/ibiblio/"/>
+    
+    <copy file="src/pom/project.xml" tofile="tmp/ibiblio/project.xml">
+      <filterset><filter token="VERSION" value="${version}"/></filterset>
+    </copy>
+               
+    <jar jarfile="tmp/nlog4j-${version}-bundle.jar" basedir="tmp/ibiblio"
+         includes="LICENSE.txt, 
+         project.xml,
+         nlog4j-${version}.jar"/>
+  </target>
+       
+
+</project>
\ No newline at end of file

Added: nlog4j/trunk/src/pom/project.xml
==============================================================================
--- (empty file)
+++ nlog4j/trunk/src/pom/project.xml    Sun Aug 28 21:25:08 2005
@@ -0,0 +1,51 @@
+<?xml version='1.0' encoding='ISO-8859-1'?>
+<project>
+  <id>nlog4j</id>
+  <groupId>org.slf4j</groupId>
+  <name>nlog4j</name>
+  <currentVersion>@VERSION@</currentVersion>
+  <package>/org/apache/log4j</package>
+  <description>
+        nlog4j - NLOG4J is a production-quality log4j-replacement with
+        native SLF4J API support. See http://www.slf4j.org/nlog4j/
+  </description>
+
+  <dependencies>
+    <dependency>
+      <groupId>xerces</groupId>
+      <artifactId>xerces</artifactId>
+      <version>2.0.2</version>
+      <url>http://xml.apache.org/xerces2-j/</url>
+    </dependency>
+    <dependency>
+      <groupId>javax.mail</groupId>
+      <artifactId>mail</artifactId>
+      <version>1.3.2</version>
+    </dependency>
+    <dependency>
+      <groupId>javax.activation</groupId>
+      <artifactId>activation</artifactId>
+      <version>1.0.2</version>
+    </dependency>
+    <dependency>
+      <groupId>javax.jms</groupId>
+      <artifactId>jms</artifactId>
+      <version>1.1</version>
+    </dependency>
+    <dependency>
+      <groupId>com.sun.jmx</groupId>
+      <artifactId>jmxri</artifactId>
+      <version>1.2</version>
+    </dependency>
+    <dependency>
+      <groupId>com.sun.jdmk</groupId>
+      <artifactId>jmxtools</artifactId>
+      <version>1.2</version>
+    </dependency>        
+    <dependency>
+      <groupId>checkstyle</groupId>
+      <artifactId>checkstyle</artifactId>
+      <version>2.2</version>
+    </dependency>
+  </dependencies>
+</project>
\ No newline at end of file
_______________________________________________
nlog4j-dev mailing list
[email protected]
http://slf4j.org/mailman/listinfo/nlog4j-dev

Reply via email to