Skip to content
Snippets Groups Projects
Commit b8d7542e authored by Regis Houssin's avatar Regis Houssin
Browse files

Fix: remove unused library

parent f6b3bbd8
Branches
Tags
No related merge requests found
...@@ -611,7 +611,7 @@ RECURSIVE = YES ...@@ -611,7 +611,7 @@ RECURSIVE = YES
# excluded from the INPUT source files. This way you can easily exclude a # excluded from the INPUT source files. This way you can easily exclude a
# subdirectory from a directory tree whose root is specified with the INPUT tag. # subdirectory from a directory tree whose root is specified with the INPUT tag.
EXCLUDE = ../../mssql ../../mysql ../../pgsql ../../CVS ../../build ../../dev ../../doc ../../documents ../../htdocs/conf/conf.php ../../htdocs/includes/adodbtime ../../htdocs/includes/artichow ../../htdocs/includes/barcode ../../htdocs/includes/ckeditor ../../htdocs/includes/efc_xfss ../../htdocs/includes/fckeditor ../../htdocs/includes/fpdf ../../htdocs/includes/geoip ../../htdocs/includes/jquery ../../htdocs/includes/magpierss ../../htdocs/includes/nusoap ../../htdocs/includes/odtphp ../../htdocs/includes/pear ../../htdocs/includes/php_excelreader ../../htdocs/includes/php_writeexcel ../../htdocs/includes/phplot ../../htdocs/includes/phplot5 ../../htdocs/includes/pwc ../../htdocs/includes/scriptaculous ../../htdocs/includes/simplemail ../../htdocs/includes/smarty ../../htdocs/includes/smtps ../../htdocs/includes/tcpdf ../../htdocs/includes/vcard ../../htdocs/cashdesk/include/jscalendar ../../htdocs/avoir ../../htdocs/document ../../htdocs/documents ../../htdocs/lolix ../../htdocs/postnuke ../../htdocs/rapport ../../htdocs/telephonie ../../htdocs/voyage ../../htdocs/oscommerce_ws/ws_client_demo ../../htdocs/oscommerce_ws/ws_server ../../scripts/addons ../../scripts/courrier ../../scripts/lolix ../../scripts/energie EXCLUDE = ../../mssql ../../mysql ../../pgsql ../../CVS ../../build ../../dev ../../doc ../../documents ../../htdocs/conf/conf.php ../../htdocs/includes/adodbtime ../../htdocs/includes/artichow ../../htdocs/includes/barcode ../../htdocs/includes/ckeditor ../../htdocs/includes/efc_xfss ../../htdocs/includes/fckeditor ../../htdocs/includes/fpdf ../../htdocs/includes/geoip ../../htdocs/includes/jquery ../../htdocs/includes/magpierss ../../htdocs/includes/nusoap ../../htdocs/includes/odtphp ../../htdocs/includes/pear ../../htdocs/includes/phpexcel ../../htdocs/includes/php_writeexcel ../../htdocs/includes/phplot ../../htdocs/includes/phplot5 ../../htdocs/includes/pwc ../../htdocs/includes/scriptaculous ../../htdocs/includes/simplemail ../../htdocs/includes/smarty ../../htdocs/includes/smtps ../../htdocs/includes/tcpdf ../../htdocs/includes/vcard ../../htdocs/cashdesk/include/jscalendar ../../htdocs/avoir ../../htdocs/document ../../htdocs/documents ../../htdocs/lolix ../../htdocs/postnuke ../../htdocs/rapport ../../htdocs/telephonie ../../htdocs/voyage ../../htdocs/oscommerce_ws/ws_client_demo ../../htdocs/oscommerce_ws/ws_server ../../scripts/addons ../../scripts/courrier ../../scripts/lolix ../../scripts/energie
# The EXCLUDE_SYMLINKS tag can be used select whether or not files or # The EXCLUDE_SYMLINKS tag can be used select whether or not files or
# directories that are symbolic links (a Unix filesystem feature) are excluded # directories that are symbolic links (a Unix filesystem feature) are excluded
......
README (english)
----------------
PHP Excel Reader - Parse and retrieve information from XLS files.
Web: http://code.google.com/p/php-excel-reader/
Licence: MIT
Author: Matt Kruse
Version: 2.21
Last change: 2009-04-14
This diff is collapsed.
...@@ -43,7 +43,7 @@ PHPDEPEND ...@@ -43,7 +43,7 @@ PHPDEPEND
* Launch PDepend analysis: * Launch PDepend analysis:
> cd test > cd test
> pdepend --debug -d memory_limit=-1 --configuration=./phpunit/phpunittest.xml --phpunit-xml=./report/logs/pdepend.xml --summary-xml=./report/logs/summary.xml --jdepend-chart=./report/logs/jdepend.svg --overview-pyramid=./report/logs/pyramid.svg --ignore=custom,custom2,adodbtime,artichow,ckeditor,efc_xfss,fckeditor,fpdf,geoip,magpierss,nusoap,odtphp,php_excelreader,php_writeexcel,smarty,smtps,tcpdf,vcard ../htdocs > pdepend --debug -d memory_limit=-1 --configuration=./phpunit/phpunittest.xml --phpunit-xml=./report/logs/pdepend.xml --summary-xml=./report/logs/summary.xml --jdepend-chart=./report/logs/jdepend.svg --overview-pyramid=./report/logs/pyramid.svg --ignore=custom,custom2,adodbtime,artichow,ckeditor,efc_xfss,fckeditor,fpdf,geoip,magpierss,nusoap,odtphp,phpexcel,php_writeexcel,smarty,smtps,tcpdf,vcard ../htdocs
* To clean pdepend cache files * To clean pdepend cache files
> rm -fr ~/.pdepend/* > rm -fr ~/.pdepend/*
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
<directory suffix=".php">../../htdocs/includes/menus/smartphone/</directory> <directory suffix=".php">../../htdocs/includes/menus/smartphone/</directory>
<directory suffix=".php">../../htdocs/includes/nusoap/</directory> <directory suffix=".php">../../htdocs/includes/nusoap/</directory>
<directory suffix=".php">../../htdocs/includes/odtphp/</directory> <directory suffix=".php">../../htdocs/includes/odtphp/</directory>
<directory suffix=".php">../../htdocs/includes/php_excelreader/</directory> <directory suffix=".php">../../htdocs/includes/phpexcel/</directory>
<directory suffix=".php">../../htdocs/includes/php_writeexcel/</directory> <directory suffix=".php">../../htdocs/includes/php_writeexcel/</directory>
<directory suffix=".php">../../htdocs/includes/smarty/</directory> <directory suffix=".php">../../htdocs/includes/smarty/</directory>
<directory suffix=".php">../../htdocs/includes/smtps/</directory> <directory suffix=".php">../../htdocs/includes/smtps/</directory>
...@@ -60,7 +60,7 @@ ...@@ -60,7 +60,7 @@
<directory suffix=".php">../../htdocs/includes/menus/smartphone</directory> <directory suffix=".php">../../htdocs/includes/menus/smartphone</directory>
<directory suffix=".php">../../htdocs/includes/nusoap/</directory> <directory suffix=".php">../../htdocs/includes/nusoap/</directory>
<directory suffix=".php">../../htdocs/includes/odtphp/</directory> <directory suffix=".php">../../htdocs/includes/odtphp/</directory>
<directory suffix=".php">../../htdocs/includes/php_excelreader/</directory> <directory suffix=".php">../../htdocs/includes/phpexcel/</directory>
<directory suffix=".php">../../htdocs/includes/php_writeexcel/</directory> <directory suffix=".php">../../htdocs/includes/php_writeexcel/</directory>
<directory suffix=".php">../../htdocs/includes/smarty/</directory> <directory suffix=".php">../../htdocs/includes/smarty/</directory>
<directory suffix=".php">../../htdocs/includes/smtps/</directory> <directory suffix=".php">../../htdocs/includes/smtps/</directory>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment