Foren

liferay-plugin-package.properties explanation

thumbnail
Joel Protivnak, geändert vor 13 Jahren.

liferay-plugin-package.properties explanation

New Member Beiträge: 23 Beitrittsdatum: 13.05.10 Neueste Beiträge
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, geändert vor 13 Jahren.

RE: liferay-plugin-package.properties explanation

Junior Member Beiträge: 62 Beitrittsdatum: 18.11.10 Neueste Beiträge
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, geändert vor 12 Jahren.

RE: liferay-plugin-package.properties explanation

Regular Member Beiträge: 158 Beitrittsdatum: 05.03.10 Neueste Beiträge
Yes im wondering whats module-group-id for ?
thumbnail
Amos Fong, geändert vor 12 Jahren.

RE: liferay-plugin-package.properties explanation

Liferay Legend Beiträge: 2047 Beitrittsdatum: 07.10.08 Neueste Beiträge
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, geändert vor 11 Jahren.

RE: liferay-plugin-package.properties explanation

Junior Member Beiträge: 78 Beitrittsdatum: 30.11.11 Neueste Beiträge
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, geändert vor 11 Jahren.

RE: liferay-plugin-package.properties explanation

Liferay Legend Beiträge: 7942 Beitrittsdatum: 24.03.10 Neueste Beiträge
Check David's comment in the following thread:

http://www.liferay.com/community/forums/-/message_boards/message/13662907
thumbnail
N. Belo, geändert vor 6 Jahren.

RE: liferay-plugin-package.properties explanation

Junior Member Beiträge: 33 Beitrittsdatum: 17.03.09 Neueste Beiträge
Where is the "module-group-id" explanation?