From: <jbo...@li...> - 2005-11-11 08:55:39
|
Author: aron.gombas Date: 2005-11-11 03:55:34 -0500 (Fri, 11 Nov 2005) New Revision: 1556 Modified: trunk/labs/kosmos/deploy-portlet-liferay-portal.xml Log: Liferay deploy script slightly updated Modified: trunk/labs/kosmos/deploy-portlet-liferay-portal.xml =================================================================== --- trunk/labs/kosmos/deploy-portlet-liferay-portal.xml 2005-11-11 08:50:21 UTC (rev 1555) +++ trunk/labs/kosmos/deploy-portlet-liferay-portal.xml 2005-11-11 08:55:34 UTC (rev 1556) @@ -4,7 +4,11 @@ <project basedir="." default="redeploy" name="Kosmos Portlet on Liferay Portal"> <description>Kosmos Portlet Module deploy-file</description> - <!-- TODO this is fairly useless at the moment, because the Liferay deployment is quite complicated! refer to the manual instead --> + <!-- + TODO this is fairly useless at the moment, because the Liferay deployment is quite complicated! refer to the manual instead! + also, instead of running this, it should really call the original "portlet-deployer-3.5.0.xml"! + and should preprocess the JSP's to fix the font-size problem. + --> <property name="module.name" value="portlet"/> <property name="container.name" value="liferay-portal"/> <import file="build/deploy.xml"/> |