Skip to content

Commit

Permalink
Depend on PHP_CodeSniffer version 1.2.2 - For some reason the generat…
Browse files Browse the repository at this point in the history
…ed package.xml wont include the required ruleset.xml...
  • Loading branch information
kiall committed Jul 25, 2011
1 parent e1eced5 commit 73eb2dd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build.xml
Expand Up @@ -41,8 +41,16 @@
<element key="channel" value="pear" />
<element key="name" value="PHP_CodeSniffer" />
<element key="version" value="1.2.2" />
<element key="max" value="1.2.2" />
<element key="recommended" value="1.2.2" />
</element>
</mapping>
<!--<mapping name="role">
<element>
<element key="extension" value="xml" />
<element key="role" value="php" />
</element>
</mapping>-->
<fileset dir="${project.basedir}">
<include name="PHP/**/*" />
</fileset>
Expand Down

0 comments on commit 73eb2dd

Please sign in to comment.