Adjuested the sci-portlet.xml to make GateIn happy (GateIn complied about the description element because it was in the wrong place)

git-svn-id: https://svn.libreccm.org/ccm/trunk@2743 8810af33-2d31-482b-a856-94f89814c4df
master
jensp 2014-07-08 09:55:58 +00:00
parent 6e85fa1b33
commit c5cf1f9e93
1 changed files with 17 additions and 17 deletions

View File

@ -4,21 +4,21 @@
version="2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd xsi:schemaLocation="http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd
http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd"> http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd">
<portlet> <portlet>
<portlet-name>ContentItemJSRPortlet</portlet-name> <description>Single Content Item</description>
<display-name>ContentItem JSR Portlet</display-name> <portlet-name>ContentItemJSRPortlet</portlet-name>
<description>Single Content Item</description> <display-name>ContentItem JSR Portlet</display-name>
<portlet-class> <portlet-class>
com.arsdigita.cms.portlet.ContentItemJSRPortlet com.arsdigita.cms.portlet.ContentItemJSRPortlet
</portlet-class> </portlet-class>
<supports> <supports>
<mime-type>text/html</mime-type> <mime-type>text/html</mime-type>
<portlet-mode>VIEW</portlet-mode> <portlet-mode>VIEW</portlet-mode>
<portlet-mode>EDIT</portlet-mode> <portlet-mode>EDIT</portlet-mode>
<portlet-mode>HELP</portlet-mode> <portlet-mode>HELP</portlet-mode>
</supports> </supports>
<portlet-info> <portlet-info>
<title>Hello, Pluto from LibreCCM!</title> <title>Hello, Pluto from LibreCCM!</title>
</portlet-info> </portlet-info>
</portlet> </portlet>
</portlet-app> </portlet-app>