From fb171c27dbbac11d434fcbdbba3c031a96d6ae5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Euzenat?= <Jerome.Euzenat@inria.fr> Date: Tue, 5 Mar 2013 17:00:02 +0000 Subject: [PATCH] - validated use of slf4j instead of commons-logging - added/commented for extension --- build.xml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/build.xml b/build.xml index 1dc74714..2f81fc39 100644 --- a/build.xml +++ b/build.xml @@ -495,8 +495,14 @@ classpathref="maven-ant-tasks.classpath" /> <delete dir="mvn-repo"/> <mkdir dir="mvn-repo"/> - <!-- should be far better to iterate on --> - <!--fileset dir="lib" includes="**/*.pom"/--> + <!-- This would require ant-contrib --> + <!--for param="file"> + <path> + <fileset dir="lib" includes="**/*.pom"/> + </path> + <echo message="@{file}" /> + <onepom file="@{file}" /> + </for--> <onepom file="getopt/getopt" /> <onepom file="google-translate/google-api-translate-java" /> <onepom file="google-translate/json" /> @@ -514,9 +520,9 @@ <onepom file="jetty/jetty-util" /> <onepom file="jetty/jetty" /> <onepom file="jwnl/jwnl" /> - <onepom file="log4j/commons-logging" /> <onepom file="log4j/log4j" /> <onepom file="log4j/slf4j-api" /> + <onepom file="log4j/jcl-over-slf4j" /> <onepom file="lucene/lucene-core" /> <onepom file="ontosim/ontosim" /> <onepom file="owlapi10/api" /> -- GitLab