Update build settings
This commit is contained in:
25
build.xml
25
build.xml
@@ -12,11 +12,11 @@
|
||||
|
||||
|
||||
<target name="build"
|
||||
depends="prepare,lint,copyapp,phpunit,release,install"
|
||||
depends="prepare,lint,copyapp,phpunit,phpdox,release,install"
|
||||
description=""/>
|
||||
|
||||
<target name="buildlocal"
|
||||
depends="prepare,copyapp"
|
||||
depends="prepare,lint,copyapp,phpunit"
|
||||
description=""/>
|
||||
|
||||
<target name="releaseapp"
|
||||
@@ -183,8 +183,7 @@
|
||||
depends=""
|
||||
description="Generate project documentation using phpDox">
|
||||
<exec executable="${toolsdir}phpdox"/>
|
||||
</target>
|
||||
|
||||
</target>
|
||||
|
||||
<target name="copyapp"
|
||||
description="Copy generated files to QA app">
|
||||
@@ -210,24 +209,6 @@
|
||||
</fileset>
|
||||
</delete>
|
||||
|
||||
<!--<copy todir="${destination}/lib" overwrite="true">-->
|
||||
<!--<fileset dir="${basedir}/lib">-->
|
||||
<!--<include name="**/*"/>-->
|
||||
<!--</fileset>-->
|
||||
<!--</copy>-->
|
||||
|
||||
<!--<copy todir="${destination}" overwrite="true">-->
|
||||
<!--<fileset dir="${basedir}/core-ext">-->
|
||||
<!--<include name="**/*"/>-->
|
||||
<!--</fileset>-->
|
||||
<!--</copy>-->
|
||||
|
||||
<!--<copy todir="${destination}" overwrite="true">-->
|
||||
<!--<fileset dir="${basedir}/ext">-->
|
||||
<!--<include name="**/*"/>-->
|
||||
<!--</fileset>-->
|
||||
<!--</copy>-->
|
||||
|
||||
<copy todir="${testdir}" overwrite="true">
|
||||
<fileset dir="${basedir}/test">
|
||||
<include name="**/*"/>
|
||||
|
||||
10
phpdox.xml
10
phpdox.xml
@@ -1,10 +1,10 @@
|
||||
<phpdox xmlns="http://phpdox.net/config">
|
||||
<project name="icehrm" source="./build/app" workdir="./build/phpdox">
|
||||
<phpdox xmlns="http://xml.phpdox.net/config">
|
||||
<project name="icehrm" source="." workdir="./build/phpdox">
|
||||
<collector publiconly="false">
|
||||
<include mask="*.php" />
|
||||
<exclude mask="**/lib/**"/>
|
||||
<exclude mask="**/adodb512/**"/>
|
||||
<exclude mask="**/composer/**"/>
|
||||
<exclude mask="*/lib/**"/>
|
||||
<exclude mask="*/adodb512/**"/>
|
||||
<exclude mask="*/composer/**"/>
|
||||
</collector>
|
||||
|
||||
<generator output="build">
|
||||
|
||||
Reference in New Issue
Block a user