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-94f89814c4dfmaster
parent
6e85fa1b33
commit
c5cf1f9e93
|
|
@ -5,9 +5,9 @@
|
|||
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">
|
||||
<portlet>
|
||||
<description>Single Content Item</description>
|
||||
<portlet-name>ContentItemJSRPortlet</portlet-name>
|
||||
<display-name>ContentItem JSR Portlet</display-name>
|
||||
<description>Single Content Item</description>
|
||||
<portlet-class>
|
||||
com.arsdigita.cms.portlet.ContentItemJSRPortlet
|
||||
</portlet-class>
|
||||
|
|
|
|||
Loading…
Reference in New Issue