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>