You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4php-dev@logging.apache.org by ch...@apache.org on 2009/10/21 00:52:02 UTC

svn commit: r827828 - /incubator/log4php/trunk/pom.xml

Author: chammers
Date: Tue Oct 20 22:52:01 2009
New Revision: 827828

URL: http://svn.apache.org/viewvc?rev=827828&view=rev
Log:
Why restricting phplint runs to src/main, examples and tests are also important.

Modified:
    incubator/log4php/trunk/pom.xml

Modified: incubator/log4php/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/log4php/trunk/pom.xml?rev=827828&r1=827827&r2=827828&view=diff
==============================================================================
--- incubator/log4php/trunk/pom.xml (original)
+++ incubator/log4php/trunk/pom.xml Tue Oct 20 22:52:01 2009
@@ -152,7 +152,7 @@
                             <tasks>
                                 <apply executable="php">
                                     <arg value="-l" />
-                                    <fileset dir="." includes="src/main/php/**/*.php"/>
+                                    <fileset dir="." includes="src/**/*.php"/>
                                 </apply>
                             </tasks>        
                         </configuration>