svnno****@sourc*****
svnno****@sourc*****
2008年 3月 9日 (日) 07:26:09 JST
Revision: 832 http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=pal&view=rev&rev=832 Author: shinsuke Date: 2008-03-09 07:26:09 +0900 (Sun, 09 Mar 2008) Log Message: ----------- updated version. disabled logging to db. Modified Paths: -------------- pal-portal/trunk/build.properties Added Paths: ----------- pal-portal/trunk/portal/patches/src/webapp/WEB-INF/assembly/statistics.xml -------------- next part -------------- Modified: pal-portal/trunk/build.properties =================================================================== --- pal-portal/trunk/build.properties 2008-03-05 22:21:49 UTC (rev 831) +++ pal-portal/trunk/build.properties 2008-03-08 22:26:09 UTC (rev 832) @@ -4,7 +4,7 @@ container.name=PAL Portal container.separator=/ container.version.major=1 -container.version.minor=0.3 +container.version.minor=0.4-dev container.info.file=commons/src/java/org/apache/jetspeed/container/resources/ContainerInfo.properties portlets.home=${basedir}/portlets portlets.build.dir=${portlets.home}/build @@ -174,6 +174,7 @@ layout-portlets/src/webapp/WEB-INF/jetspeed-portlet.xml,\ src/webapp/WEB-INF/assembly/jetspeed-services.xml,\ src/webapp/WEB-INF/assembly/pipelines.xml,\ +src/webapp/WEB-INF/assembly/statistics.xml,\ src/webapp/WEB-INF/web.xml,\ src/webapp/decorations/portlet/decorator.vm,\ project.properties,\ Added: pal-portal/trunk/portal/patches/src/webapp/WEB-INF/assembly/statistics.xml =================================================================== --- pal-portal/trunk/portal/patches/src/webapp/WEB-INF/assembly/statistics.xml 2008-03-05 22:21:49 UTC (rev 831) +++ pal-portal/trunk/portal/patches/src/webapp/WEB-INF/assembly/statistics.xml 2008-03-08 22:26:09 UTC (rev 832) @@ -0,0 +1,17 @@ +Index: src/webapp/WEB-INF/assembly/statistics.xml +=================================================================== +--- src/webapp/WEB-INF/assembly/statistics.xml (リビジョン 628183) ++++ src/webapp/WEB-INF/assembly/statistics.xml (作業コピー) +@@ -24,10 +24,10 @@ + destroy-method="springDestroy" + > + <!-- logToCLF --> +- <constructor-arg index='0' type="boolean"><value>false</value></constructor-arg> ++ <constructor-arg index='0' type="boolean"><value>true</value></constructor-arg> + + <!-- logToDatabase --> +- <constructor-arg index='1' type="boolean"><value>true</value></constructor-arg> ++ <constructor-arg index='1' type="boolean"><value>false</value></constructor-arg> + + <!-- maxRecordToFlush_Portal --> + <constructor-arg index='2' ><value>300</value></constructor-arg>