留言板

liferay-plugin-package.properties explanation

thumbnail
Joel Protivnak,修改在13 年前。

liferay-plugin-package.properties explanation

New Member 帖子: 23 加入日期: 10-5-13 最近的帖子
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,修改在13 年前。

RE: liferay-plugin-package.properties explanation

Junior Member 帖子: 62 加入日期: 10-11-18 最近的帖子
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,修改在12 年前。

RE: liferay-plugin-package.properties explanation

Regular Member 帖子: 158 加入日期: 10-3-5 最近的帖子
Yes im wondering whats module-group-id for ?
thumbnail
Amos Fong,修改在12 年前。

RE: liferay-plugin-package.properties explanation

Liferay Legend 帖子: 2047 加入日期: 08-10-7 最近的帖子
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,修改在11 年前。

RE: liferay-plugin-package.properties explanation

Junior Member 帖子: 78 加入日期: 11-11-30 最近的帖子
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,修改在11 年前。

RE: liferay-plugin-package.properties explanation

Liferay Legend 帖子: 7942 加入日期: 10-3-24 最近的帖子
Check David's comment in the following thread:

http://www.liferay.com/community/forums/-/message_boards/message/13662907
thumbnail
N. Belo,修改在5 年前。

RE: liferay-plugin-package.properties explanation

Junior Member 帖子: 33 加入日期: 09-3-17 最近的帖子
Where is the "module-group-id" explanation?