8000 Fix issues in build.xml · adamwiw/codebird-php@4c772c5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4c772c5

Browse files
committed
Fix issues in build.xml
1 parent 21d1eba commit 4c772c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

33
<project name="codebird-php" default="build" basedir=".">
4-
<property name="source" value="."/>
4+
<property name="source" value="src"/>
55
<property name="source_comma_sep" value="."/>
66
<property environment="env"/>
77
<property name="env.PHPUNIT_XML" value="phpunit.xml"/>
@@ -80,7 +80,7 @@
8080
--report=checkstyle
8181
--extensions=php
8282
--report-file='${basedir}/build/logs/checkstyle.xml'
83-
--standard=PMAStandard
83+
--standard=PEAR
8484
${source}" />
8585
</exec>
8686
</target>

0 commit comments

Comments
 (0)
0