Minor - Added internationalization_database directory ignore directive in build.xml

1.9.x
Yannick Warnier 13 years ago
parent 1e5d18cf91
commit fe3b70460a
  1. 2
      tests/build.xml

@ -99,7 +99,7 @@
<target name="phpdoc" description="Generate API documentation"> <target name="phpdoc" description="Generate API documentation">
<exec executable="phpdoc"> <exec executable="phpdoc">
<arg line="-d ${basedir}/../ -t ${basedir}/logs/docs -ti ChamiloLMS -i archive/,home/,entity/,symfony/,phpdocx/,phpqrcode/,mpdf/,transliteration/*,phpmailer/*,htmlpurifier/,fckeditor/*,formvalidator/*,upload/users/,lang/,courses/,.htaccess -ct covers,assert" /> <arg line="-d ${basedir}/../ -t ${basedir}/logs/docs -ti ChamiloLMS -i archive/,home/,entity/,symfony/,phpdocx/,phpqrcode/,mpdf/,transliteration/*,phpmailer/*,htmlpurifier/,fckeditor/*,formvalidator/*,upload/users/,lang/,courses/,main/inc/lib/internationalization_database/,.htaccess -ct covers,assert" />
</exec> </exec>
</target> </target>
<target name="phpcb" description="Aggregate tool output with PHP_CodeBrowser"> <target name="phpcb" description="Aggregate tool output with PHP_CodeBrowser">

Loading…
Cancel
Save