ccm-core: Fixed type in files.
git-svn-id: https://svn.libreccm.org/ccm/trunk@4264 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
8b57e55dec
commit
354c4bd741
|
|
@ -79,7 +79,7 @@ files=$(ls ${CCM_LIB_DIR}/ccm-core*.jar 2> /dev/null | wc -l)
|
||||||
|
|
||||||
if [ "$files" == "0" ]
|
if [ "$files" == "0" ]
|
||||||
then
|
then
|
||||||
echo "Error: CCMfont_LIB_DIR is invalid \(no ccm-core*.jar file\(s\) in CCM_LIB_DIR\)."
|
echo "Error: CCM_LIB_DIR is invalid \(no ccm-core*.jar file\(s\) in CCM_LIB_DIR\)."
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -33,7 +33,7 @@ log4j.appender.console=org.apache.log4j.ConsoleAppender
|
||||||
# Widely used logging output
|
# Widely used logging output
|
||||||
# ==========================
|
# ==========================
|
||||||
# For seeing progress of container startup process
|
# For seeing progress of container startup process
|
||||||
log4j.logger.com.arsdigita.web.CCMApplicationContextListener=INFO
|
log4j.logger.com.arsdigita.web.CCMApplicationContextListener=ERROR
|
||||||
|
|
||||||
# For seeing progress of main runtime initialization process
|
# For seeing progress of main runtime initialization process
|
||||||
#log4j.logger.com.arsdigita.runtime.CCMResourceManager=INFO
|
#log4j.logger.com.arsdigita.runtime.CCMResourceManager=INFO
|
||||||
|
|
@ -58,7 +58,7 @@ log4j.logger.com.arsdigita.web.CCMApplicationContextListener=INFO
|
||||||
# Package redhat.persistence
|
# Package redhat.persistence
|
||||||
# ==========================
|
# ==========================
|
||||||
# For debugging all queries run by persistence
|
# For debugging all queries run by persistence
|
||||||
#log4j.logger.com.redhat.persistence.engine.rdbms.RDBMSEngine=iu
|
#log4j.logger.com.redhat.persistence.engine.rdbms.RDBMSEngine=info
|
||||||
|
|
||||||
# Package templating
|
# Package templating
|
||||||
# ==================
|
# ==================
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue