From: <jbo...@li...> - 2005-08-21 08:18:47
|
Author: aron.gombas Date: 2005-08-21 04:18:40 -0400 (Sun, 21 Aug 2005) New Revision: 910 Added: trunk/labs/kosmos/deploy-portlet-liferay-portal.xml Removed: trunk/labs/kosmos/deploy-portlet-liferay.xml Modified: trunk/labs/kosmos/deploy-portlet-gridsphere.xml trunk/labs/kosmos/deploy-portlet-pluto.xml Log: Deployment updated to 0.1.0RC2 Modified: trunk/labs/kosmos/deploy-portlet-gridsphere.xml =================================================================== --- trunk/labs/kosmos/deploy-portlet-gridsphere.xml 2005-08-21 08:18:10 UTC (rev 909) +++ trunk/labs/kosmos/deploy-portlet-gridsphere.xml 2005-08-21 08:18:40 UTC (rev 910) @@ -4,6 +4,7 @@ <project basedir="." default="redeploy" name="Kosmos Portlet on Gridsphere"> <description>Kosmos Portlet Module deploy-file</description> + <!-- TODO for a fully automated deployment, this one should copy the gridsphere-ui-tags.jar and merge the Gridsphere-specific web.xml, too --> <property name="module.name" value="portlet"/> <property name="container.name" value="gridsphere"/> <import file="build/deploy.xml"/> Added: trunk/labs/kosmos/deploy-portlet-liferay-portal.xml =================================================================== --- trunk/labs/kosmos/deploy-portlet-liferay-portal.xml 2005-08-21 08:18:10 UTC (rev 909) +++ trunk/labs/kosmos/deploy-portlet-liferay-portal.xml 2005-08-21 08:18:40 UTC (rev 910) @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Kosmos Portlet deploy-script for Liferay Portal --> +<!-- $Id$ --> +<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 --> + <property name="module.name" value="portlet"/> + <property name="container.name" value="liferay-portal"/> + <import file="build/deploy.xml"/> +</project> Deleted: trunk/labs/kosmos/deploy-portlet-liferay.xml =================================================================== --- trunk/labs/kosmos/deploy-portlet-liferay.xml 2005-08-21 08:18:10 UTC (rev 909) +++ trunk/labs/kosmos/deploy-portlet-liferay.xml 2005-08-21 08:18:40 UTC (rev 910) @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- Kosmos Portlet deploy-script for Liferay --> -<!-- $Id$ --> -<project basedir="." default="redeploy" name="Kosmos Portlet on Liferay"> - <description>Kosmos Portlet Module deploy-file</description> - - <property name="module.name" value="portlet"/> - <property name="container.name" value="liferay"/> - <import file="build/deploy.xml"/> -</project> Modified: trunk/labs/kosmos/deploy-portlet-pluto.xml =================================================================== --- trunk/labs/kosmos/deploy-portlet-pluto.xml 2005-08-21 08:18:10 UTC (rev 909) +++ trunk/labs/kosmos/deploy-portlet-pluto.xml 2005-08-21 08:18:40 UTC (rev 910) @@ -4,6 +4,7 @@ <project basedir="." default="redeploy" name="Kosmos Portlet on Pluto"> <description>Kosmos Portlet Module deploy-file</description> + <!-- TODO for a fully automated deployment, this one should merge the 3 Pluto config-files from the distro to Pluto (what seems a bit dangerous!) --> <property name="module.name" value="portlet"/> <property name="container.name" value="pluto"/> <import file="build/deploy.xml"/> |