Fórum

liferay-plugin-package.properties explanation

thumbnail
Joel Protivnak, modificado 13 Anos atrás.

liferay-plugin-package.properties explanation

New Member Postagens: 23 Data de Entrada: 13/05/10 Postagens Recentes
Hello,

I am wondering if someone can explain or point me to an explanation of the file:
liferay-plugin-package.properties

[I am developing using Liferay 5.2.3 on Glassfish v2 using Plugins SDK -> ant deploy]

What uses this file?
Where are the portal.dependency.jars located so that I can see a full list etc.
Any additional tips or pointers on this topic?



Example liferay-plugin-package.properties

name=Sample JSF
module-group-id=liferay
module-incremental-version=1
tags=sample
short-description=This plugin shows how to use the JSF 1.2 Sun RI and the Facelets view-handler within Liferay. Requires Tomcat 6.x, GlassFish 2.0.x, or JBoss AS 4.2.x since JSF 1.2 has a JRE5 dependency.
change-log=
page-url=http://www.liferay.com
author=Liferay, Inc.
licenses=MIT

portal.dependency.jars=\
commons-beanutils.jar,\
commons-collections.jar,\
commons-digester.jar,\
commons-fileupload.jar,\
commons-lang.jar,\
commons-validator.jar,\
oro.jar
Pablo Tatann, modificado 13 Anos atrás.

RE: liferay-plugin-package.properties explanation

Junior Member Postagens: 62 Data de Entrada: 18/11/10 Postagens Recentes
Hello,

I know your post is a little bit dated but did you get an answer to your question ?
I'm also wondering what the "module-group-id" key is used for

Thanks
thumbnail
Achmed Tyrannus Albab, modificado 12 Anos atrás.

RE: liferay-plugin-package.properties explanation

Regular Member Postagens: 158 Data de Entrada: 05/03/10 Postagens Recentes
Yes im wondering whats module-group-id for ?
thumbnail
Amos Fong, modificado 12 Anos atrás.

RE: liferay-plugin-package.properties explanation

Liferay Legend Postagens: 2047 Data de Entrada: 07/10/08 Postagens Recentes
I know this post is a little late, but you can find the explanations in the DTD:

http://docs.liferay.com/portal/6.0/definitions/liferay-plugin-package_6_0_0.dtd.html
Subhash Shah, modificado 11 Anos atrás.

RE: liferay-plugin-package.properties explanation

Junior Member Postagens: 78 Data de Entrada: 30/11/11 Postagens Recentes
I am looking for portal-dependency-jars property. I was not able to find the description about.
Is there any property related to specifying portlet dependencies?
Is it possible to specify the path of service jar of some other portlet in liferay-plugin-package.properties of the portlet? I mean I have a-service.jar in portlet a. I want to specify a-service.jar as dependency in portlet b through liferay-plugin-package.properties.

Thanks in advance.
thumbnail
Hitoshi Ozawa, modificado 11 Anos atrás.

RE: liferay-plugin-package.properties explanation

Liferay Legend Postagens: 7942 Data de Entrada: 24/03/10 Postagens Recentes
Check David's comment in the following thread:

http://www.liferay.com/community/forums/-/message_boards/message/13662907
thumbnail
N. Belo, modificado 5 Anos atrás.

RE: liferay-plugin-package.properties explanation

Junior Member Postagens: 33 Data de Entrada: 17/03/09 Postagens Recentes
Where is the "module-group-id" explanation?