You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gr...@apache.org on 2012/05/31 14:38:24 UTC

svn commit: r1344682 - /logging/log4j/trunk/build.xml

Author: grobmeier
Date: Thu May 31 12:38:24 2012
New Revision: 1344682

URL: http://svn.apache.org/viewvc?rev=1344682&view=rev
Log:
deprecation comment on build.xml

Modified:
    logging/log4j/trunk/build.xml

Modified: logging/log4j/trunk/build.xml
URL: http://svn.apache.org/viewvc/logging/log4j/trunk/build.xml?rev=1344682&r1=1344681&r2=1344682&view=diff
==============================================================================
--- logging/log4j/trunk/build.xml (original)
+++ logging/log4j/trunk/build.xml Thu May 31 12:38:24 2012
@@ -19,7 +19,14 @@
 <!-- This file is an ANT build script. ANT is a Java based build tool. -->
 <!-- It is available from http://ant.apache.org                        -->
 
+<!--
 
+   ATTENTION
+
+   Building via Ant is not longer maintained.
+   This file will be removed as soon as the maven build is cleaned up.
+
+-->
 <project name="log4j" default="usage" basedir="." >