Updating 6.2 Liferay Plugin Package Properties

Updating 6.2 Resources Importer

Step 1 of 3

Since the Lunar Resort theme was developed in the Plugins SDK, it requires the updates covered in this section. Themes developed outside of the Plugins SDK do not require these changes.

Follow these steps to update the Lunar Resort Theme’s liferay-plugin-package.properties file:

  1. Open the src\WEB-INF\liferay-plugin-package.properties file and remove the required-deployment-contexts property. This is no longer needed since the Resources Importer is bundled with Liferay DXP.

  2. The group model class’s fully-qualified class name has changed. Replace the resources-importer-target-class-name property’s value with the updated one below:

com.liferay.portal.kernel.model.Group

Now that the liferay-plugin-package.properties is updated, you can update the theme’s web content.