User: cwbrandon
Date: 08/04/15 14:42:55
Modified: andromda-jsf2/src/main/resources/templates/jsf2/configuration/portlet
liferay-portlet.xml.vsl
Log:
update for liferay 4.4
Revision Changes Path
1.3 +4 -3 cartridges/andromda-jsf2/src/main/resources/templates/jsf2/configuration/portlet/liferay-portlet.xml.vsl
Index: liferay-portlet.xml.vsl
===================================================================
RCS file: /cvsroot/andromdaplugins/cartridges/andromda-jsf2/src/main/resources/templates/jsf2/configuration/portlet/liferay-portlet.xml.vsl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -w -r1.2 -r1.3
--- liferay-portlet.xml.vsl 28 Mar 2008 21:28:41 -0000 1.2
+++ liferay-portlet.xml.vsl 15 Apr 2008 21:42:54 -0000 1.3
@@ -1,13 +1,14 @@
<?xml version="1.0"?>
-<!DOCTYPE liferay-portlet-app PUBLIC "-//Liferay//DTD Portlet Application 4.3.0//EN" "http://www.liferay.com/dtd/liferay-portlet-app_4_3_0.dtd">
+<!DOCTYPE liferay-portlet-app PUBLIC "-//Liferay//DTD Portlet Application 4.4.0//EN" "http://www.liferay.com/dtd/liferay-portlet-app_4_4_0.dtd">
<liferay-portlet-app>
#foreach ($useCase in $useCases)
<portlet>
<portlet-name>$jsfUtils.toWebResourceName($useCase.name)</portlet-name>
<instanceable>true</instanceable>
- <header-css>/css/custom.css</header-css>
- <header-javascript>/js/custom.js</header-javascript>
+ <header-portlet-css>/css/custom.css</header-portlet-css>
+ <header-portlet-javascript>/js/custom.js</header-portlet-javascript>
+ <css-class-wrapper>$jsfUtils.toWebResourceName($useCase.name)</css-class-wrapper>
</portlet>
#end
</liferay-portlet-app>
\ No newline at end of file
|