Skip to content

Instantly share code, notes, and snippets.

@cfalzone
Created August 22, 2013 20:35
Show Gist options
  • Save cfalzone/6312453 to your computer and use it in GitHub Desktop.
Save cfalzone/6312453 to your computer and use it in GitHub Desktop.
<portlet>
<portlet-name>EXT_AQUENT_TOOLS</portlet-name>
<display-name>Aquent Tools</display-name>
<portlet-class>com.liferay.portlet.StrutsPortlet</portlet-class>
<init-param>
<name>view-action</name>
<value>/ext/aquent/tools</value>
</init-param>
<expiration-cache>0</expiration-cache>
<supports>
<mime-type>text/html</mime-type>
</supports>
<resource-bundle>com.liferay.portlet.StrutsResourceBundle</resource-bundle>
<security-role-ref>
<role-name>CMS Administrator</role-name>
</security-role-ref>
<security-role-ref>
<role-name>CMS User</role-name>
</security-role-ref>
</portlet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment