svnno****@sourc*****
svnno****@sourc*****
2008年 3月 10日 (月) 11:02:38 JST
Revision: 834 http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=pal&view=rev&rev=834 Author: shinsuke Date: 2008-03-10 11:02:38 +0900 (Mon, 10 Mar 2008) Log Message: ----------- replaced with pal-admin to preload pal-admin prefereces. Modified Paths: -------------- pal-portal/trunk/build.properties Added Paths: ----------- pal-portal/trunk/portal/patches/src/webapp/WEB-INF/assembly/prefs.xml -------------- next part -------------- Modified: pal-portal/trunk/build.properties =================================================================== --- pal-portal/trunk/build.properties 2008-03-10 01:49:26 UTC (rev 833) +++ pal-portal/trunk/build.properties 2008-03-10 02:02:38 UTC (rev 834) @@ -176,6 +176,7 @@ 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/assembly/prefs.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/prefs.xml =================================================================== --- pal-portal/trunk/portal/patches/src/webapp/WEB-INF/assembly/prefs.xml 2008-03-10 01:49:26 UTC (rev 833) +++ pal-portal/trunk/portal/patches/src/webapp/WEB-INF/assembly/prefs.xml 2008-03-10 02:02:38 UTC (rev 834) @@ -0,0 +1,20 @@ +Index: src/webapp/WEB-INF/assembly/prefs.xml +=================================================================== +--- src/webapp/WEB-INF/assembly/prefs.xml (リビジョン 628183) ++++ src/webapp/WEB-INF/assembly/prefs.xml (作業コピー) +@@ -29,7 +29,7 @@ + <!-- list of portlet applications default preferences to preload, leave list empty to not preload --> + <constructor-arg index='2'> + <list> +- <value>j2-admin</value> ++ <value>pal-admin</value> + </list> + </constructor-arg> + <!-- preload ALL Entities: warning this can chew up lots of memory --> +@@ -61,4 +61,4 @@ + </property> + </bean> + +-</beans> +\ ファイルの末尾に改行がありません ++</beans> Property changes on: pal-portal/trunk/portal/patches/src/webapp/WEB-INF/assembly/prefs.xml ___________________________________________________________________ Name: svn:eol-style + native