Author: ihabunek
Date: Tue Jun 28 06:27:57 2011
New Revision: 1140448

URL: http://svn.apache.org/viewvc?rev=1140448&view=rev
Log:
Fixed error in pom.xml where the project version would not be displayed in 
generated api docs.

Modified:
    logging/log4php/trunk/build.xml

Modified: logging/log4php/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/logging/log4php/trunk/build.xml?rev=1140448&r1=1140447&r2=1140448&view=diff
==============================================================================
--- logging/log4php/trunk/build.xml (original)
+++ logging/log4php/trunk/build.xml Tue Jun 28 06:27:57 2011
@@ -159,7 +159,7 @@
                        <arg value="-o" />
                        <arg value="HTML:frames:DOM/default" />
                        <arg value="-ti" />
-                       <arg value="Apache log4php ${version} - GENERATED FILES 
- License: ASL 2.0" />
+                       <arg value="Apache log4php ${project.version} - 
GENERATED FILES - License: ASL 2.0" />
                </exec>
        </target>
        


Reply via email to