Project: ICEFaces
Revision: 17496
Author: deryk.sinotte
Date: 03 Sep 2008 17:13:42
Changes:ICE-2605: changing liferay-plugin-package format from .xml to .properties
Files:deleted: /icefaces/trunk/icefaces/samples/component-showcase/portlets/conf/liferay/liferay-plugin-package.xml
added: /icefaces/trunk/icefaces/samples/portlet/chat/conf/liferay-plugin-package.properties (
try)
deleted: /icefaces/trunk/icefaces/samples/portlet/chat/conf/liferay-plugin-package.xml
modified: /icefaces/trunk/icefaces/samples/etc/build-common.xml (
try)
added: /icefaces/trunk/icefaces/samples/component-showcase/portlets/conf/liferay/liferay-plugin-package.properties (
try)
Diff:
| ... | ...@@ -1,29 +0,0 @@ |
| 1 | | <?xml version="1.0"?>
|
| 2 | | <!DOCTYPE plugin-package PUBLIC "-//Liferay//DTD Plugin Package 4.3.0//EN"
|
| 3 | | "http://www.liferay.com/dtd/liferay-plugin-package_4_3_0.dtd">
|
| 4 | | <plugin-package>
|
| 5 | | <name>Components</name>
|
| 6 | | <module-id>icefaces/component-showcase/4.3.0/war</module-id>
|
| 7 | | <types>
|
| 8 | | <type>portlet</type>
|
| 9 | | </types>
|
| 10 | | <tags>
|
| 11 | | <tag>sample</tag>
|
| 12 | | </tags>
|
| 13 | | <short-description>
|
| 14 | | ICEfaces Components
|
| 15 | | </short-description>
|
| 16 | | <change-log>
|
| 17 | | ICEfaces Components Showcase Portlets
|
| 18 | | </change-log>
|
| 19 | | <page-url>http://www.icefaces.org/</page-url>
|
| 20 | | <author>ICEsoft Technologies, Inc.</author>
|
| 21 | | <licenses>
|
| 22 | | <license osi-approved="true">MIT</license>
|
| 23 | | </licenses>
|
| 24 | | <liferay-versions>
|
| 25 | | <liferay-version>4.3.*</liferay-version>
|
| 26 | | <liferay-version>4.4.*</liferay-version>
|
| 27 | | <liferay-version>5.0.*</liferay-version>
|
| 28 | | </liferay-versions>
|
| 29 | | </plugin-package> |
| 30 | 0 | \ No newline at end of file |
| ... | ...@@ -0,0 +1,13 @@ |
| 1 | name=Portlet Chat |
| 2 | module-group-id=icefaces |
| 3 | module-incremental-version=1 |
| 4 | tags=icefaces demo sample |
| 5 | short-description=This portlet version of Chat shows how the Ajax Push feature can be used to provide IPC between portlets that are deployed within the same .war file. |
| 6 | change-log= |
| 7 | page-url=http://www.icefaces.org |
| 8 | author=ICEsoft Technologies, Inc. |
| 9 | licenses=MPL |
| 10 | |
| 11 | #Not all combinations of Liferay jars have been tested with ICEfaces demos but it's l |
| 12 | #likely that the portal.dependency.jars can be used successfully to simplify deployment. |
| 13 | #portal.dependency.jars= |
| 0 | 14 | \ No newline at end of file |
| ... | ...@@ -1,28 +0,0 @@ |
| 1 | | <?xml version="1.0"?> |
| 2 | | <!DOCTYPE plugin-package PUBLIC "-//Liferay//DTD Plugin Package 4.3.0//EN" "http://www.liferay.com/dtd/liferay-plugin-package_4_3_0.dtd"> |
| 3 | | <plugin-package> |
| 4 | | <name>Chat</name> |
| 5 | | <module-id>icefaces/chat/4.3.0/war</module-id> |
| 6 | | <types> |
| 7 | | <type>portlet</type> |
| 8 | | </types> |
| 9 | | <tags> |
| 10 | | <tag>sample</tag> |
| 11 | | </tags> |
| 12 | | <short-description> |
| 13 | | Chat |
| 14 | | </short-description> |
| 15 | | <change-log> |
| 16 | | ICEfaces Portlet Chat |
| 17 | | </change-log> |
| 18 | | <page-url>http://www.icefaces.org/</page-url> |
| 19 | | <author>ICEsoft Technologies, Inc.</author> |
| 20 | | <licenses> |
| 21 | | <license osi-approved="true">MIT</license> |
| 22 | | </licenses> |
| 23 | | <liferay-versions> |
| 24 | | <liferay-version>4.3.*</liferay-version> |
| 25 | | <liferay-version>4.4.*</liferay-version> |
| 26 | | <liferay-version>5.0.*</liferay-version>
|
| 27 | | </liferay-versions> |
| 28 | | </plugin-package> |
| ... | ...@@ -26,7 +26,7 @@ |
| 26 | 26 | <exclude name="web.sunri.icefaces.portlet.ahs.xml"/>
|
| 27 | 27 | <exclude name="web.sunri.icefaces.portlet.tomcat.ahs.xml"/>
|
| 28 | 28 | <exclude name="liferay-display.xml" unless="liferay"/>
|
| 29 | | <exclude name="liferay-plugin-package.xml" unless="liferay"/>
|
| 29 | <exclude name="liferay-plugin-package.properties" unless="liferay"/>
|
| 30 | 30 | <exclude name="liferay-portlet.xml" unless="liferay"/>
|
| 31 | 31 | </patternset>
|
| 32 | 32 |
|
| ... | ...@@ -0,0 +1,13 @@ |
| 1 | name=Component Showcase |
| 2 | module-group-id=icefaces |
| 3 | module-incremental-version=1 |
| 4 | tags=icefaces demo sample |
| 5 | short-description=The Component Showcase portlet plugin is a showcase of ICEfaces components and is designed so that each component runs as an individual portlet. |
| 6 | change-log= |
| 7 | page-url=http://www.icefaces.org |
| 8 | author=ICEsoft Technologies, Inc. |
| 9 | licenses=MPL |
| 10 | |
| 11 | #Not all combinations of Liferay jars have been tested with ICEfaces demos but it's l |
| 12 | #likely that the portal.dependency.jars can be used successfully to simplify deployment. |
| 13 | #portal.dependency.jars= |
| 0 | 14 | \ No newline at end of file |
To list