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

@ -5,9 +5,9 @@
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>
<description>Single Content Item</description>
<portlet-name>ContentItemJSRPortlet</portlet-name> <portlet-name>ContentItemJSRPortlet</portlet-name>
<display-name>ContentItem JSR Portlet</display-name> <display-name>ContentItem JSR Portlet</display-name>
<description>Single Content Item</description>
<portlet-class> <portlet-class>
com.arsdigita.cms.portlet.ContentItemJSRPortlet com.arsdigita.cms.portlet.ContentItemJSRPortlet
</portlet-class> </portlet-class>