updated modules and products references to src/modules and src/products
This commit is contained in:
parent
677c70e828
commit
212b2e103b
1 changed files with 3 additions and 3 deletions
|
@ -418,9 +418,9 @@ WARN_LOGFILE =
|
||||||
# directories like "/usr/src/myproject". Separate the files or directories
|
# directories like "/usr/src/myproject". Separate the files or directories
|
||||||
# with spaces.
|
# with spaces.
|
||||||
|
|
||||||
INPUT = products/scheduler/src \
|
INPUT = src/products/scheduler/src \
|
||||||
modules/archiveServer/var/xmlrpc/XR_Archive.php \
|
src/modules/archiveServer/var/xmlrpc/XR_Archive.php \
|
||||||
modules/storageServer/var/xmlrpc/XR_LocStor.php
|
src/modules/storageServer/var/xmlrpc/XR_LocStor.php
|
||||||
|
|
||||||
# If the value of the INPUT tag contains directories, you can use the
|
# If the value of the INPUT tag contains directories, you can use the
|
||||||
# FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
|
# FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue