svnno****@sourc*****
svnno****@sourc*****
2008年 11月 25日 (火) 08:34:39 JST
Revision: 1421 http://svn.sourceforge.jp/view?root=pal&view=rev&rev=1421 Author: shinsuke Date: 2008-11-25 08:34:39 +0900 (Tue, 25 Nov 2008) Log Message: ----------- added facilities portlet. Modified Paths: -------------- scheduler/trunk/src/main/webapp/WEB-INF/portlet.xml -------------- next part -------------- Modified: scheduler/trunk/src/main/webapp/WEB-INF/portlet.xml =================================================================== --- scheduler/trunk/src/main/webapp/WEB-INF/portlet.xml 2008-11-24 07:02:36 UTC (rev 1420) +++ scheduler/trunk/src/main/webapp/WEB-INF/portlet.xml 2008-11-24 23:34:39 UTC (rev 1421) @@ -90,4 +90,26 @@ <keywords>Scheduler,URL</keywords> </portlet-info> </portlet> + <portlet> + <portlet-name>Facilities</portlet-name> + <display-name>Scheduler: Facilities</display-name> + <description>Manage facilities.</description> + <portlet-class>org.seasar.struts.portlet.SAStrutsPortlet</portlet-class> + <init-param> + <name>viewPage</name> + <value>/user/facility/facility/</value> + </init-param> + <expiration-cache>0</expiration-cache> + <supports> + <mime-type>text/html</mime-type> + <portlet-mode>VIEW</portlet-mode> + </supports> + <supported-locale>en</supported-locale> + <supported-locale>ja</supported-locale> + <portlet-info> + <title>Facilities</title> + <short-title>Facilities</short-title> + <keywords>Scheduler,URL</keywords> + </portlet-info> + </portlet> </portlet-app>