Update of 
/var/cvs/contributions/CMSContainer_Portlets/portlets-login/src/webapp/WEB-INF
In directory james.mmbase.org:/tmp/cvs-serv30687/src/webapp/WEB-INF

Modified Files:
        portlet-login.xml 
Added Files:
        struts-login.xml 
Log Message:
CMSC-948 Registration portlet for CMS container


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Portlets/portlets-login/src/webapp/WEB-INF
See also: http://www.mmbase.org/jira/browse/CMSC-948


struts-login.xml is new



Index: portlet-login.xml
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Portlets/portlets-login/src/webapp/WEB-INF/portlet-login.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- portlet-login.xml   19 Feb 2008 13:55:48 -0000      1.4
+++ portlet-login.xml   6 Nov 2008 07:21:44 -0000       1.5
@@ -31,4 +31,33 @@
                        <keywords>login</keywords>
                </portlet-info>
        </portlet>
+   <portlet>
+      <description>RegistPorlet</description>
+      <portlet-name>RegistPorlet</portlet-name>
+      <display-name>RegistPorlet</display-name>
+      <portlet-class>com.finalist.cmsc.portlets.RegistPorlet</portlet-class>
+        <init-param>
+            <name>template.edit_defaults</name>
+            <value>login/regist.jsp</value>
+        </init-param>
+        <init-param>
+            <name>template.view</name>
+            <value>login/regist.jsp</value>
+        </init-param>
+      <supports>
+         <mime-type>text/html</mime-type>
+         <portlet-mode>VIEW</portlet-mode>
+         <portlet-mode>HELP</portlet-mode>
+         <portlet-mode>EDIT_DEFAULTS</portlet-mode>
+         <portlet-mode>DELETE</portlet-mode>
+      </supports>
+      <supported-locale>en</supported-locale>
+      <supported-locale>nl</supported-locale>
+      
<resource-bundle>com.finalist.cmsc.portlets.LoginPortlet</resource-bundle>
+      <portlet-info>
+         <title>RegistPorlet</title>
+         <short-title>RegistPorlet</short-title>
+         <keywords>regist</keywords>
+      </portlet-info>
+   </portlet>
 </portlet-app>
\ No newline at end of file
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to